Closed gavanderhoorn closed 9 years ago
Don't know how I missed this, but this seems to be already supported, see industrial_robot_client/joint_trajectory_interface.cpp, lines 56 to 74 and industrial_robot_client/robot_state_interface.cpp, lines 56 to 74.
Seems #37 is still relevant.
This should be relatively straight-forward, as the
motoman_driver
nodes already support this (see robot_state_interface.cpp fi).A
port
parameter should be read from the nodes' private namespaces, and should specify the TCP port to connect to on the controller, instead of hard coding it.