Giter VIP home page Giter VIP logo

sentry's Introduction

sp_nav

This repository is the navigation code repository for the 2023 season's autonomous sentry.

Contributors Wei Li,Heming Chen

1. Prerequisites

1.1 ROS

ROS >= Melodic. ROS Installation

对于 Ubuntu 18.04 或者更高版本的Ubuntu, 默认的PCL和Eigen库已经足够本仓库正常工作

1.2. livox_ros_driver

进行 livox_ros_driver Installation.

Remarks:

本仓库的大多数依赖(navigation/octomap/ros_numpy)为ros功能包,直接通过apt-get安装预编译版本(Warining:ros-noetic的ros_numpy不支持自瞄的python>3.10,请记得给自瞄配置conda环境)

按1.2,livox_ros_driver会放置在另一工作空间ws_livox,编译本仓库(通常在catkin_ws下)前记得source

在编译完本仓库后,请进行livox_ros_driver2 Installation.livox_ros_driver2与livox_ros_driver消息类型可以共用,此处安装livox_ros_driver用于编译本仓库,livox_ros_driver2用于驱动哨兵的硬件Livox Mid 360.

运行relocalization相关功能需要 pip install open3d==0.10.0.0

2. Build

    cd ~/$A_ROS_DIR$/src
    git clone https://github.com/ailiwei17/sp_nav
    cd ../..
    catkin_make
    source devel/setup.bash
  • 如果出现消息类型头文件找不到的情况(如robot_msg/RobotStateMsg.h),请多编译几次,原因是此处链接的文件还没有编译,等编译好后下次就能够链接到。如果还不行,使用catkin_make -j1进行单线程或catkin_make -DCATKIN_WHITELIST_PACKAGES=“robot_msg”单独编译消息包

3.Directly run

3.1 文件结构

.
├── aerial_navigation:机器人状态功能包以及云台手通信
├── FAST_LIO:建图以及重定位功能包
├── robot_msg: 消息格式功能包
├── sentry_communicator:USB2CAN通信功能包,用于运动控制
├── sp_planning:路径规划功能包
├── sp_decision:哨兵决策包
└── sim_referee_sysytem:一个模拟裁判系统通讯的包,该包功能会同步到aerial_navigation或者sentry_communicator

3.2 run

参考FAST_LIO功能包下的操作说明.md

运行出此效果后,再继续验证与裁判系统的通信

3.3 2023赛季Rosbag

哨兵建图10分钟Rosbag

sentry's People

Contributors

akemihomura000 avatar konichan-7 avatar chmwt avatar ailiwei17 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.