When issuing the command MotionMode("Joint"); to an ABB robot - the "not streamable" error is returned. . This command does not seem to be implemented in the ABB driver and thus it throws this error
|
Logger.Debug("Action `" + action + "` is not streamable..."); |
When issuing the command
MotionMode("Joint"); to an ABB robot - the "not streamable" error is returned. . This command does not seem to be implemented in the ABB driver and thus it throws this errorMachina.NET/src/Machina/Drivers/Communication/Protocols/ABBCommunicationProtocol.cs
Line 383 in 50c553d