Skip to content

基于 chenjunnn 和 Ericsii rm_vision 的机器人视觉算法仓库,用于RoboMaster机器人装甲板检测/车辆状态估计/弹道计算。同时根据本队伍这赛季的框架和接口进行适配

License

Notifications You must be signed in to change notification settings

SMBU-PolarBear-Robotics-Team/rm_vision_network

 
 

Repository files navigation

RM_VISION

机器人视觉算法仓库,用于RoboMaster机器人装甲板检测/车辆状态估计/弹道计算

项目依赖

项目说明

使用说明

下载编译代码

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src

git clone --recursive https://github.com/SMBU-PolarBear-Robotics-Team/rm_vision_network.git

# 编译
cd ~/ros2_ws
colcon build --symlink-install --cmake-args -DCMAKE_EXPORT_COMPILE_COMMANDS=ON

TODO

  • CUDA 推理加速支持
  • 不同照度下合适曝光时间测试
  • 全向感知应用完善
  • vision_interface 接口整合
  • tf 和导航共存下的适配测试

Lisence

Copyright 202 Zikang Xie   Kun Yang

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

基于 chenjunnn 和 Ericsii rm_vision 的机器人视觉算法仓库,用于RoboMaster机器人装甲板检测/车辆状态估计/弹道计算。同时根据本队伍这赛季的框架和接口进行适配

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.2%
  • Python 7.5%
  • CMake 7.3%