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 17:01] – pvela | turtlebot:adventures:movingdr [2024/08/20 21:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 2: | Line 2: | ||
--------------------------------------------- | --------------------------------------------- | ||
- | == Intro == | + | === Intro === |
Assumption: [[Turtlebot: | Assumption: [[Turtlebot: | ||
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. | 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 == | + | === 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/ | 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/ | ||
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:// | ||
- | == Reflection | + | === Explore === |
Run the programs many times. | Run the programs many times. | ||
- | What are the topics that are published to in order to send the commands? | + | What are the topics that are published to in order to send the commands? |
--------- | --------- |
turtlebot/adventures/movingdr.1435006883.txt.gz · Last modified: 2024/08/20 21:38 (external edit)