Skip to content

How to read the Position of the end effector from ROS #75

Answered by gavanderhoorn
ORCelada asked this question in Q&A
Discussion options

You must be logged in to vote

There is currently no direct support for publishing the Cartesian transform / pose of any link.

The underlying protobuf msgs do contain that information though IIRC, so with some work, it could be exposed by the RobotHW implementation. Besides that, a ros_control controller/broadcaster (new terminology) would need to be created which can publish that information in the form of a TF frame or geometry_msgs/Pose (I'd prefer the former).

Alternatively, if there'd be a way to export/get hold of the calibration data from the IRC5, we could consider supporting something similar to what Universal_Robots_ROS_Driver does: update the URDF (at runtime) with the information from that calibration data.

T…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@bhomaidan1990
Comment options

@gavanderhoorn
Comment options

@bhomaidan1990
Comment options

@gavanderhoorn
Comment options

@bhomaidan1990
Comment options

Answer selected by ORCelada
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #74 on October 19, 2022 12:22.