Hello, I’m on part 2 of the Python Basics Real Robot Project. I’ve completed all functions that were asked for in the file for no class implementation and for class implementation. I was trying to bring up the simulation by executing the commands specified in the notebook
source ~/simulation_ws/install/setup.bash
ros2 launch fastbot_realrobot main_fastbot_lab.launch.xml
When executing in the shell, source didn’t work. It says the local_setup.bash file was not found. The second command worked and gazebo was launched. However, the robot model never appears.
P.S I tried the commands multiple times. The same thing happens.
Any help is appreciated, thanks.