-
Notifications
You must be signed in to change notification settings - Fork 69
Clone Dave Repositories
Brian Bingham edited this page Nov 5, 2021
·
30 revisions
Project Dave consists of this repository along with other UUV components available online. Although some of the UUV components are available as packages, we recommend that you download them from source and work with them in your own uuv_ws
ROS workspace so that you can modify your work.
Clone this repository and other relevant repositories provided under Field-Robotics-Lab:
mkdir -p ~/uuv_ws/src
cd ~/uuv_ws/src
git clone https://github.com/Field-Robotics-Lab/dave.git
If not already installed - install vcstool.
Use vcs
to read the input file and clone required dependencies
cd ~/uuv_ws/src
vcs import --skip-existing --input dave/extras/repos/dave_sim.repos .
- DO NOT INCLUDE THIS if you are not using multibeam sonar.
- It require CUDA Library and NVIDIA driver along with the NVIDIA graphics card that supports CUDA feature.
For instructions and plugin details : Multibeam Forward-Looking Sonar
cd ~/uuv_ws/src
vcs import --skip-existing --input dave/extras/repos/multibeam_sim.repos .