Skip to content

Commit

Permalink
Merge branch 'release/0.12.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Stephen committed Dec 4, 2018
2 parents ed48894 + 7f728aa commit 403364a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 43 deletions.
1 change: 1 addition & 0 deletions controller_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ find_package(catkin REQUIRED COMPONENTS
QuadrupedBodyHeightMessage.msg
QuadrupedBodyOrientationMessage.msg
QuadrupedBodyPathPlanMessage.msg
QuadrupedBodyTrajectoryMessage.msg
QuadrupedFootstepStatusMessage.msg
QuadrupedGroundPlaneMessage.msg
QuadrupedRequestedSteppingStateMessage.msg
Expand Down
11 changes: 11 additions & 0 deletions controller_msgs/msg/QuadrupedBodyTrajectoryMessage.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Unique ID used to identify this message, should preferably be consecutively increasing.
uint32 sequence_id

# If true, the times are expressed in absolute time relative to the robot start
# Field default value True
bool is_expressed_in_absolute_time

# The position/orientation trajectory information.
controller_msgs/SE3TrajectoryMessage se3_trajectory


23 changes: 0 additions & 23 deletions controller_msgs/msg/QuadrupedControllerStateChangeMessage.msg

This file was deleted.

18 changes: 0 additions & 18 deletions controller_msgs/msg/QuadrupedRequestedControllerStateMessage.msg

This file was deleted.

4 changes: 2 additions & 2 deletions controller_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>controller_msgs</name>
<version>0.1.0</version>
<version>0.12.0</version>
<description>The controller_msgs package defines the IHMC ROS API</description>

<maintainer email="dstephen@ihmc.us">Doug Stephen</maintainer>
Expand All @@ -20,4 +20,4 @@
<run_depend>message_runtime</run_depend>
<run_depend>std_msgs</run_depend>

</package>
</package>

0 comments on commit 403364a

Please sign in to comment.