uzh-rpg/rpg_dvs_evo_open

A modification of building process

SternSu opened this issue · 3 comments

My platform is a fresh Ubuntu 18.04 system without manual installation of OpenCV, but when I followed the instructions to build the project, it kept reporting errors about OpenCV. Then I found that, there is a command "sudo apt-get install libopencv-dev" in install.sh. At this point in time (2023), if we execute this command, maybe due to the update of OpenCV since 2021, the OpenCV installed with ROS will be overridden by OpenCV4, and then there will be many errors when we run "catkin build dvs_tracking", which are similar to the problems mentioned in issue #17.
So I just commented out the aforementioned command and then everything is OK. I hope this little modification will be helpful for you guys if you run into the same problems as mine.

@SternSu Any chances you are planning to run this live? I'm using DAVIS346 to test this package with the fronto-planar bootstrapper, but the algorithm always dies only after a few seconds. I'm hoping to discuss this problem with someone :)

@SternSu Any chances you are planning to run this live? I'm using DAVIS346 to test this package with the fronto-planar bootstrapper, but the algorithm always dies only after a few seconds. I'm hoping to discuss this problem with someone :)

Sorry, since currently I don't have an event camera, so I just test the code with datasets.

@SternSu Any chances you are planning to run this live? I'm using DAVIS346 to test this package with the fronto-planar bootstrapper, but the algorithm always dies only after a few seconds. I'm hoping to discuss this problem with someone :)

Sorry, since currently I don't have an event camera, so I just test the code with datasets.

Alright. Thanks anyway!