How to pass the position values (xyz) to the inverse kinematics server in C++?
I am trying to make an Inverse Kinematics service which gets the xyz manually and respond with joint angles. The problem I am facing is the way I could pass these X Y Z values. How do I deal with geometry_msgs::Pose. I mean What is the syntax like x = 0.7 or should it be pose.x = 0.7 or what? in C++ service client Thanks! Thanks!