A repository containing all the materials for the PESU IO course Introduction to Integrated Robotics
To dual boot your systems please refer to this youtube link: https://www.youtube.com/watch?v=UmPL54WKlaU&ab_channel=Buzz2dayTech
Ubuntu 22.04 iso download link: https://releases.ubuntu.com/jammy/
Refer this link: https://www.arduino.cc/en/software Please download the zip file and extarct it on your ubuntu desktop.
Refer this link: https://docs.ros.org/en/humble/Installation.html
Open terminal and run:
sudo apt-get install gazebo11
Check the installation:
gazebo
Usualy installed with ROS2 packages, run the command below to check:
rviz2
Open Terminal and run the below commands:
-
Creating your workspace
mkdir -p ~/iir_ws/src
-
Cloning this Repository
git clone https://github.com/Varchasvin10/Introduction_to_Integrated_Robotics_slot_18.git
-
Building your workspace
cd cd ~/iir_ws colcon build
-
Running Rviz and Gazebo Simulation First we have to source our workspace:
source install/setup.bash
Launching the Simulation in Rviz and Gazebo:
ros2 launch iir display.launch.py
To run only Gazebo:
ros2 launch iir gz.launch.py
-
Using Teleop keys to control the simulated robot
ros2 run teleop_twist_keyboard teleop_twist_keyboard