slash_ws repository

slash_ws repository

slash_ws repository

Repository Summary

Checkout URI https://github.com/jialin3/slash_ws.git
VCS Type git
VCS Version master
Last Updated 2024-10-02
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

README

一. 环境配置

ARM64 (jetson orin nx) ubuntu20.04 ROS2 foxy

  1. 克隆仓库
    git clone --recursive https://github.com/Jialin3/slash_ws.git
  
  1. 安装 Livox SDK2
    sudo apt install cmake
    
    git clone https://github.com/Livox-SDK/Livox-SDK2.git
    cd ./Livox-SDK2/
    mkdir build
    cd build
    cmake .. && make -j
    sudo make install
    
ps:之前用过4g版本的jetson orin nano在多线程编译make -j时会直接卡死
  1. 安装依赖
    rosdep install -r --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y
    
ps:大概率rosdep连接超时,手动用二进制apt安装需要的依赖
  1. 编译
    colcon build --symlink-install
    
ps:--symlink-instal方便调试参数文件不用二次编译,
    --packages-select编译指定包

二. 框架图

功能包流程图

三. 测试图

fast_lio测试 小车

CONTRIBUTING

No CONTRIBUTING.md found.

slash_ws repository

slash_ws repository

slash_ws repository

slash_ws repository

slash_ws repository

slash_ws repository

slash_ws repository

slash_ws repository

slash_ws repository

slash_ws repository

slash_ws repository

slash_ws repository

slash_ws repository

slash_ws repository

slash_ws repository