Skip to content

comprobo-final-project/comprobo_final_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Nevo

Spring 2017

Project Website: https://comprobo-final-project.github.io/

Run

Note: these steps require that you have a Neato or other mobile robot and are already connected to said robot.

Change directory into the ROS package. Because of the way that sections of our code are imported into other sections, it is important that you run all commands from this directory.

roscd comprobo_final_project

Run the genetic algorithm on the desired task with the desired options.

python -m scripts.tasks.<TASK_NAME> --<COMMAND>

<TASK_NAME> can be replaced with:

  • goal_task
  • colinear_task
  • tag_task

<COMMAND> can be replaced with:

  • train
  • visualize
  • gazebo
  • real

For example, to train an organism to complete the goal task, run

python -m scripts.tasks.goal_task --train

About

CompRobo Spring Final Project 2017

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published