Skip to content

ROS2 package leveraging Mid360 and FASTLIO for f1tenth car navigation.

Notifications You must be signed in to change notification settings

Jialin3/slash_ws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

一. 环境配置

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时会直接卡死

  2. 安装依赖

    rosdep install -r --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y

    ps:大概率rosdep连接超时,手动用二进制apt安装需要的依赖

  3. 编译

    colcon build --symlink-install

    ps:--symlink-instal方便调试参数文件不用二次编译, --packages-select编译指定包

二. 框架图

功能包流程图

三. 测试图

fast_lio测试 小车

About

ROS2 package leveraging Mid360 and FASTLIO for f1tenth car navigation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published