Note: This project has been tested in Ubuntu 20.04 (ROS Noetic), and following dependencies are based on ROS Noetic. If your ROS version is not ROS Noetic, replace noetic with your ROS version name.
sudo apt-get install ros-noetic-navigation \
ros-noetic-octomap-*pip3 install pyquaternion opencv-pythonThe project is run under the autonomous exploration framework provided by Robotics Institute from Carnegie Mellon University.
sudo apt update
sudo apt install libusb-devgit clone https://github.com/HongbiaoZ/autonomous_exploration_development_environment.git
cd autonomous_exploration_development_environment
git checkout noetic
catkin_make