[go: nahoru, domu]

Skip to content

yabanbingliang/turtlebot2-noetic

Repository files navigation

How to start

The repository is to redeploy turtlebot2 in the environment of ubuntu20.04 ros noetic, and add an additional 2d lidar sensor on top of tb2.

1. Install dependencies

sudo apt install ros-noetic-kobuki-* -y
sudo apt install ros-noetic-ecl-streams -y
sudo apt install ros-noetic-depthimage-to-laserscan -y
sudo apt install ros-noetic-joy -y

2. add some gazebo models [download]

unzip gazebo.zip -d ~/.gazebo/

3. start world with a turtlebot2

添加一个软链接

ln -s /usr/bin/python3 /usr/bin/python

在gazebo中启动turtlebot2

roslaunch turtlebot_gazebo turtlebot_world.launch 

or with a lidar

roslaunch turtlebot_gazebo h.launch 

4. keyboard move

roslaunch turtlebot_teleop keyboard_teleop.launch

Reference

[1]Ubuntu 20.04 ROS_noetic安装Turtlebot2

[2]turtlebot_gazebo仿真添加激光雷达hokuyo_rplidar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published