Skip to content

Commit 25febbe

Browse files
committed
Update message definitions Thu Sep 18 07:36:43 UTC 2025
1 parent a91e3c7 commit 25febbe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

msg/PurePursuitStatus.msg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Pure pursuit status
22

3-
uint64 timestamp # [us] Time since system start
4-
float32 lookahead_distance # [m] [@range 0, inf] Lookahead distance of pure the pursuit controller
5-
float32 target_bearing # [rad] [@range -pi, pi] [@frame NED] Target bearing calculated by the pure pursuit controller
6-
float32 crosstrack_error # [m] [@range -inf (Left of the path), inf (Right of the path)] Shortest distance from the vehicle to the path
7-
float32 distance_to_waypoint # [m] [@range -inf, inf]Distance from the vehicle to the current waypoint
8-
float32 bearing_to_waypoint # [rad] [@range -pi, pi] [@frame NED]Bearing towards current waypoint
3+
uint64 timestamp # [us] Time since system start
4+
float32 lookahead_distance # [m] [@range 0, inf] Lookahead distance of pure the pursuit controller
5+
float32 target_bearing # [rad] [@range -pi, pi] [@frame NED] Target bearing calculated by the pure pursuit controller
6+
float32 crosstrack_error # [m] [@range -inf (Left of the path), inf (Right of the path)] Shortest distance from the vehicle to the path
7+
float32 distance_to_waypoint # [m] [@range -inf, inf]Distance from the vehicle to the current waypoint
8+
float32 bearing_to_waypoint # [rad] [@range -pi, pi] [@frame NED]Bearing towards current waypoint

0 commit comments

Comments
 (0)