Skip to content

Commit

Permalink
fix: remove redundancy
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota committed Dec 11, 2024
1 parent 181e5b5 commit ca8a024
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
10 changes: 3 additions & 7 deletions tier4_planning_msgs/msg/PlanningFactor.msg
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# msg format version
string version_msg_format

# constants for behavior
uint16 UNKNOWN = 0
uint16 SLOW_DOWN = 1
uint16 STOP = 2
uint16 GO = 3
uint16 NONE = 1
uint16 SLOW_DOWN = 2
uint16 STOP = 3
uint16 LEFT_SHIFT = 4
uint16 RIGHT_SHIFT = 5
uint16 STRAIGHT = 6

# variables
string module
Expand Down
3 changes: 0 additions & 3 deletions tier4_planning_msgs/msg/SafetyFactor.msg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# msg format version
string version_msg_format

# constants for common use
uint16 UNKNOWN = 0

Expand Down

0 comments on commit ca8a024

Please sign in to comment.