Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nothing visualizing #93

Open
yoepav opened this issue Jun 13, 2024 · 4 comments
Open

Nothing visualizing #93

yoepav opened this issue Jun 13, 2024 · 4 comments
Assignees
Labels
question Further information is requested

Comments

@yoepav
Copy link

yoepav commented Jun 13, 2024

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

@rsasaki0109
Copy link
Owner

Could you show me the launch file and YAML file? Also, is the environment indoor or outdoor?

@rsasaki0109 rsasaki0109 self-assigned this Jun 17, 2024
@rsasaki0109 rsasaki0109 added the question Further information is requested label Jun 17, 2024
@yoepav
Copy link
Author

yoepav commented Jun 17, 2024

Hello Sasaki,

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.

@rsasaki0109
Copy link
Owner

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’.

https://github.com/rsasaki0109/lidarslam_ros2/blob/develop/lidarslam/launch/lidarslam.launch.py#L28

@yoepav
Copy link
Author

yoepav commented Jun 24, 2024

There is no issue there anymore. I did capture the rosbag with use_sim_time = true, and it seems an issue arises there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants