Awesome TurtleBot3 Projects

TurtleBot3 is official hardware open platform and fully compatible with ROS. It is released on June in last year and have been interested from a lot of peoples, such as students, researchers, makers and hobbyists.

So i was wondering, what would people who bought the TurtleBot3 do with it??

I found some awesome projects with TurtleBot3 in Youtube
(The order is not important)

  1. Voice Teleop Test
    https://youtu.be/2RVykNKscCE

  2. Controlling TurtleBot3 from Windows using NEP
    https://youtu.be/r3jviQvMP7Q

  3. TurtleBot3 follows DashGo
    https://youtu.be/inyqfimq1xs

  4. Running TurtleBot3 on AWS
    https://youtu.be/ecMlx2V_meM

  5. Hector SLAM
    https://youtu.be/5MWUUti6--Y

  6. Autonomous exploration
    https://youtu.be/zRuQ03T1NnI

  7. Autonomous radiation mapping
    https://youtu.be/KLq-p-TiVsY

  8. CARMA radiation hotspot mapping and avoidance
    https://youtu.be/_SkXHJAL9Ig

  9. Apply Q-Learning to Obstacle Avoidance
    https://youtu.be/p_qAsR0pEuQ

If you have been doing your own project with TB3, you could share it what you make it :slight_smile:

2 Likes

FYI,

FYI,

x. SLAM at home with Turtlebot3

x. Turtlebot3 SLAM Implementation

x. BallBot Project using the TurtleBot3 by Technische Universität Darmstadt

1 Like

x. GdR TurtleBot Challenge 2018 - Final Match - “Monka” vs. “Ninja Turtle”

1 Like

New RTLS solution for robotics

1 Like

Wow. It’s very nice video~

1 Like

The color tracker which is built with OpenCV library is used with TB3 Waffle Pi in Gazebo.

Replace this threads as a YouTube list.

Hi, I’m also start using TurtleBot3 with the LDS-01. I have one question, do you know how to change the LIDAR’s RPM/scan rate?

Hi @lalu.alham

In case of LDS-01, it is recommended to use with specifications specified by the manufacturer.
You can’t change the RPM or Scan Rate you mentioned.

I put together a playlist with videos using the Turtlebot 3 made by my students

https://www.youtube.com/playlist?list=PLh9Ibk8NqrdEL4a1I47EGj-KzwTbJvKyQ

All of them have object tracking and following using the raspicam while using the IMU and LDS to survive

Thanks!

Fábio

Wonderful!!! Is that mini LCD and Buttons are connected with Raspberry Pi 3??

Yes! That’s a mini display

It’s an I2C OLED SSD 1306 0,96 inch display connected to the Pi 3.

Thanks!

HI -i have doubt regarding to imu . why many imu’s are used in turtlebot3 such as base_link,camera,wheels…etc., . instead of single imu just to indicate the bot heading…?

Hi… at the present time I will take a stab at utilizing a RPI3+ as I seared the UP load up I had on it… Something about providing 12v to the Expansion connector pins, it didn’t care for I stopped the force pins into wrong connector on OpenCR3 board… I have another UP board I will most likely utilize again soon.

Yet, figured I may accept this open door to take a stab at moving over to ROS2, as this gives off an impression of being the heading that Robotis is taking, in addition to the fundamental ROS2 interchanges is arrangement to utilize normalized and safer correspondences, which will be upheld on Linux just as Windows and MAC.

Do you mean the TF?
http://wiki.ros.org/tf
There’s only one IMU in TurtleBot3. TF is an essential feature that describes the pose of each component at a certain time when running robot with ROS.

Yes, ROS2 is now accepted by many developers and actively being developed.
However, still it lacks with many packages that were available in ROS1.