Hello, everyone.
I have a question about compas_fab.
There are examples of how “forward_kinematics” can be used without activating ROS, but is it always necessary to use ROS to use “inverse_kinematics”?
Thank you.
Hello, everyone.
I have a question about compas_fab.
There are examples of how “forward_kinematics” can be used without activating ROS, but is it always necessary to use ROS to use “inverse_kinematics”?
Thank you.
@8H_Y8 Yea, that seems to be the case. FK is relatively simple (mathematically). IK (and potentially with collision avoidance) is much more complicated and is dedicated to a backend (such as Moveit in ROS).
Hi,@yck011522.
Thanks for posting!
I see.
Just for completeness, there is also the Pybullet client integrated now, which can do IK without the need for ROS: compas_fab - Analytical kinematics