Gazebo Setup
Last updated
mkdir -p ~/Desktop/test_ws/src
cd ~/Desktop/test_ws/src/git clone https://github.com/ros/ros_tutorials.git -b humble-develcd ~/Desktop/test_ws/
rosdep install -i --from-path src --rosdistro humble -ycolcon buildpip install empy
pip install larkrm -rf ~/Desktop/test_ws/build/
rm -rf ~/Desktop/test_ws/install/
colcon buildsource ~/Desktop/test_ws/install/setup.bashsudo apt install ros-humble-joint-state-publisher-gui
sudo apt install ros-humble-xacrocd ~/Desktop/test_ws/src/
ros2 pkg create --build-type ament_cmake two_wheeled_robotcd ~/Desktop/test_ws/src/two_wheeled_robot/
mkdir config launch maps meshes models params rviz urdf worldscd ~/Desktop/test_ws/
colcon buildcolcon_cd two_wheeled_robot