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

You're using

rosrun jet_bringup jet_real.launch

to start a launch file. rosrun expects an executable, which a launch file isn't. Take a look at the error

[rosrun] Couldn't find executable named jet_real.launch below /home/nvidia/FOLDER_FOR_ROS/catkin_ws/src/rosjet/jet_bringup

You need to use roslaunch instead

roslaunch jet_bringup jet_real.launch