File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Pure pursuit status
2
2
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
You can’t perform that action at this time.
0 commit comments