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

Test path planning cmd_vel conversion #390

Merged
merged 2 commits into from May 16, 2024
Merged

Conversation

texhnolyze
Copy link
Contributor

Summary

This was done to address #366, but it seems the limiting by config parameters is already working as intended.
If we want to reduce diagonal speed, we will need to adjust parameters or reduce cmd_vel.linear.x and cmd_vel.linear.y in cases, that both near the max.

Proposed changes

Add unit test to conversion of cmd_vel Twists in path planning.
The results in the test were the same with the previous code and the "simplification".

Related issues

As mentioned, #366 seems to be already working and only dependent on parameters.

Checklist

  • Run colcon build
  • Write documentation
  • Test on your machine
  • Test on the robot
  • Create issues for future work
  • Triage this PR and label it

@jaagut jaagut merged commit 0d3c8e6 into main May 16, 2024
2 checks passed
@jaagut jaagut deleted the feature/test_path_planning branch May 16, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants