Skip to content

Commit

Permalink
Update OrderState.msg
Browse files Browse the repository at this point in the history
Changed informations key to information
  • Loading branch information
bekirbostanci authored Jan 24, 2024
1 parent 4a3dc45 commit 1029dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vda5050_msgs/msg/OrderState.msg
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ string operating_mode # Enum {AUTOMATIC, SEMIAUTO

vda5050_msgs/Error[] errors # Array of errorobjects. Empty array if there are no errors.

vda5050_msgs/Info[] informations # Array of info-objects. An empty array indicates that the AGV has no information.
vda5050_msgs/Info[] information # Array of info-objects. An empty array indicates that the AGV has no information.
# This should only be used for visualization or debugging – it must not be used for logic in master control

vda5050_msgs/SafetyState safety_state # Contains all safetyrelated information.
Expand Down

0 comments on commit 1029dfe

Please sign in to comment.