cedric-scheerlinck / dvs_image_reconstruction

Code for "Continuous-time Intensity Estimation Using Event Cameras" (ACCV, 2018)
https://cedric-scheerlinck.github.io/continuous-time-intensity-estimation
MIT License
84 stars 16 forks source link

problem with vcs-import command #2

Open ashishrao7 opened 5 years ago

ashishrao7 commented 5 years ago

Hey,

This is regarding the installation. Everything works fine until this command: vcs-import < dvs_image_reconstruction/dependencies.yaml

The error is as follows:

image

The above command is being executed on Ubuntu 16.04.4 LTS with ROS kinetic installed. I initially thought that it was a problem with my ssh keys. However, I am able to push and pull normally on my system and hence assumed that wasn't the problem.

cedric-scheerlinck commented 5 years ago

As a temporary fix can you try cloning each repo listed in the dependencies.yaml file one by one using "git clone "?

The import command will just try to clone the repos the are missing into the current directory (should be src)

ashishrao7 commented 5 years ago

Yeah. Finally, I did that. I was kinda able to setup things in the end, but I think I had to deviate from the readme. I’ll let you know on Monday.

On Fri, Nov 23, 2018 at 10:32 PM Cedric notifications@github.com wrote:

As a temporary fix can you try cloning each repo listed in the dependencies.yaml file one by one using "git clone "?

The import command will just try to clone the repos the are missing into the current directory (should be src)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cedric-scheerlinck/dvs_image_reconstruction/issues/2#issuecomment-441287292, or mute the thread https://github.com/notifications/unsubscribe-auth/AMX-9tXtxngzjjEhRGU97FYIz1X_q5Xpks5uyCoXgaJpZM4YqxQy .

ashishrao7 commented 5 years ago

Everything works fine now. The only problem I had was with the vcs-import command for some reason.