You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using ldlidar
for cartographer slam ros2 humble. The ldlidar published scan data on topic /ldlidar_node/scan but the cartographer node expects scan data on /scan topic. I remap the topic name from /ldlidar_node/scan to /scan following launch file remap but no data was published on /scan
here is my launch file
I have tried 'remappings=[('/ldlidar_node/scan', '/scan')]' which publishes /scan topic but when you ros2 topic echo /scan it does not publish anything.
I understand (from the slam example) that you can remap your cartographer or slam to remap /scan to /ldlidar_node/scan and this kind of works. but considering there are many nodes and software reading /scan for the sake of ergonomics can we not publish at /scan?
I also understand this might not be possible with lifecycle management nodes.
I am using ldlidar
for cartographer slam ros2 humble. The ldlidar published scan data on topic
/ldlidar_node/scan
but the cartographer node expects scan data on/scan
topic. I remap the topic name from/ldlidar_node/scan
to/scan
followinglaunch
file remap but no data was published on/scan
here is my launch file
The text was updated successfully, but these errors were encountered: