rosflight / rosflight_ros_pkgs

ROS packages for the ROSflight autopilot
http://rosflight.org/
BSD 3-Clause "New" or "Revised" License
86 stars 56 forks source link

Seeded random bias for sensors #167

Closed iandareid closed 3 weeks ago

iandareid commented 4 weeks ago

The sensors having random bias on each start means that it must be calibrated on each launch. This has issues because of the collision detection that Gazebo uses, since the aircraft bounces on the plane it rests on. We should have a seeded random bias so that we can calibrate only once when installing ROSplane.

iandareid commented 3 weeks ago

Duplicate of issue #168.