Skip to content

Commit

Permalink
Added Home.action and GetLinkName.srv
Browse files Browse the repository at this point in the history
  • Loading branch information
suddrey-qut committed Jan 27, 2022
1 parent aa96357 commit 2861ad1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ add_service_files(
FILES
AddNamedPose.srv
AddNamedPoseConfig.srv
GetLinkName.srv
GetNamedPoseConfigs.srv
GetNamedPoses.srv
RemoveNamedPose.srv
Expand All @@ -35,6 +36,7 @@ add_action_files(
MoveToJointPose.action
MoveToNamedPose.action
MoveToPose.action
Home.action
)

## Generate added messages and services with any dependencies listed here
Expand Down
7 changes: 7 additions & 0 deletions action/Home.action
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
float32 speed # m/s
---
# Result definition
bool success
---
# Feedback definition
int8 status
4 changes: 4 additions & 0 deletions srv/GetLinkName.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Request
---
# Response
string name

0 comments on commit 2861ad1

Please sign in to comment.