MoffKalast / vizanti

A mission planner and visualizer for controlling outdoor ROS robots.
https://wiki.ros.org/vizanti
BSD 3-Clause "New" or "Revised" License
145 stars 30 forks source link

Altimeter Widget #90

Closed MoffKalast closed 2 months ago

MoffKalast commented 3 months ago

Visualizing the Z axis of a link and sending a target Z value.

The altimeter/depth gauge is a side indicator that renders the Z value of a TF frame as depth/altitude depending on mode. Clicking the altimeter will publish a metric value as a Float32 value to the selected topic, so it can be used for marking a target depth/altitude. A yellow indicator arrow will display the last valid value received on the target topic to show status of what's been sent either by this widget or by other data sources.

image