Skip to content

Instantly share code, notes, and snippets.

@moriarty
Last active December 24, 2015 11:19
Show Gist options
  • Save moriarty/6790362 to your computer and use it in GitHub Desktop.
Save moriarty/6790362 to your computer and use it in GitHub Desktop.
RoboCup @ Work scratch pad
Notes From RoboCup 2013 in Eindhoven Netherlands
5 issues assigned to me:
* 'proper' Param parsing for all scenerios
* unify launch scritps for PC1 & PC2. Or for new PC...
* Gripper Software Setup & Config
* Gripper HW testing
* Integrate Arm Planning
For proper param parsing. Currently we have one param, "--simulation"
rosrun raw_basic_manipulation_test basic_manipulation_test.py [--simulation]
We require more options, but not sure which.
Possibilities: Loop, Task
rosrun raw_generic_test --task BMT --no-navigation --loop-for 4 --ref-spec/--ref-file "somefile.txt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment