Basic tutorial on controlling Turtlebot3 mobile robot with ROS

Basic tutorial on controlling Turtlebot3 mobile robot with ROS

Chinese Tutorial

https://www.ncnynl.com/category/turtlebot3-tutorial/

Official Tutorial

https://emanual.robotis.com/docs/en/platform/turtlebot3/overview/

Notice

Note that ROS requires an IP address to communicate between turtlebot and the remote PC

Modify .bashrc

nano ~/.bashrc

PC Configuration

export ROS_MASTER_URI=http://PC IP:11311
export ROS_HOSTNAME=PC IP

Turtlebot configuration

export ROS_MASTER_URI=http://PC IP:11311
export ROS_HOSTNAME=Turtlebot IP

To make the environment effective:

source ~/.bashrc

This is the end of this article about ROS control of Turtlebot3 mobile robot. For more relevant ROS control of Turtlebot3 mobile robot content, please search 123WORDPRESS.COM previous articles or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future!

<<:  How to set remote access permissions in MySQL 8.0

>>:  How to remove the header from the element table

Recommend

MySQL Order By Multi-Field Sorting Rules Code Example

Say it in advance On a whim, I want to know what ...

Docker deployment springboot project example analysis

This article mainly introduces the example analys...

TinyEditor is a simple and easy-to-use HTML WYSIWYG editor

A few days ago, I introduced to you a domestic xh...

Detailed summary of web form submission methods

Let's first look at several ways to submit a ...

How to install and configure MySQL and change the root password

1. Installation apt-get install mysql-server requ...

Detailed steps to implement the Excel import function in Vue

1. Front-end-led implementation steps The first s...

Table setting background image cannot be 100% displayed solution

The following situations were discovered during d...

Summary of @ usage in CSS (with examples and explanations)

An at-rule is a declaration that provides instruc...

vmware virtual machine ubuntu18.04 installation tutorial

Installation Steps 1. Create a virtual machine 2....