Ingo's ROS code sandbox

You can check out my public Mercurial repository with:

hg clone http://toychest.in.tum.de/users/kresse/sandbox

NOTE: The relevant code is being moved to github and bitbucket. Stay tuned.

Constraint specification for pancake-pushing

Among other stuff it contains:


Console Interface for feature_constraint_controller

command line script 'state' in feature_constraints_utils.

The semantics of chi-angles is as follows: A numeric values translates into a small range around this value, a string becomes 'not important' and sets the respective weight to zero. The command state set angles only accepts numeric values.


Slightly different approach: A rosparam interface.

Nothing speaks against supporting both interfaces.

Why not:

This would be too error-prone to use since the value of /state/chi (which is only a name) would stay on the param server and would influence the next call to state. Contrary to ROS conventions, state would have to delete this parameter after reading it.


NOTES:


TODO: