Before running the robot, add the model path to the environment:
export GAZEBO_MODEL_PATH=/home/esayas/Desktop/line_follower/src/simple_robot_description/models:$GAZEBO_MODEL_PATH
To launch the Gazebo simulation, use the following command:
ros2 launch simple_robot_description gazebo.launch.py
To view the camera feed, run the following command:
ros2 run image_tools showimage --ros-args --remap image:=/camera1/image_raw
To execute the line follower script, use the following command:
ros2 run simple_robot_description joint_commander