Cartesian controller server configuration for Vizzy #142
-
Vizzy's cartesian controller server code, is configured with this file. I want to know if the code is still valid (it is pretty old in fact), or it needs to be updated to the recently added control interfaces (e.g. position direct, etc) and the most recent version of the firmware. Vizzy's arms can be controlled only in position/position direct/velocity because it does not have torque sensors. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Actually, the yarp code you posted is fine. It's already using Concerning firmware, I don't know if Finally, the |
Beta Was this translation helpful? Give feedback.
-
Hi @pattacini, Thanks for your answer. Vizzy actually can control the joints in the mixed and the position direct modes. I will set the PositionControl flag and test when the segfault issue is fixed. I see that the cartesian controller server and solver run with yarprobotinterface for iCub. Would it be possible to run the cartesian controller and server for Vizzy from the yarprobotinterface? If yes, how should I do it? |
Beta Was this translation helpful? Give feedback.
-
Hi @plinioMoreno, You can definitely launch the Cartesian servers devices using the By contrast, the Cartesian solvers still need to be run as separate binaries, given that they are not devices. |
Beta Was this translation helpful? Give feedback.
-
Can we close this? |
Beta Was this translation helpful? Give feedback.
-
Yes, we can close it. |
Beta Was this translation helpful? Give feedback.
Hi @plinioMoreno,
You can definitely launch the Cartesian servers devices using the
yarprobotinterface
deployer (see also #146). You would need to populate Vizzy's configuration files with suitablexml
containing corresponding options. To get an idea, look at the content of this directory.By contrast, the Cartesian solvers still need to be run as separate binaries, given that they are not devices.