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

Allow a different robot configuration for each path #64

Closed
jlbabilino opened this issue Jul 19, 2023 · 2 comments
Closed

Allow a different robot configuration for each path #64

jlbabilino opened this issue Jul 19, 2023 · 2 comments
Labels

Comments

@jlbabilino
Copy link
Member

Due to the current state of the trajectory generator, the physics parameters of the robot often need to be modified and tuned for each path. This is not ideal, but it's just the way it is right now. I know this from using HelixNavigator in the 2023 season.

If this feature is not added, users will be forced into creating a separate document file for each path, not utilizing the multi-path selection user interface within the app.

@jlbabilino jlbabilino added the mvp label Jul 19, 2023
@shueja
Copy link
Collaborator

shueja commented Jul 23, 2023

How should this work with creating new paths and modifying overall physics parameters? If a user needs to tweak e.g. the robot mass because the design actually changed, do they modify a central main parameter list that the rest inherit from? What parameters are commonly fudged per-path?

@jlbabilino
Copy link
Member Author

I'm trying to think of a way that isn't too complicated. One way would be like how it works in Unity, where it would pull the "main" configuration unless a value were overridden. Another option is to make each one separate, but add a button to copy one configuration to all the other paths.

The parameters commonly fudged are just max velocity and max torque.

@calcmogul calcmogul closed this as not planned Won't fix, can't repro, duplicate, stale Mar 3, 2024
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

3 participants