ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

This definitely looks like a workspace setup issue. The packages hector_mapping, hector_trajectory_server and hector_geotiff cannot be found by ROS's package utilities. You can verify this by trying

roscd hector_mapping

This command will very likely also fail. You'll have to make sure all packages can be found and are in one of the subfolders specified by the ROS_PACKAGE_PATHenvironment variable.