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

About Error :cannot launch node of type #3

Open
ghost opened this issue Mar 5, 2021 · 1 comment
Open

About Error :cannot launch node of type #3

ghost opened this issue Mar 5, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 5, 2021

I am asking this question from Japan. Your blog is very informative. I have one question.
When I write "roslaunch carto_mapper mapper.launch", I get the following error.

【Error Description】
ERROR: cannot launch node of type [cartographer_ros/cartographer_node]: cartographer_ros ROS path [0]=/opt/ros/noetic/share/ros ROS path [1]=/home/user/ydlidar_ros_ws/src ROS path [2]=/home/user/catkin_ws/src ROS path [3]=/opt/ros/noetic/share ERROR: cannot launch node of type [cartographer_ros/cartographer_occupancy_grid_node]: cartographer_ros ROS path [0]=/opt/ros/noetic/share/ros ROS path [1]=/home/user/ydlidar_ros_ws/src ROS path [2]=/home/user/catkin_ws/src ROS path [3]=/opt/ros/noetic/share

If you know the cause, I would like to know.

@msadowski
Copy link
Owner

The error tells you that cartographer_ros cannot be found. Looking at the ROS wiki and the package index Cartographer hasn't been released for Noetic. This means that you either need to build the package yourself (might be nontrivial) or look for some alternatives (either changing the system to 18.04 and going with ROS Melodic or finding a docker container with Cartographer running).

Good luck!

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

1 participant