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

visualization tools #84

Closed plusk01 closed 5 years ago

plusk01 commented 5 years ago

Cleaned up the magnetometer visualization code. Renamed viz_mag to viz and folded in a republisher from rosflight_msgs/Attitude to geometry_msgs/PoseStamped so the attitude can be viewed in rviz.

The fact that the attitude portion of the viz is merely a republisher for mismatching message types makes me wonder if rosflight_io should be publishing on the tf tree? (see https://github.com/rosflight/rosflight/issues/33) Or maybe you don't think this viz code belongs in this repo? Visualization of attitude just seems like a natural thing to do to test ROSflight out-of-the-box.