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

81 crptg1 steering angle and rate limit based on velocity #90

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

AnonymDavid
Copy link
Member

No description provided.

@AnonymDavid AnonymDavid linked an issue Jan 15, 2025 that may be closed by this pull request
m_twistMsg.angular.z = std::min(msg->steering_tire_angle, tireAngleLim);
m_ctrlCmdMsg.lateral.steering_tire_angle = std::min(msg->steering_tire_angle, tireAngleLim);

float tireRotationRateLim = 10; // default: no limit
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe with a param later on ?

@mesmatyi
Copy link
Collaborator

ohh also resolve the confilct pls

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.

[CRP][TG1] Steering angle and rate limit based on velocity
2 participants