Skip to content

Commit

Permalink
Add .action file for execution trajectory in a ROS action (moveit#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro authored and davetcoleman committed Aug 18, 2016
1 parent bde52b8 commit e11f494
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ DeleteRobotStateFromWarehouse.srv
)

set(ACT_FILES
ExecutePath.action
MoveGroup.action
Pickup.action
Place.action
Expand Down
12 changes: 12 additions & 0 deletions action/ExecutePath.action
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# The trajectory to execute
RobotTrajectory trajectory

---

# Error code - encodes the overall reason for failure
MoveItErrorCodes error_code

---

# The internal state that the move group action currently is in
string state

0 comments on commit e11f494

Please sign in to comment.