Universal_Robots_ROS2_Driver
Universal_Robots_ROS2_Driver copied to clipboard
[WIP] Update the robot state helper for ROS2
Implementing convinient class for easy communication with robot for ROS2.
@livanov93 Is this sill used?
In general, in the ROS1 version, this was a convenient node for interacting with the robot via services and simple SimpleActionClient/Server that are registered in the "main" driver node. However, the biggest problem was that there was no SimpleActionClient/Server abstraction in the ROS2 at the start of this PR. This was the reason the PR development was postponed. It can be done with the existing ROS2 actionlib but the logic within the node will get more complex than it was before.