wh200720041 / iscloam

Intensity Scan Context based full SLAM implementation for autonomous driving. ICRA 2020
Other
559 stars 131 forks source link

cannot launch node of type [hector_trajectory_server/hector_trajectory_server] #2

Closed Lyusijie closed 4 years ago

Lyusijie commented 4 years ago

Hello, when i do the second roslaunch, there is ERROR: cannot launch node of type [hector_trajectory_server/hector_trajectory_server]: hector_trajectory_server ROS path [0]=/opt/ros/kinetic/share/ros ROS path [1]=/media/lvsijie/mypassport/linux/catkin_ws_iscloam/src ROS path [2]=/opt/ros/kinetic/share my system is ubuntu 16.04, it seems that there is no hector_trajectory_server. Do i install hector-slam to get hector_trajectory_server? thank you!

Lyusijie commented 4 years ago

i solved it by installing hector-slam, thank you

wh200720041 commented 4 years ago

Yes you are right, for trajectory visualization you have to install sudo apt-get install ros-melodic-hector-trajectory-server The readme is updated for the above problem