Open crystal-butler opened 2 years ago
Sorry for such a late reply, but this appears to be caused by multiple subscriptions with the same name:
https://github.com/swri-robotics/mapviz/blob/ros2-devel/mapviz_plugins/src/marker_plugin.cpp#L126
I tested this by commenting out the Marker subscription and was able to subscribe to MarkerArray. This will likely need to be handled in a different way than it currently is (potentially just by looking up the type of the topic)
I'm trying to use the Marker plugin with a Mapviz install under ROS 2 Galactic to display MarkerArray messages, but am getting the following error:
I had an earlier installation of Mapviz under ROS 2 Eloquent that was able to subscribe to the same topic and messages I'm attempting to visualize under Galactic. I reran
colcon build
on the publisher package under Galactic and confirmed that the messages were publishing with the commandros2 topic echo /poi_marker_array visualization_msgs/msg/MarkerArray
. Any thoughts on whether this is a problem with Mapviz or with my publisher, or additional troubleshooting tips?