Universal_Robots_ROS_Driver
Universal_Robots_ROS_Driver copied to clipboard
Universal Robots ROS driver supporting CB3 and e-Series
…driver This makes it possible to call the commands when the robot is in local control if the external control script is running on the robot. This is a solution...
This PR adds one of the missing calls, `is in remote control`, from the dashboard server. This is accessible through `raw request` but I thought it would be better to...
I would like to extract one of the forces value, for example, force.z, from the rostopic "wrench". I tried many methods, but still not working. I am connecting a real...
…ies robot The force torque is returned at the tool flange on e-series robots and at the tcp for CB3, this is now handled correctly, so that all force/torque measurements...
When using the all source build and building the client library from source, it is not possible to locate the external_control.urscript from the client library, when launching the driver. See...
# Summary When using the `pose_based_cartesian_traj_controller` on my UR5e, I cannot get deterministic behavior. It seems like every other time I run a trajectory, the robot decides to flip the...
# Summary I am using URSim 5.12.0.1101482 to simulate a UR10e robot during development. In my urdf I have a rivet gun attached to the robot's end effector and I...
# Summary *Introduction to the issue* When executing multiple trajectories sequentially using remote control, some trajectory may fail silently due to "Sending data through socket failed.". For example, when executing...
I noticed that the 3d model for the simulator does not match the one in rviz. I think this can be an issue with the driver or just the urdf....
# Summary I am trying to control a UR5e using the ROS driver. I installed the URcap file on the TP. Since I am using an e-series I think I...