This is the repository for the University of Kentucky IGVC team. The current target hardware is a Raspberry Pi 3 B+ with the Pi ROS image from Ubiquity.
- Ensure ROS is installed on the target hardware.
mkdir -p ~/catkin_ws/src && cd ~/catkin_ws/src
git clone https://github.com/UKyKORA/IGV.git igvc
cd ~/catkin_ws && rosdep install --from-paths src --ignore_src
cd ~/catkin_ws && catkin_make
cd ~/catkin_ws/devel && source setup.sh && cd ..
If the target hardware does not have internet access, use SCP to transfer the repository files to the device.