Is it possible to make map-server subscribe to image
I want to make map_server subscribe to sensor_msgs/Image
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I want to make map_server subscribe to sensor_msgs/Image
These are different message types -- so you can't directly connect them. You could write a node that subscribes to sensor_msgs/Image and outputs nav_msgs/OccupancyGrid. You'll also need to create the data for nav_msgs/MapMetaData (which clearly won't exist in the image).
Asked: 2018-03-21 05:27:07 -0600
Seen: 107 times
Last updated: Mar 27 '18