Skip to content

Commit

Permalink
Added ServoStamped.msg; Removed ServoToPose.action
Browse files Browse the repository at this point in the history
  • Loading branch information
suddrey-qut committed Jan 18, 2022
1 parent 339e2a9 commit aa96357
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ add_message_files(
Guards.msg
JointVelocity.msg
ManipulatorState.msg
ServoStamped.msg
)

## Generate services in the 'srv' folder
Expand All @@ -34,7 +35,6 @@ add_action_files(
MoveToJointPose.action
MoveToNamedPose.action
MoveToPose.action
ServoToPose.action
)

## Generate added messages and services with any dependencies listed here
Expand Down
9 changes: 0 additions & 9 deletions action/ServoToPose.action

This file was deleted.

4 changes: 4 additions & 0 deletions msg/ServoStamped.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
std_msgs/Header header
geometry_msgs/Pose pose
float32 gain
float32 threshold
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>armer_msgs</name>
<version>0.2.2</version>
<version>0.2.3</version>
<description>The armer_msgs package</description>

<!-- One maintainer tag required, multiple allowed, one person per tag -->
Expand Down

0 comments on commit aa96357

Please sign in to comment.