Welcome to the ROBOCAMP project repository!
This repository, robocamp_jetson_server, serves as the onboard ROS 2 node for integrating the Hexoon drone with the drone_vision_docker system.
- ROS 2 (Humble/Foxy or your target version)
- NVIDIA Jetson device with JetPack installed
- Docker (for
drone_vision_dockerintegration) - Colcon build tools
# Clone the repository
git clone https://github.com/your-username/robocamp_jetson_server.git
cd robocamp_jetson_server
# Install dependencies
rosdep install --from-paths src --ignore-src -r -y
# Build the workspace
colcon build