Difference between revisions of "List of tasks done"

From Earlham CS Department
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 15:35, 18 November 2012

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

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.