Skip to content

Commit

Permalink
Added hash-id to identify movements.
Browse files Browse the repository at this point in the history
  • Loading branch information
airballking committed Jul 11, 2013
1 parent 2bae66b commit 193ba5b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions constraint_msgs/msg/ConstraintCommand.msg
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# string identifier for the controller used
string controller_id
# hash identifier for this motion
int64 movement_id
# specify position ranges for the current constraint set
# which was specified using ConstraintConfig.msg
# NOTE: arrays in this and that message all need to have
Expand Down
2 changes: 2 additions & 0 deletions constraint_msgs/msg/ConstraintConfig.msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# string identifier for the controller used
string controller_id
# hash identifier for this motion
int64 movement_id
# actual constraint configurations to be used
Constraint[] constraints
3 changes: 3 additions & 0 deletions constraint_msgs/msg/ConstraintState.msg
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# The current state of a kinematic chain (joint angles)
# intended usage as debug message from low-level
Header header
# string identifier for the controller used
string controller_id
# hash identifier for this motion
int64 movement_id

geometry_msgs/Pose base_pose # pose of object w.r.t. header.frame_id
geometry_msgs/Pose pose # pose of tool w.r.t. base_pose
Expand Down

0 comments on commit 193ba5b

Please sign in to comment.