Skip to content

Commit

Permalink
Add state message for mechanum controller (backport #79) (#82)
Browse files Browse the repository at this point in the history
* adding msg file, changes in cmakelists nd package.xml

(cherry picked from commit df9cd98)

* Apply suggestions from code review

Co-authored-by: Dr. Denis <[email protected]>
(cherry picked from commit 348a134)

* ran pre-commit formatter

(cherry picked from commit 74512e4)

* Apply suggestions from code review

(cherry picked from commit d5a2c0d)

---------

Co-authored-by: GiridharBukka <[email protected]>
Co-authored-by: Robotgir <[email protected]>
Co-authored-by: Dr. Denis <[email protected]>
Co-authored-by: Bence Magyar <[email protected]>
  • Loading branch information
5 people authored Mar 22, 2023
1 parent 4bdca2e commit 5fef88a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions control_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ set(msg_files
msg/JointJog.msg
msg/JointTolerance.msg
msg/JointTrajectoryControllerState.msg
msg/MecanumDriveControllerState.msg
msg/PidState.msg
)

Expand Down
6 changes: 6 additions & 0 deletions control_msgs/msg/MecanumDriveControllerState.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
std_msgs/Header header
float64 front_left_wheel_velocity
float64 back_left_wheel_velocity
float64 back_right_wheel_velocity
float64 front_right_wheel_velocity
geometry_msgs/Twist reference_velocity

0 comments on commit 5fef88a

Please sign in to comment.