osrf / subt

This repostory contains software for the virtual track of the DARPA SubT Challenge. Within this repository you will find Gazebo simulation assets, ROS interfaces, support scripts and plugins, and documentation needed to compete in the SubT Virtual Challenge.
Other
309 stars 97 forks source link

Describe limitations of markers sent to the mapping server #987

Closed peci1 closed 3 years ago

peci1 commented 3 years ago

I know that Ignition GUI (and probably also its web version) doesn't support all types of markers (e.g. TEXT type). Could you please explicitly list which marker types are supported?

nkoenig commented 3 years ago

I think you are specifically referring to the visualization during live runs. If that is correct, then I've updated the table in the wiki to indicate visualization capabilities per topic. https://github.com/osrf/subt/wiki/API#mapping-server

peci1 commented 3 years ago

Thanks, that looks good. So if markers should not display in Ignition at all, maybe you could also add another column "RViz" with all checkmarks... Just to put there a hint that Rviz is the tool that should be used for displaying all the information.

acschang commented 3 years ago

I've added the RViz column into the table for the Mapping Server API. Essentially the markers are any sort of visualizations that add context to the map data sent to the mapping server that fits within the RViz marker API.

peci1 commented 3 years ago

Thanks!