You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package will not see widespread use until it is released as a package into the ROS ecosystem.
I guess the only question is whether, before we release this, we want to improve the kinematics interface in MoveIt to simplify things on this end.
Once it's released, people (like my favorite senior researcher) will complain if we break the interfaces later on.
I think as a minimum we could make KinematicsQueryOptions virtual to allow for dynamic_cast.
We could also move new constraint types into moveit_msgs to facilitate their use in parts other than IK.
The text was updated successfully, but these errors were encountered:
timonegk
pushed a commit
to bit-bots/bio_ik
that referenced
this issue
Feb 26, 2022
This package will not see widespread use until it is released as a package into the ROS ecosystem.
I guess the only question is whether, before we release this, we want to improve the kinematics interface in MoveIt to simplify things on this end.
Once it's released, people (like my favorite senior researcher) will complain if we break the interfaces later on.
I think as a minimum we could make
KinematicsQueryOptions
virtual to allow fordynamic_cast
.We could also move new constraint types into
moveit_msgs
to facilitate their use in parts other than IK.The text was updated successfully, but these errors were encountered: