This package contains the URDF file of a diff drive robot and launch files to launch it in gazebo and rviz.
- Clone this repository to your ROS2 workspace:
git clone https://github.com/robofuntastic/my_first_pkg.git
- Build the ROS2 package:
cd learn_ros2_ws colcon build --symlink-install source install/local_setup.bash
- Launch the robot in RVIZ2
ros2 launch my_first_pkg display.launch.py
- Launch the robot in Gazebo
ros2 launch my_first_pkg gazebo.launch.py
- Open another terminal and use
ros2 run teleop_twist_keyboard teleop_twist_keyboard
Move your robot around
This project is licensed under the MIT License.