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
Hello, I would like to ask how to start the downloaded dataset according to your homepage introduction, sub_ multiecho_ How to set laserscan topics? The following are my current settings
Hello, I would like to ask how to start the downloaded dataset according to your homepage introduction, sub_ multiecho_ How to set laserscan topics? The following are my current settings
ros::Subscriber sub_multiecho_laserscan = nh.subscribe<sensor_msgs::MultiEchoLaserScan>("/multiecho_scan", 100, multiecho_laserscan_callback);
ros::Subscriber sub_laserscan = nh.subscribe<sensor_msgs::LaserScan>("/horizontal_laser_2d", 100, laserscan_callback);
The text was updated successfully, but these errors were encountered: