Skip to content

Commit

Permalink
Uint instead of int
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermedemouraa committed Nov 1, 2024
1 parent f293381 commit fb18228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protos/farm_ng/track/track.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ message Track {
// The waypoints along the track
repeated farm_ng.core.proto.Pose waypoints = 1;
// Map of key waypoints to their associated actuator command
map<int32, farm_ng.canbus.proto.ActuatorCommands> key_waypoint_actions = 2;
map<uint32, farm_ng.canbus.proto.ActuatorCommands> key_waypoint_actions = 2;
}

// This is sent to the track_follower service by a client to request a track be followed.
Expand Down

0 comments on commit fb18228

Please sign in to comment.