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

Summary of 7 pitfalls when using react

Table of contents 1. Component bloat 2. Change th...

Detailed explanation of incompatible changes of components in vue3

Table of contents Functional Components How to wr...

Implementation of Webpack3+React16 code splitting

Project Background Recently, there is a project w...

Detailed tutorial on how to install MySQL 5.7.18 in Linux (CentOS 7) using YUM

The project needs to use MySQL. Since I had alway...

How to use Javascript to generate smooth curves

Table of contents Preface Introduction to Bezier ...

How to use the Linux seq command

1. Command Introduction The seq (Sequence) comman...

Summary of the use of vue Watch and Computed

Table of contents 01. Listener watch (1) Function...

The use of vue directive v-bind and points to note

Table of contents 1. v-bind: can bind some data t...

5 ways to make your JavaScript codebase cleaner

Table of contents 1. Use default parameters inste...

Why does MySQL paging become slower and slower when using limit?

Table of contents 1. Test experiment 2. Performan...

Example analysis of mysql user rights management

This article describes the MySQL user rights mana...

UDP simple server client code example

I won’t go into details about the theory of UDP. ...

Will Update in a Mysql transaction lock the table?

Two cases: 1. With index 2. Without index Prerequ...