diff --git a/README.md b/README.md index 1abcccc423742f929c83e7b5190df8ff5ac0b831..3d0b5d665638ee3bd735ad6bebb8643b747481f4 100755 --- a/README.md +++ b/README.md @@ -47,16 +47,10 @@ To install hpp-rbprm-corba: - Make sure to install hyq.urdf in $HPP_DEVEL_DIR/install/share/hpp-rbprm-corba/ - - The planning is decomposed in two phases / scripts. First, a root path is computed (\*_path.py files). Then, the contacts are generated along the computed path (\*_interp.py files). The scripts are located in the folder /scripts/scenarios. - - - To only plan and see the root path, run: + - The planning is decomposed in two phases / scripts. First, a root path is computed (\*_path.py files). Then, the contacts are generated along the computed path (\*_interp.py files). The scripts are located in the folder /scripts/scenarios/demos. + - To see the different steps of the process run ```$ ./run.sh darpa_hyq_path.py``` - - To generate the complete contact sequence, run: - - - ```$ ./run.sh darpa_hyq_interp.py``` - - The scripts include comments explaining the different calls to the library. + The script include comments explaining the different calls to the library. You can call the different methods a() ... d() to see the different steps of the planning.