Feature summary
Constrained Freedrive has been added since PolyScope 5.8. We should add support for that in the client_library, as well.
Basically, we would have to add the arguments for axis and pose in
|
bool ReverseInterface::writeFreedriveControlMessage(const FreedriveControlMessage freedrive_action, |
Then, pack the data into the wire and unpack the data in
|
if params_mult[2] == FREEDRIVE_MODE_START: |
This would also require a check for CB3 robots and probably a feature flag for adding the script code.
Related issues
We've had this in mind for quite some time and I think it came up once or twice in the past, e.g. in
Tasks
To complete this issue involves
Feature summary
Constrained Freedrive has been added since PolyScope 5.8. We should add support for that in the client_library, as well.
Basically, we would have to add the arguments for axis and pose in
Universal_Robots_Client_Library/src/control/reverse_interface.cpp
Line 171 in 02540be
Then, pack the data into the wire and unpack the data in
Universal_Robots_Client_Library/resources/external_control.urscript
Line 1072 in 02540be
This would also require a check for CB3 robots and probably a feature flag for adding the script code.
Related issues
We've had this in mind for quite some time and I think it came up once or twice in the past, e.g. in
Tasks
To complete this issue involves