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

cbSpeed of Trajectory Tracker #460

Open
HappySamuel opened this issue Apr 4, 2020 · 3 comments
Open

cbSpeed of Trajectory Tracker #460

HappySamuel opened this issue Apr 4, 2020 · 3 comments
Labels

Comments

@HappySamuel
Copy link

Hi

I am curious of how the cbSpeed work in trajectory_tracker ? Does that means the speed (linear and rotational) changing with reference to actual vehicle actual traveling speed?

Best,
Samuel

@at-wat
Copy link
Owner

at-wat commented Jan 1, 2021

cbSpeed only changes linear speed of the output.
Basically, it just changes maximum value of linear.x in cmd_vel.

@HappySamuel
Copy link
Author

Hi @at-wat

Can this changes applied for reverse driving?

Best,
Samuel

@at-wat
Copy link
Owner

at-wat commented Feb 26, 2021

During reverse (backward) driving, the speed will be * (-1) of the value given by cbSpeed.
(it specifies speed literally)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants