roscopter icon indicating copy to clipboard operation
roscopter copied to clipboard

Invalid time stamps for faster-than-real-time

Open el3ment opened this issue 8 years ago • 0 comments

The following files use ros::Time::now() and therefore create some problems when running faster-than-real time.

https://github.com/byu-magicc/ros_copter/blob/RC1.0/src/controller/controller.cpp#L119

https://github.com/byu-magicc/ros_copter/blob/RC1.0/src/waypoint_manager/waypoint_manager.py#L31

https://github.com/byu-magicc/ros_copter/blob/RC1.0/src/ekf/ekf.cpp#L69

https://github.com/byu-magicc/ros_copter/blob/RC1.0/src/ekf/ekf.cpp#L124

https://github.com/byu-magicc/ros_copter/blob/RC1.0/src/ekf/ekf.cpp#L412

el3ment avatar Feb 21 '17 17:02 el3ment