ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The python equivalent is very thoroughly buried so I'll post it here to save the next guy some time:
2 | No.2 Revision |
The python equivalent API is very thoroughly buried so I'll post it here to save the next guy some time:time. TransformListener.__init__ takes two positional arguments. The first is boolean, whether to interpolate, and the second is length of the transform cache (rospy.Duration)
3 | No.3 Revision |
The python API is very thoroughly buried so I'll post it here to save the next guy some time. TransformListener.__init__ TransformListener.__init__ takes two positional arguments. The first is boolean, whether to interpolate, and the second is length of the transform cache (rospy.Duration)