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

56 crptg1 test node fixing #73

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

Conversation

gfigneczi1
Copy link
Member

No description provided.

mesmatyi and others added 18 commits November 4, 2024 10:24
…ctrl_vehicle_control_lat_compensatory.cpp

Co-authored-by: Józsa Dávid <44705915+AnonymDavid@users.noreply.github.com>
…ctrl_vehicle_control_lat_compensatory.cpp

Co-authored-by: Józsa Dávid <44705915+AnonymDavid@users.noreply.github.com>
…_vehicle_control.hpp

Co-authored-by: Józsa Dávid <44705915+AnonymDavid@users.noreply.github.com>
@gfigneczi1 gfigneczi1 self-assigned this Nov 18, 2024
@gfigneczi1 gfigneczi1 linked an issue Nov 18, 2024 that may be closed by this pull request
Copy link
Collaborator

@mesmatyi mesmatyi left a comment

Choose a reason for hiding this comment

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

Left a couple of comments none of it is a must have...

Comment on lines 78 to +81
// target values coming from the vehicle
float m_roadWheelAngleTarget{0.0f};
float m_vehicleSpeedTarget{0.0f};
float p_wheelBase{2.7f}; // in meters
double m_roadWheelAngleTarget{0.0f};
double m_vehicleSpeedTarget{0.0f};
double p_wheelBase{2.7f}; // in meters
Copy link
Collaborator

Choose a reason for hiding this comment

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

These are fixed or overwritten in runtime ?

Comment on lines +83 to +87
double m_maximumSpeedInit{20.0f}; // in mps

double p_previewDistance = 100; // in meters
double m_maximumSpeed{0.0f};
bool m_noEnoughPointsLeft{false};
Copy link
Collaborator

Choose a reason for hiding this comment

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

maybe these params can be in a launch file ?

Comment on lines 197 to 200

m_egoMsg.tire_angle_front = m_roadWheelAngleTarget;
m_kinematicState.twist_with_covariance.twist.linear.x = m_vehicleSpeedTarget;

return;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe lateral acceleration can be publiseh too, or would be neat to have it in the future, for other types of controllers

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] test node fixing
3 participants