update doc. more detailled explanation in the wiki
This commit is contained in:
parent
45a08f37e3
commit
f1aa165384
|
@ -59,7 +59,7 @@ public:
|
|||
/** Publish transforms to tf
|
||||
* \param joint_positions A map of joint names and joint positions.
|
||||
* \param time The time at which the joint positions were recorded
|
||||
* returns true on success; return false when the joint positions don't match the kinematic robot model
|
||||
* returns true on success; return false when the robot model is empty or not all the joints in the robot model are specified in the joint map.
|
||||
*/
|
||||
bool publishTransforms(const std::map<std::string, double>& joint_positions, const ros::Time& time);
|
||||
|
||||
|
|
Loading…
Reference in New Issue