Skip to content

Commit

Permalink
Add TurtlebotDockStatus.msg to handle name change between humble and …
Browse files Browse the repository at this point in the history
…galactic
  • Loading branch information
mandi1267 authored Apr 19, 2024
1 parent f97fa7d commit 34f5a1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions msg/TurtlebotDockStatus.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This message contains information about whether the robot is docked or sees the dock in its sensors.

std_msgs/Header header # Header stamp is when dock info was queried.
bool dock_visible # Whether robot sees dock in its sensors used for docking
bool is_docked # Whether the robot is docked

0 comments on commit 34f5a1e

Please sign in to comment.