dynamixel-workbench
dynamixel-workbench copied to clipboard
Make driver expandable to use other PortHandler
When having other devices on the RS485 bus or for various other reasons it might be necessary to implement an own PortHandler class. In order to do that without having to modify code from the Dynamixel SDK or Dynamixel workbench, but instead just inheriting and modifying it, some methods and members need to be protected and/or virtual.
Hey @ROBOTIS-Will (or anyone else), is there any perspective on merging this PR?
Are there any updates on this? I think this could be useful to anyone who wants to use other RS485 devices on the same bus. As far as I remember, the checks failed because of something unrelated to the changes, so they hopefully would succeed in another run.