Closed linhongbin closed 3 years ago
Sorry about that, I accidentally modified this file and it made it to 2.0. This is fixed in the devel branch: https://github.com/jhu-dvrk/sawIntuitiveResearchKit/commit/9dde0a5d86181acd74d2ec1b030a344159e329b3
There are a few other changes in the devel branch so you might just want to copy paste that specific file in the master branch. I plan to release 2.1 fairly soon.
Thanks Anton, glad to hear that. I will try to use devel branch. cheers!
The main change in the devel branch is related to the instruments database. Instruments are now identified using the name:model[version]
(version
is optional). For you, if you had something like LARGE_NEEDLE_DRIVER_400006
in your arm configuration file, you will need to replace it with LARGE_NEEDLE_DRIVER:400006
-- note the _
replaced by a :
.
Hi,
I am using configGUI.m to generate xml file of ECM following the instructions here,
However I got error when generating ECM xml as following:
I have successfully generated PSM xmls using configGUI.m, but not ECM. Do you know how to fix it?