Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add steering angle #530

Merged
merged 1 commit into from Feb 8, 2023
Merged

Conversation

erikbosch
Copy link
Collaborator

This adds steering angle for road wheels.

We already have angle for the steering wheel (Vehicle.Chassis.SteeringWheel.Angle) but until now we do not have any signal that represents actual angle for the road wheels. This PR adds a steering angle for each axle, to support vehicles that also has steering on rear axle, resulting in two new signals with default installation

Vehicle.Chassis.Axle.Row1.SteeringAngle
Vehicle.Chassis.Axle.Row2.SteeringAngle

Left and right wheel typically have different angles, the signal represents the angle that would be used if the axle instead had only one centrally mounted wheel. Here called "Single track two-axle model steering angle", other similar terms are "bicycle model steering angle". Similar signals exist in for example Android VHAL as PERF_STEERING_ANGLE and PERF_REAR_STEERING_ANGLE

Signed-off-by: Erik Jaegervall erik.jaegervall@se.bosch.com

This adds steering angle for road wheels.

Signed-off-by: Erik Jaegervall <erik.jaegervall@se.bosch.com>
@erikbosch
Copy link
Collaborator Author

Meeting notes: Please review until next week.

@erikbosch
Copy link
Collaborator Author

Meeting decision: merge

@erikbosch erikbosch merged commit d76729e into COVESA:master Feb 8, 2023
@erikbosch erikbosch deleted the erikbosch/erik_steering branch February 8, 2023 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants