UniversalRobots / Universal_Robots_ROS_as_a_Service_URCap

This URCap makes a universal robot part of a ROS system by making ROS calls available inside Polyscope through the rosbridge.
Apache License 2.0
12 stars 3 forks source link

Parse full poses into URScript poses #12

Open fmauch opened 3 years ago

fmauch commented 3 years ago

Currently, of one wants to save a pose from ROS and use that e.g. for a Cartesian motion command, one would have to save each field separately. As URScript also supports defining poses using the p[x, y, z, ax, ay, az] notation we could theoretically parse a ROS pose int o a URScript pose directly.

This would raise the following concerns:

Note: This is currently not planned to be worked on. If you'd like to implement this, please let us know here.