ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
2

Moveit Forward Kinematics for Empty Joint State

asked 2014-08-13 14:31:49 -0500

atp gravatar image

I'm using the /compute_fk service from moveit to calculate forward kinematics. This works as I expected except for the case of an empty joint state given as the current joint state to the service. In that case, the service calculates the FK for the current pose of the link, e.g., the end effector. Should not the Forward Kinematics calculation fail if the joint angles are equal to the zero vector?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
2

answered 2014-08-14 05:28:14 -0500

One could certainly argue for that, but that´s not the current behavior and likely also won´t be changed, as this would be a significant change for all users that rely on the observed behavior. If you look at the code in kinematics_service_capability.cpp L183, you´ll see that first the current robot state is retrieved and then updated using the robot_state in the request. If the requested robot_state is empty, the current robot state is used instead, which explains the behavior you are seeing.

edit flag offensive delete link more

Comments

Thanks for explaining this in detail! It would be good if someone would add this into the documentation.

atp gravatar image atp  ( 2014-08-14 09:23:19 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-08-13 14:31:49 -0500

Seen: 1,023 times

Last updated: Aug 14 '14