Skip to content

Commit

Permalink
Merge pull request ipa320#26 from ipa320/fix/ros2_order_update_id
Browse files Browse the repository at this point in the history
fix: orderUpdateId should be uint32
  • Loading branch information
jabbenseth authored Dec 7, 2021
2 parents 8fdee46 + cc3ed35 commit 2024e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vda5050_msgs/msg/Order.msg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ string serial_number # Serial Number of the AGV

string order_id # Unique order identification

uint64 order_update_id # order_update identification. Is unique per order_id. If an order update is
uint32 order_update_id # order_update identification. Is unique per order_id. If an order update is
# rejected, this field is to be passed in the rejection message

bool replace # Indicates that previously released base nodes should be replaced by the
Expand Down
2 changes: 1 addition & 1 deletion vda5050_msgs/msg/OrderInformation.msg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ string serial_number # Serial Number of the AGV
# CONTENTS
string order_id # Unique order identification “none” if vehicle is idle and has no order

string order_update_id # order_update identification. Is unique per order_id. If an order update is rejected, this field is to be passed in the rejection message.
uint32 order_update_id # order_update identification. Is unique per order_id. If an order update is rejected, this field is to be passed in the rejection message.

string zone_set_id # Unique ID of the zone set that the AGV currently uses for path planning. Must be the same as the one used in the order,
# otherwise the AGV hasto reject the order. Optional: If the AGV does not use zones, this field can be omitted.
Expand Down

0 comments on commit 2024e06

Please sign in to comment.