RobotLocomotion/spartan

Submodule update fails on submodules: iiwa_driver and handical

iskanderuse opened this issue · 3 comments

During quickstart in section 3 the command git submodule update --init fails.
The submodules iiwa_driver and handical doesn't exists in repositories.

As stated in the README this repository contains private submodules (which are exactly iiwa_driver and handical) and is not supported for external use (i.e. outside our research group).

@iskanderuse, :) sorry this repo isn't directly usable for you out of the box. There's just a couple submodules that contain proprietary code (not written by us).

The code is maybe still useful for you though, as reference for how our system is put together. It's all BSD-3 license if you want to grab any part of it and use it. Would require significant work to integrate though.

@manuelli Could you remove those iiwa_driver and handical from depencencies, to it would be possible to compile and reproduce the results?