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 have a robot with 2D hokuyo liDAR publishing /scan message. I would like to use the obstacle_extractor to detector circle segments. I have written a launch file as below. However, I did not see the topic obstacles_detector/Obstacles showed in "rostopic list". How can I run this node? Please note I do not need obstacle_tracker or scan_merge. Also, how can I display the obstacles in rviz?
Hi, I tried out this package and the result is quite acceptable. What edited the demo.launch launch file. What I did internally are: remove the rosbag node, change the lidar frame for static_transform_publisher, remove use_sim_time=true, and then use remap to map /scan topic to /front_scan topic. It works perfectly.
Hi,
I have a robot with 2D hokuyo liDAR publishing /scan message. I would like to use the obstacle_extractor to detector circle segments. I have written a launch file as below. However, I did not see the topic obstacles_detector/Obstacles showed in "rostopic list". How can I run this node? Please note I do not need obstacle_tracker or scan_merge. Also, how can I display the obstacles in rviz?
The text was updated successfully, but these errors were encountered: