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

Change Cartesian waypoint tolerance type to array #478

Open
marip8 opened this issue Jul 23, 2024 · 0 comments
Open

Change Cartesian waypoint tolerance type to array #478

marip8 opened this issue Jul 23, 2024 · 0 comments

Comments

@marip8
Copy link
Contributor

marip8 commented Jul 23, 2024

The Cartesian waypoint tolerance type (and associated functions/parameters) should probably be a fixed size array (size 6), rather than a vector of dynamic size since it represents [x, y, z, roll, pitch, yaw].

Eigen::VectorXd lower_tolerance_;
/** @brief Distance above waypoint that is allowed. Should be size = 6. First 3 elements are dx, dy, dz. The last 3
* elements are angle axis error allowed (Eigen::AngleAxisd.axis() * Eigen::AngleAxisd.angle())*/
Eigen::VectorXd upper_tolerance_;

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

No branches or pull requests

1 participant