mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 11:37:06 +08:00
* Add drag to gazebo ardrone model Simple linear drag with guessed coefficient, not super accurate but better than no drag at all... * Fix #2090 Set accelerometer sensor bounds to correct values.
This commit is contained in:
committed by
Gautier Hattenberger
parent
93a9608c3b
commit
5a985ef691
@@ -4,6 +4,11 @@
|
||||
<pose>0 0 .1 0 0 0</pose>
|
||||
|
||||
<link name="chassis">
|
||||
<velocity_decay>
|
||||
<linear>0.001</linear>
|
||||
</velocity_decay>
|
||||
|
||||
|
||||
<inertial><!-- Taken from Paparazzi's ARDrone model for JSBsim -->
|
||||
<mass>0.4</mass>
|
||||
<inertia>
|
||||
|
||||
Reference in New Issue
Block a user