Skip to content

Commit

Permalink
Merge pull request #9 from sam-xl/feature/use_example_action_for_testing
Browse files Browse the repository at this point in the history
Build ExampleAction (for testing purposes)
  • Loading branch information
dave992 authored Aug 28, 2024
2 parents c277933 + 22b4ffd commit 5b8b5e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions penelope_aerospace_pl_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"action/AccurateStringerPlacement.action"
"action/CobotDrill.action"
"action/DvmInspect.action"
"action/ExampleAction.action"
"action/InductionWeld.action"
"action/InfraredThermographyInspect.action"
"msg/CobotDrillingHole.msg"
Expand Down
8 changes: 4 additions & 4 deletions penelope_aerospace_pl_msgs/action/ExampleAction.action
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
#-------------------------------------------------------------------------------
# Action goal fields
#-------------------------------------------------------------------------------
<GOAL_FIELDS>
# <GOAL_FIELDS>

---

#-------------------------------------------------------------------------------
# Action result fields
#-------------------------------------------------------------------------------
<RESULT_FIELDS>
# <RESULT_FIELDS>

# Action success/failure indicator.
# Refer to penelope_aerospace_pl_msgs/msg/ResultCodes for defined error codes.
Expand All @@ -22,12 +22,12 @@ uint16 result_code
# Status message (empty if action succeeded)
string message

---
---

#-------------------------------------------------------------------------------
# Action feedback fields
#-------------------------------------------------------------------------------
<FEEDBACK_FIELDS>
# <FEEDBACK_FIELDS>

# Generic module state
ModuleState module_state

0 comments on commit 5b8b5e9

Please sign in to comment.