how could I avoid source /home/valeria/catkin_ws/devel/setup.bash every time I do catkin_make?
I have to type
source /home/valeria/catkin_ws/devel/setup.bash
every time I do catkin_make. How can I fix it? thanks
You should not have to. What happens if you don't?
Hi! it doesn't run nodes
Hi @v.leto, would it be possible to share your
~/.bashrc
filegedit ~/.bashrc
I've added this line
source /opt/ros/melodic/setup.bash
what I meant is that I have only this line. Ican't copy paste the whole file here, it is not allowed
Can you print the output of
echo $ROS_PACKAGE_PATH
please/home/valeria/catkin_ws/src:/opt/ros/melodic/share
Hi @v.leto, try adding
source /home/valeria/catkin_ws/devel/setup.bash
to your ~/.bashrc