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

No output from /map topic #106

Open
AkshayLaddha943 opened this issue Jan 22, 2025 · 1 comment
Open

No output from /map topic #106

AkshayLaddha943 opened this issue Jan 22, 2025 · 1 comment

Comments

@AkshayLaddha943
Copy link

Hi all,
I am trying to replicate this package with a bag file for velodyne vlp16. The bag file I am playing publishes the /pointcloud topic in "map" frame
and in the launch file, lidarslam.launch.py file, I renamed the input_cloud to match with bag file topic-


mapping = launch_ros.actions.Node(
        package='scanmatcher',
        executable='scanmatcher_node',
        parameters=[main_param_dir],
        remappings=[('/input_cloud','/pointcloud')],
        output='screen'
        )

but the /map or /modified topic does not seem to output anything, what frame should I select in my global_frame_id and robot_frame_id of the lidarslam.yaml file to publish the map. Also, should I add any static transform publisher between my frames.

These questions might sound basic, but it will help me to achieve SLAM

@rsasaki0109
Copy link
Owner

rsasaki0109 commented Jan 27, 2025

Sorry for the delayed response. How does the terminal output look? If it's Velodyne, I feel like it should work without much trouble.

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

No branches or pull requests

2 participants