How to generate xml file with version 5? #180
-
I was calibrating the dVRK with sawRobotIO1394CurrentCalibration -c <xml.file>, however it asks for latest XML files. I couldn't find a config generator which gives me higher than version 4. The package is built with ros2 humble under 22.04 Ubuntu. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
We added a python based config generator. Unless I did something wrong, it should be in your path: dvrk_config_generator.py. For the generation use Classic. For the hardware type, use QLA1. Note that I updated this code a few days ago so make sure use pull the latest code. This code has not been thoroughly tested so I hope it'll work. |
Beta Was this translation helpful? Give feedback.
When did you pull the code? I pushed some fixes for issues similar to the ones you mentioned last Friday. Maybe do a vcs pull and rebuild?