Skip to content

otamachan/ros2_turtlebot_gazebo_test

Repository files navigation

ros2_turtlebot_gazebo_test

Expermantal packages for turtlebot on ROS2 & Gazebo

example

How to

OS: Ubuntu 18.04

  1. Install ROS2 Crystal

Install ros-crystal-desktop. See https://index.ros.org/doc/ros2/Linux-Install-Debians/#install-ros-2-packages .

  1. Build
sudo apt install python3-vsctool
mkdir -p ~/ros2_ws/src
cd ~/ros2_ws
wget https://raw.githubusercontent.com/otamachan/ros2_turtlebot_gazebo_test/master/test.repos
vcs import src < test.repos
source /opt/ros/crystal/setup.bash
colcon build --symlink-install
  1. Run
cd ~/ros2_ws
source /opt/ros/crystal/setup.bash
source install/setup.bash
ros2 launch ros2 launch ros2_turtlebot_gazebo_test empty_world.launch.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published