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

From wikidb
Jump to: navigation, search
(Bringup)
(Bringup)
Line 26: Line 26:
 
   uptime
 
   uptime
 
     ... 2.60, 2.59, 2.10
 
     ... 2.60, 2.59, 2.10
 +
 +
== Checksum Errors ==
 +
 +
* [https://github.com/ROBOTIS-GIT/turtlebot3/issues/108 Checksum error]
 +
* [https://discourse.ros.org/t/turtlebot3-software-and-firmware-update-and-waffle-pi/3729 SW and Firmware updater]
  
 
= Support =
 
= Support =
  
 
* [https://answers.ros.org/questions/scope:all/sort:activity-desc/tags:turtlebot3/page:1/ ROS Turtlebot3]
 
* [https://answers.ros.org/questions/scope:all/sort:activity-desc/tags:turtlebot3/page:1/ ROS Turtlebot3]

Revision as of 21:39, 28 January 2018

References

Setup

Bringup

 sudo apt-get install openssh-server - required for Fetch and ssh on Mac

bringup remote

 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


 uptime
   ... 2.60, 2.59, 2.10

Checksum Errors

Support