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 captured a rosbag of my environment with /tf and the /input_cloud. When running the rosbag nothing gets visualised in the LiDAR tool. When I change the /map topic to the /input_cloud topic I can see that the pointcloud map is being made but everything stays around the origin. Am I missing some steps to make it work?
Kind regards
The text was updated successfully, but these errors were encountered:
The launch file and YAML are the same as on the github, I didn't change anything within them. The environment is a digital twin of an outdoor environment.
The current configuration subscribes to ‘velodyne_points’, so the scan might not be subscribed to. You can check the connection using ‘ros2 node info’ or ‘ros2 topic info -v’.
Hello,
I captured a rosbag of my environment with /tf and the /input_cloud. When running the rosbag nothing gets visualised in the LiDAR tool. When I change the /map topic to the /input_cloud topic I can see that the pointcloud map is being made but everything stays around the origin. Am I missing some steps to make it work?
Kind regards
The text was updated successfully, but these errors were encountered: