Skip to content
Snippets Groups Projects
Commit 57fa6d68 authored by armar-user's avatar armar-user
Browse files

circle: fixed direction of gradient

parent 7f3ce1ca
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ namespace simox::geometric_planning ...@@ -37,7 +37,7 @@ namespace simox::geometric_planning
// the position derivative is always pointing into x direction as orientation changes as well // the position derivative is always pointing into x direction as orientation changes as well
// FIXME update this according to getPosition! // FIXME update this according to getPosition!
return radius * -Eigen::Vector3f::UnitX(); return radius * Eigen::Vector3f::UnitY();
} }
Eigen::Quaternionf Eigen::Quaternionf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment