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 max_vel_trans parameter #19

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

Conversation

Nisarg236
Copy link
Member

@Nisarg236
Copy link
Member Author

Nisarg236 commented Feb 7, 2025

To be merged after: #18

@Nisarg236 Nisarg236 marked this pull request as ready for review February 10, 2025 12:27
@renan028
Copy link
Member

AB#48593

Can you make this PR independent of the other?
I would prefer to merge this one and wait the other so that we can analyze better

@Nisarg236
Copy link
Member Author

@renan028 I have removed the acceleration constraint parts from this pr and it seems to be working fine.

max_vel_trans.mp4

xt::view(state.cvy, xt::all(), xt::range(0, -1));
const bool is_holo = isHolonomic();
const double max_vel_trans = control_constraints_.max_vel_trans;
for (unsigned int i = 0; i != state.vx.shape(0); i++) {
Copy link
Member

Choose a reason for hiding this comment

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

@renan028
Copy link
Member

@renan028 I have removed the acceleration constraint parts from this pr and it seems to be working fine.
max_vel_trans.mp4

nice! looks good

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.

2 participants