Whenever I start my bash terminal I saw the following message:
bash: /opt/ros/kinetic/setup.bash: No such file or directory
It seems that there’s no setup.bash for the kinetic distro. But there is one for bash in the previous units. I don’t know why whenever I enter the unit 4 (XACRO basics) or unit 5 (the project) the bash just doesn’t work.
This is becuase you dindt launch the simulation. In the noetic part you have to launch the ismulation for everuthing to work. It statued in the notebook like this:
cd ~/catkin_ws
source devel/setup.bash
roslaunch simulation_gazebo main.launch
You should then get in the simulation window something like this: