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

Revision history [back]

click to hide/show revision 1
initial version

Ok, so there is a bug in kdl_parser_py. You have to specify xyz AND rpy for link origins, otherwise they're be set to 0 both, ruining your model.

Ok, so there is a bug in kdl_parser_py. You have to specify xyz AND rpy for link origins, otherwise they're be set to 0 both, ruining your model.

UPD: Here is the link to the pull request, which fixes the bug: https://github.com/ros/robot_model/pull/187