turtlebot:adventures:movingdr
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
turtlebot:adventures:movingdr [2015/06/22 16:41] – pvela | turtlebot:adventures:movingdr [2024/08/20 21:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Turtlebot: Moving Part 1 ====== | ====== Turtlebot: Moving Part 1 ====== | ||
--------------------------------------------- | --------------------------------------------- | ||
+ | |||
+ | === Intro === | ||
Assumption: [[Turtlebot: | Assumption: [[Turtlebot: | ||
- | 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. | + | 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. |
+ | |||
+ | === 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/ | ||
+ | - how to command the turtle bot to move it's wheels at predefined velocities; | ||
+ | - how to command them to move the robot a certain distance; | ||
+ | - how to command them to rotate for a certain amount (rather than at a certain speed). | ||
+ | List the commands that you've discovered regarding actuating (e.g. moving) the turtlebot. | ||
+ | |||
+ | === Adventure === | ||
+ | |||
+ | OK, now let's check out what we gained from the above exercise and see what's up. | ||
+ | The particular python code of interest in the [[https:// | ||
+ | - goforward.py | ||
+ | - draw_a_square.py | ||
+ | which both command the robot to move via velocity commands. | ||
+ | |||
+ | The commands are organized into a twist vector, which encodes the forward, sideways/ | ||
+ | |||
+ | 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:// | ||
+ | |||
+ | === Explore === | ||
+ | |||
+ | Run the programs many times. | ||
+ | |||
+ | What are the topics that are published to in order to send the commands? | ||
--------- | --------- | ||
;#; | ;#; |
turtlebot/adventures/movingdr.1435005685.txt.gz · Last modified: 2024/08/20 21:38 (external edit)