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

Open bashrc file;

nano ~/.bashrc

Add this to the end;

source ~/catkin_ws/devel/setup.bash

Then save and quit.

If it works, you fixed it.

If it doesn't work, you can add it to the bottom of the bashrc file;

export ROS_PACKAGE_PATH=/home/<user_name>/catkin_ws/src:/opt/ros/melodic/share

<user_name> -> write your own user name in this section