-
Notifications
You must be signed in to change notification settings - Fork 58
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
Use angles
library for math operations
#157
Comments
Can you be more specific about where the math regarding angles is? I want to help if I can. |
Hi, you can find the functions here https://github.com/iRobotEducation/create3_sim/blob/main/irobot_create_common/irobot_create_toolbox/include/irobot_create_toolbox/math.hpp |
This is what I was able to come up with. I don't know how to run C++ files, so I couldn't test it. I just looked up the syntax for the |
This might be a different issue, but somewhat related. Here The calculations for transforming a pose are complicated. and possibly wrong. |
Is your feature request related to a problem? Please describe.
There are some operations on angles in the
irobot_create_toolbox
package.Rather than implementing them here, we should rely on the
angles
library that is already a dependency of the project.The text was updated successfully, but these errors were encountered: