User Tools

Site Tools


turtlebot:adventures:movingdr

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
turtlebot:adventures:movingdr [2015/06/22 17:01] pvelaturtlebot:adventures:movingdr [2024/08/20 21:38] (current) – external edit 127.0.0.1
Line 2: Line 2:
 --------------------------------------------- ---------------------------------------------
  
-== Intro ==+=== Intro ===
  
 Assumption: [[Turtlebot:Connect|Connection to]] and [[Turtlebot:FirstLaunch | Teleoperation]] of the Turtlebot are functional. Assumption: [[Turtlebot:Connect|Connection to]] and [[Turtlebot:FirstLaunch | Teleoperation]] of the Turtlebot are functional.
Line 8: Line 8:
 This first step in learning how to control a robot is to learn how to get its actuators to work.  The vanilla turtlebot only really has two of them, a left wheel and a right wheel. This would be the simplest instantiation of a (non-trivial) mobile robot.  The [[http://learn.turtlebot.com/|Learn Turtlebot]] github repository has been cloned to the [[https://github.com/TurtlebotAdventures | TurtleBot Adventures repository]] as "turtlebot."  It provides some simple python-based ROS scripts for controlling the robot.  The code is quite primitive, so you will be able to see how well basic commands work by using open-loop control signalling and some form of dead-reckoning. This first step in learning how to control a robot is to learn how to get its actuators to work.  The vanilla turtlebot only really has two of them, a left wheel and a right wheel. This would be the simplest instantiation of a (non-trivial) mobile robot.  The [[http://learn.turtlebot.com/|Learn Turtlebot]] github repository has been cloned to the [[https://github.com/TurtlebotAdventures | TurtleBot Adventures repository]] as "turtlebot."  It provides some simple python-based ROS scripts for controlling the robot.  The code is quite primitive, so you will be able to see how well basic commands work by using open-loop control signalling and some form of dead-reckoning.
  
-== Investigation ==+=== Investigation ===
  
 Before downloading and checking out the code, see if you can figure out what types of commands the code should have by examining the teleoperation code, plus any related online tutorials/documentation. See if you can figure out: Before downloading and checking out the code, see if you can figure out what types of commands the code should have by examining the teleoperation code, plus any related online tutorials/documentation. See if you can figure out:
Line 16: Line 16:
 List the commands that you've discovered regarding actuating (e.g. moving) the turtlebot. List the commands that you've discovered regarding actuating (e.g. moving) the turtlebot.
  
-== Adventure ==+=== Adventure ===
  
 OK, now let's check out what we gained from the above exercise and see what's up.  OK, now let's check out what we gained from the above exercise and see what's up. 
Line 27: Line 27:
  
 Connect to the turtlebot and run the code on it (of course, you'll first have to git clone it). Connect to the turtlebot and run the code on it (of course, you'll first have to git clone it).
 +The Learn Turtlebot site has a nice series of inquiries and modifications related to the code.  Go through 
 +[[http://learn.turtlebot.com/2015/02/01/10/ | them]], the explore below (there might be some repetition).
  
-== Reflection ==+=== Explore ===
  
 Run the programs many times.  How well does the robot execute the commands?  If you work out the math for them, is it following the theoretical movements?  Try out different surfaces.  How do they impact the robot movement? Run the programs many times.  How well does the robot execute the commands?  If you work out the math for them, is it following the theoretical movements?  Try out different surfaces.  How do they impact the robot movement?
  
-What are the topics that are published to in order to send the commands?  Do they agree with what you found? did you find any extra?  If so, how do they relate to the ones here?+What are the topics that are published to in order to send the commands?  Do they agree with what you found? Did you find any extra?  If so, how do they relate to the ones here?
  
 --------- ---------
turtlebot/adventures/movingdr.1435006883.txt.gz · Last modified: 2024/08/20 21:38 (external edit)