-
Notifications
You must be signed in to change notification settings - Fork 74
Clone Dave Repositories
Brian Bingham edited this page Jul 27, 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
Install vcstool
sudo apt install python-vcstool
Then 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 requires a specific CUDA Library and NVIDIA driver along with the NVIDIA graphics card that supports CUDA feature.
For instructions and plugin details : Multibeam Forward-Looking Sonar
git clone https://github.com/Field-Robotics-Lab/nps_uw_multibeam_sonar.git