Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tgiles/nao_footstep_script

Collection of scripts for the NAO humanoid. Walks in a straight line or curve and can plot the footsteps for feedback.
https://github.com/tgiles/nao_footstep_script

Last synced: 7 days ago
JSON representation

Collection of scripts for the NAO humanoid. Walks in a straight line or curve and can plot the footsteps for feedback.

Awesome Lists containing this project

README

        

Instructions:
1. Start up NAO by holding chest button
2. Once lights turn on, release chest button
3. NAO is ready when he says "OUNAK OUGH" (phonetically)
4. Press chest button to determine IP.
5. cd to nao_footstep_script location
6. Run the following command (--ip is determined by step 4) :


python proto_walking_controller.py --ip '192.168.10.110'

7. Nao should now walk the
desired_distance
value set in the walking controller (currently 0.5191m)
8. After finishing the plan (or falling over), the plotter should generate a plot of the executed footsteps and body pose.
* Additionally, to run the plotter manually:

python plot_footsteps.py --test_dir='whatever your test dir is' --exp_dir='if your experiment dir is different than default'

* Easiest way to get test_dir is to

cd experiment_data/ [tab to timestamp test directory]
delete the experiment_data/
delete the / on the end of timestamp test dir