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

Refactor utility functions for efficiency #212

Open
jcnorby opened this issue Feb 27, 2022 · 1 comment
Open

Refactor utility functions for efficiency #212

jcnorby opened this issue Feb 27, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jcnorby
Copy link
Contributor

jcnorby commented Feb 27, 2022

Many of the utility functions defined in ros_utils, math_utils, and quad_kd pass inputs by value rather than const reference. Switching these should help efficiency across the board (particularly when mapping between data structures or computing FK/IK across trajectories).

@jcnorby jcnorby added the enhancement New feature or request label Feb 27, 2022
@jcnorby
Copy link
Contributor Author

jcnorby commented Feb 27, 2022

Also any functions which can be defined as const should be.

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

No branches or pull requests

2 participants