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

Revision history [back]

click to hide/show revision 1
initial version

If the package and the source file exist, there can be a couple of reasons why it cannot locate a node.

  1. If it is Python, make sure the node file is executable

    chmod +x nmea_navsat_driver
    
  2. If it is C++, make sure it is correctly defined in your CMakelists.txt and everything is compiled correctly:

    add_executable(nmea_navsat_driver src/foo.cpp)
    
  3. Make sure that your path is setup correctly, i.e. source the correct bash file (this seems correct for your setup)