Check if target joint position is valid
Hi, I was wondering if there is a way to check if a goal pose of a planned path (planned in moveit with OMPL) is a valid pose, meaning that joint position constraints, collision, etc. are taken into consideration. A Python function like
bool check_if_pose_if_valid(joint_position)
would be great.
Thanks for your answers