@@ -4,7 +4,7 @@ The TurtleBot3 version adopts ROBOTIS smart actuator DYNAMIXEL for driving. Turt
...
@@ -4,7 +4,7 @@ The TurtleBot3 version adopts ROBOTIS smart actuator DYNAMIXEL for driving. Turt
[[_TOC_]]
[[_TOC_]]
# Working with the TurtleBot3 burger
# Working with the TurtleBot3 Burger
The TurtleBot3 burger is the smallest turtlebot3 mobile robot. It is composed of 2 DYNAMIXEL servomotors (one for each wheel), 1 OpenSource control card (OpenCR ARM Cortex-M7), 1 Raspberry Pi3, sensors for the navigation with 360° LiDAR.
The TurtleBot3 burger is the smallest turtlebot3 mobile robot. It is composed of 2 DYNAMIXEL servomotors (one for each wheel), 1 OpenSource control card (OpenCR ARM Cortex-M7), 1 Raspberry Pi3, sensors for the navigation with 360° LiDAR.
...
@@ -27,7 +27,9 @@ The TurtleBot3 burger is the smallest turtlebot3 mobile robot. It is composed of
...
@@ -27,7 +27,9 @@ The TurtleBot3 burger is the smallest turtlebot3 mobile robot. It is composed of
## Getting started with ROS 1
## Getting started with ROS 1
### Configuring the Remote PC
### Configuring
+ Configuring the Remote PC
Add the following lines in the .bashrc of your Remote PC to define the necessary environment variables for runnning ROS:
Add the following lines in the .bashrc of your Remote PC to define the necessary environment variables for runnning ROS:
...
@@ -65,31 +67,37 @@ Reinitialize the environment of your Burger:
...
@@ -65,31 +67,37 @@ Reinitialize the environment of your Burger:
@@ -98,12 +106,15 @@ Reinitialize the environment of your Burger:
...
@@ -98,12 +106,15 @@ Reinitialize the environment of your Burger:
TODO
TODO
# Working with turtlebot3 waffle with arm
# Working with TurtleBot3 Waffle with arm
The waffle follows the same philosophy as the burger. The main difference is a bigger platfom and the possibility of installing a robotic arm. Also the waffle can be used as a mobile manipulator capable of manipulating an object by attaching a manipulator like OpenMANIPULATOR.
The waffle follows the same philosophy as the burger. The main difference is a bigger platfom and the possibility of installing a robotic arm on it. Also the waffle can be used as a mobile manipulator capable of manipulating an object by attaching a manipulator like OpenMANIPULATOR.
Note: IP_OF_SERVER_RUNNING_ROSCORE can be equal to IP_OF_REMOTE_PC in case you run /roscore/ on the Remote PC. The ROS_MASTER_URI is necessary for connecting the ros node running on your Remote PC to the ros master node, i.e. the one running /roscore/.
+ Configuring the TurtleBot3 Waffle
From the remote PC, connect to the Waffle by ssh:
```
(Remote PC)> ssh pi@{IP_ADDRESS_OF_WAFFLE}
```
Add the following lines in the .bashrc of the Waffle to define the necessary environment variables for runnning ROS: