As a _compasrrc user, I would like to take advantage of the tool relative motion (RAPID RelTool)
Details
Describe the feature and the current behavior/stateRelTool allows tool relative motion and rotation.
Describe alternatives you've considered
I am currently reading in the robot frame, offsetting the frame, and then moving the robot with a MoveL to the offset target frame.
Will this change the current API? How?
Adding a class ToolRelativeMove to motion.py, and implementing the RAPID function.
Are you willing to contribute it?Yes, I can help with the class ToolRelativeMove in the motion.py module.
As a _compasrrc user, I would like to take advantage of the tool relative motion (RAPID RelTool)
Details
Describe the feature and the current behavior/state
RelTool
allows tool relative motion and rotation.Describe alternatives you've considered I am currently reading in the robot frame, offsetting the frame, and then moving the robot with a MoveL to the offset target frame.
Will this change the current API? How? Adding a
class ToolRelativeMove
tomotion.py
, and implementing the RAPID function.Are you willing to contribute it?
Yes
, I can help with theclass ToolRelativeMove
in themotion.py
module.