Difference between revisions of "List of tasks done"
Jump to navigation
Jump to search
(Created page with "== Robot Design == === Wrote a configuration '''.cfg''' file for loading drivers for 3 robots wondering in a define area === === Modified the .world file and added 2 more robots....") |
|||
Line 1: | Line 1: | ||
== Robot Design == | == Robot Design == | ||
+ | Note: additional information will be added to all the points bellow for a better documentation. | ||
=== Wrote a configuration '''.cfg''' file for loading drivers for 3 robots wondering in a define area === | === Wrote a configuration '''.cfg''' file for loading drivers for 3 robots wondering in a define area === | ||
=== Modified the .world file and added 2 more robots. simple.world file came with the simulation. So I used that as base and made additional changes. === | === Modified the .world file and added 2 more robots. simple.world file came with the simulation. So I used that as base and made additional changes. === | ||
=== Wrote .cc control file for the robots. As of now it only has the obstacle avoidance function. === | === Wrote .cc control file for the robots. As of now it only has the obstacle avoidance function. === |
Revision as of 14:35, 18 November 2012
Contents
- 1 Robot Design
- 1.1 Wrote a configuration .cfg file for loading drivers for 3 robots wondering in a define area
- 1.2 Modified the .world file and added 2 more robots. simple.world file came with the simulation. So I used that as base and made additional changes.
- 1.3 Wrote .cc control file for the robots. As of now it only has the obstacle avoidance function.
Robot Design
Note: additional information will be added to all the points bellow for a better documentation.