ktopolov / autonomous

Autonomous driving algorithm development and simulation with ROS
1 stars 0 forks source link

Install C++ and Required Libraries #4

Closed ktopolov closed 2 years ago

ktopolov commented 2 years ago

Get recent version of C++ and any libraries (OpenCV, Eigen, etc.) necessary for this project

ktopolov commented 2 years ago

These have already been installed and even added to the Docker image. We currently have external dependencies Eigen, whose header files are directly downloaded into the repo, as well as OpenCV, which is installed on the machine.