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 javascript date tools

let Utils = { /** * Is it the year of death? * @r...

How to delete a MySQL table

It is very easy to delete a table in MySQL, but y...

An IE crash bug

Copy code The code is as follows: <style type=...

Detailed graphic explanation of how to use svg in vue3+vite project

Today, in the practice of vue3+vite project, when...

A brief discussion on which fields in Mysql are suitable for indexing

Table of contents 1 The common rules for creating...

Overview of the Differences between Linux TTY/PTS

When we type a letter on the keyboard, how is it ...

Solution to MySQL service 1067 error: modify the mysql executable file path

Today I encountered the MySQL service 1067 error ...

How to connect to MySQL using C++

C++ connects to MySQL for your reference. The spe...

Teach you how to make cool barcode effects

statement : This article teaches you how to imple...

A method of making carousel images with CSS3

Slideshows are often seen on web pages. They have...

Detailed explanation of efficient MySQL paging

Preface Usually, a "paging" strategy is...

Causes and solutions for slow MySQL query speed and poor performance

1. What affects database query speed? 1.1 Four fa...

Vue handwriting loading animation project

When the page is not responding, displaying the l...

HTML5+CSS3 header creation example and update

Last time, we came up with two header layouts, on...

JavaScript to achieve simple drag effect

This article shares the specific code of JavaScri...