Difference between revisions of "Turtlebot3 Waffle Joule ROS 1 Kinetic"

From wikidb
Jump to: navigation, search
(Support)
 
(81 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
= References=
 
= References=
  
* [http://emanual.robotis.com/docs/en/platform/turtlebot3/overview/ Overview]
+
* [http://www.pishrobot.com/wp-content/uploads/2018/02/ROS-robot-programming-book-by-turtlebo3-developers-EN.pdf Book: ROS Robot Programming Book by Turtlebot3 Developers]
 +
* [http://emanual.robotis.com/docs/en/platform/turtlebot3/overview/ Build Manual Overview]
 
* [https://spectrum.ieee.org/automaton/robotics/robotics-hardware/review-robotis-turtlebot-3 Spectrum: Hands-on With TurtleBot 3, a Powerful Little Robot for Learning ROS]
 
* [https://spectrum.ieee.org/automaton/robotics/robotics-hardware/review-robotis-turtlebot-3 Spectrum: Hands-on With TurtleBot 3, a Powerful Little Robot for Learning ROS]
  
 
= Setup =
 
= Setup =
* [[Dell Setup]]
+
* [[Dell Setup]] Named sisters
* [[Turtlebot3 Setup]]
+
* [[Turtlebot3 Setup]] Name box - as in Box Turtle
 
* [[OpenCR Setup]]
 
* [[OpenCR Setup]]
 +
* [[TurtleBox3 Access Point]]
  
= Bringup =
+
= System Test =
  
* [http://learn.turtlebot.com/2015/02/01/7/ ssh]
+
* [[TB3 Initial Bring Up]]
 +
* [[TB3 Keyboard Teleop]]
 +
* [[TB3 Joy Stick Teleop]]
 +
* [[TB3 SLAM Test]]
 +
* [[TB3 Nav Test]]
 +
* DEPRECIATED [[TB3 RealSense Test]]
 +
* [[TB3 Install ROS RealSense 2]]
  
  sudo apt-get install openssh-server - required for Fetch and ssh on Mac
+
=Enhance with Run Scripts =
  
bringup remote
+
These are script design to make the TB3 easier to bring up.
  roslaunch trutlebot3_bringup turtlebot3_remote.launch on dell
+
                                                  turtlebot3_lidar.lauch        on turtlebot
+
  rosrun rviz ....                                                                      on dell
+
 
+
  roslaunch turtlebot3_teleop turtlebote_teleop_key.launch  on dell
+
teleop ran but didn't work
+
  
 +
* [[TB3 Setting up ROS Project Structure]]
 +
* [https://github.com/edcepp/tr3host My github Remote Scripts]
 +
* [[Git Repository Setup]]
 +
* [[Git Commands]]
 +
* [[TurtleBot3 Run Scripts]]: How to run them
  
  uptime
+
= Enhance with New AI Capabilities =
    ... 2.60, 2.59, 2.10
+
  
== Checksum Errors ==
+
* [[AI Background Refernces]]
 +
* [[TB3 Intel ROS Project]]
  
* [https://github.com/ROBOTIS-GIT/turtlebot3/issues/108 Checksum error]
+
= Movidius =
* [https://discourse.ros.org/t/turtlebot3-software-and-firmware-update-and-waffle-pi/3729 SW and Firmware updater]
+
 
 +
* [[TB3 Movidius Neural Compute Stick]] 2.04
 +
* [[TB3 Movidius Newual Compute Stick 1.12]]
 +
* [[TB3 Movidius Applications]]
  
 
= Support =
 
= Support =
Line 37: Line 47:
 
* [http://ros-users.122217.n3.nabble.com/Discourse-ros-org-General-TurtleBot3-software-and-firmware-update-and-waffle-pi-td4026409.html#none discourse ]
 
* [http://ros-users.122217.n3.nabble.com/Discourse-ros-org-General-TurtleBot3-software-and-firmware-update-and-waffle-pi-td4026409.html#none discourse ]
 
* [http://intel622.rssing.com/chan-23628082/all_p601.html intel]
 
* [http://intel622.rssing.com/chan-23628082/all_p601.html intel]
 
+
* [http://docplayer.net/63196554-Turtlebot3-documentation.html doc pdf don't trust site]
= OpenCR =
+
* [https://discourse.ros.org/t/download-the-ros-robot-programming-book-for-free/3917 ROS Robot Programming - TurtleBot3 Download]
 
+
* [http://emanual.robotis.com/docs/en/parts/controller/opencr10/ OpenCR e=Manual]
+

Latest revision as of 11:43, 18 March 2021

References

Setup

System Test

Enhance with Run Scripts

These are script design to make the TB3 easier to bring up.

Enhance with New AI Capabilities

Movidius

Support