Skip to content

Commit

Permalink
Adding reverse low DBW constant (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
danthony06 committed Nov 3, 2023
1 parent be9a25c commit 059a5a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions marti_dbw_msgs/include/marti_dbw_msgs/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const std::string TRANS_REVERSE = "reverse";
const std::string TRANS_DRIVE_LOW = "drive_low";
const std::string TRANS_DRIVE_HIGH = "drive_high";
const std::string TRANS_PIVOT = "pivot";
const std::string TRANS_REVERSE_LOW = "reverse_low";



Expand Down

0 comments on commit 059a5a7

Please sign in to comment.