You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the robot_state_publisher (which is used frequently to publish the TFs of a robot) one needs joint states as sensor_msgs JointState. I created a package based on this code, which republishes the dynamixel JointState messages as sensor_msgs JointState messages.
It may be a good idea to integrate this package into dynamixel_motor?
Or it may be a better solution to do the publishing of sensor_msgs JointState directly (in parallel to the dynamixel messages)?
The text was updated successfully, but these errors were encountered:
OkkeHendriks
changed the title
Proposal: Adding sensor_msgs::joint_state publisher
Proposal: Adding sensor_msgs/JointState publisher
Apr 15, 2015
When using the robot_state_publisher (which is used frequently to publish the TFs of a robot) one needs joint states as
sensor_msgs JointState
. I created a package based on this code, which republishes thedynamixel JointState
messages assensor_msgs JointState
messages.This package can be found here:
https://github.com/RobotRose/dynamixel_joint_state_publisher
It may be a good idea to integrate this package into dynamixel_motor?
Or it may be a better solution to do the publishing of
sensor_msgs JointState
directly (in parallel to the dynamixel messages)?The text was updated successfully, but these errors were encountered: