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

Dashboard doesn't support slower path velocities #61

Open
NathanDuPont opened this issue May 2, 2022 · 0 comments
Open

Dashboard doesn't support slower path velocities #61

NathanDuPont opened this issue May 2, 2022 · 0 comments
Assignees
Labels
3 This issue is good for people with basic experience and familiarity in the code base enhancement New feature or request Web Team

Comments

@NathanDuPont
Copy link
Member

Right now, the dashboard assumes that you always want to accelerate between two points. This normally works well, except for some edge cases. For example, if we want to drive slow on a path to perform specific actions (such as picking up rings), with a max speed lower than the robot's max speed, we cannot do that without creating a ton of speeds.

This could potentially be fixed in the "name waypoint" menu (which should be changed to "configure waypoint"), by specifying that a point has a "speed limit", and all generated points between the selected and next point cannot exceed the speed of the selected waypoint.

@NathanDuPont NathanDuPont added enhancement New feature or request 3 This issue is good for people with basic experience and familiarity in the code base Web Team labels May 2, 2022
@wahfl2 wahfl2 self-assigned this Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 This issue is good for people with basic experience and familiarity in the code base enhancement New feature or request Web Team
Projects
None yet
Development

No branches or pull requests

2 participants