Skip to content
@D2SLAM-Fusion

UAV-Swarm

Organization for D2SLAM-Fusion and UAV swarm research

HKUST-UAV-Swarm

In-door and out-door swarm slam system frame work in UAV Group

All the codes running on Jetson Orin & Xavier NX & PC

Repository name rules

  1. perception: perception algorithm
  2. control: all controller and planner
  3. 3rd-party: libs and installation scripts
  4. drivers: all devices' drivers
  5. configs: configuration files for modulse or drone environment
  6. tools: kalibration tools , bag record scripts and so on

Buildding details

3rdparty

OpenCV Jetson Orin

Jetson Orin use OpenCV4.5.4 initially. However, some contrib_libs are needed. Therefore you need to compile OpenCV4.5.4 from source code.

orin_jetpack

Download

wget -O opencv.zip https://github.com/opencv/opencv/archive/refs/tags/4.5.4.zip \
wget -O opencv_contrib.zip https://github.com/opencv/opencv_contrib/archive/refs/tags/4.5.4.zip

Compile

unzip opencv.zip \
unzip opencv_contrib.zip \
cd opencv-4.5.4 \ 
mkdir build \
cd build \
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local/ -D OPENCV_EXTRA_MODULES_PATH=../../opencv_contrib/modules -D CUDA_ARCH_BIN='8.7' -D WITH_CUDA=1 -D WITH_V4L=ON -D WITH_QT=ON -D WITH_OPENGL=ON -D CUDA_FAST_MATH=1 -D WITH_CUBLAS=1 -D OPENCV_GENERATE_PKGCONFIG=1 -D WITH_GTK_2_X=ON -D BUILD_PERF_TESTS=OFF -D BUILD_TESTS=OFF   .. \

make -j8 \
sudo make install

Popular repositories Loading

  1. driver-oak_ffc_4p_ros driver-oak_ffc_4p_ros Public

    oak_ffc_4p_ros package

    C++ 10

  2. perception-D2SLAM perception-D2SLAM Public

    Forked from HKUST-Aerial-Robotics/D2SLAM

    D2SLAM: Decentralized and Distributed Collaborative Visual-inertial SLAM System for Aerial Swarm

    Jupyter Notebook 9

  3. tools-quarterKalibr tools-quarterKalibr Public

    calibrate quadcam modules in a more effecient way

    Python 8 2

  4. configs-drone-swarm configs-drone-swarm Public

    quad-cameras configs, should be put under perception-D2SLAM/config/

    1

  5. tools-OmniNxtSimulator tools-OmniNxtSimulator Public

    OmniNxt simulator based on Isaac Sim

    Python 1

  6. .github .github Public

    Info page for D2SLAM-Fusion

Repositories

Showing 10 of 13 repositories
  • tools-OmniNxtSimulator Public

    OmniNxt simulator based on Isaac Sim

    D2SLAM-Fusion/tools-OmniNxtSimulator’s past year of commit activity
    Python 1 0 0 0 Updated Dec 13, 2024
  • tools-quarterKalibr Public

    calibrate quadcam modules in a more effecient way

    D2SLAM-Fusion/tools-quarterKalibr’s past year of commit activity
    Python 8 2 0 1 Updated Nov 25, 2024
  • driver-oak_ffc_4p_ros Public

    oak_ffc_4p_ros package

    D2SLAM-Fusion/driver-oak_ffc_4p_ros’s past year of commit activity
    C++ 10 0 2 0 Updated Oct 22, 2024
  • .github Public

    Info page for D2SLAM-Fusion

    D2SLAM-Fusion/.github’s past year of commit activity
    0 0 0 0 Updated Sep 11, 2024
  • tools-drone-scripts Public

    scripts for drone developement

    D2SLAM-Fusion/tools-drone-scripts’s past year of commit activity
    Shell 0 0 0 0 Updated Jul 8, 2024
  • perception-D2SLAM Public Forked from HKUST-Aerial-Robotics/D2SLAM

    D2SLAM: Decentralized and Distributed Collaborative Visual-inertial SLAM System for Aerial Swarm

    D2SLAM-Fusion/perception-D2SLAM’s past year of commit activity
    Jupyter Notebook 9 39 0 1 Updated Jul 4, 2024
  • tools-NNModels-generator Public

    Generate HITNET onnx model from eth3d pb model

    D2SLAM-Fusion/tools-NNModels-generator’s past year of commit activity
    Shell 0 0 0 0 Updated Jan 30, 2024
  • configs-drone-swarm Public

    quad-cameras configs, should be put under perception-D2SLAM/config/

    D2SLAM-Fusion/configs-drone-swarm’s past year of commit activity
    1 0 0 0 Updated Sep 26, 2023
  • D2SLAM-Fusion/driver-healthManager’s past year of commit activity
    C++ 0 GPL-3.0 1 0 0 Updated Sep 25, 2023
  • tools-tartancalib Public Forked from Peize-Liu/tartancalib

    TartanCalib: Iterative Wide-Angle Lens Calibration using Adaptive SubPixel Refinement of AprilTags

    D2SLAM-Fusion/tools-tartancalib’s past year of commit activity
    C++ 0 38 0 0 Updated Sep 14, 2023

Top languages

Loading…

Most used topics

Loading…