Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A modification of building process #26

Open
SternSu opened this issue Jun 29, 2023 · 3 comments
Open

A modification of building process #26

SternSu opened this issue Jun 29, 2023 · 3 comments

Comments

@SternSu
Copy link

SternSu commented Jun 29, 2023

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.

@swtwtrzz
Copy link

@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
Copy link
Author

SternSu commented Jun 29, 2023

@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.

@swtwtrzz
Copy link

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants