All Projects → robomaster-oss → rmoss_contrib

robomaster-oss / rmoss_contrib

Licence: Apache-2.0 license
RoboMaster OSS中的基础项目,为RoboMaster提供任务级功能模块包,如自动瞄准模块,能量机关模块等。

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to rmoss contrib

rmua19 ignition simulator
Gazebo Simulator for RoboMaster University AI Challenge 2019
Stars: ✭ 15 (+15.38%)
Mutual labels:  ros2, robomaster
vox nav
A project to develop/adapt a navigation system for outdoor robotics in rough uneven terrains
Stars: ✭ 101 (+676.92%)
Mutual labels:  ros2
RP Infantry Plus
RoboMaster2019 Infantry Vision OpenSource Code of Shenzhen University
Stars: ✭ 106 (+715.38%)
Mutual labels:  robomaster
bno055
ROS2 driver for Bosch BNO055 using UART or I2C
Stars: ✭ 25 (+92.31%)
Mutual labels:  ros2
KRS
The Kria Robotics Stack (KRS) is a ROS 2 superset for industry, an integrated set of robot libraries and utilities to accelerate the development, maintenance and commercialization of industrial-grade robotic solutions while using adaptive computing.
Stars: ✭ 26 (+100%)
Mutual labels:  ros2
drl grasping
Deep Reinforcement Learning for Robotic Grasping from Octrees
Stars: ✭ 160 (+1130.77%)
Mutual labels:  ros2
robomaster s1 can hack
DJI RoboMaster S1 CAN Hack
Stars: ✭ 71 (+446.15%)
Mutual labels:  robomaster
ros2 examples
Examples for individual ROS2 functionalities inc. Subscribers, Publishers, Timers, Services, Parameters. ...
Stars: ✭ 46 (+253.85%)
Mutual labels:  ros2
qdu-rm-ai
Code of mini PC for RoboMaster.
Stars: ✭ 18 (+38.46%)
Mutual labels:  robomaster
navigation.ros.org
https://navigation.ros.org/
Stars: ✭ 37 (+184.62%)
Mutual labels:  ros2
zed-ros2-wrapper
ROS 2 wrapper beta for the ZED SDK
Stars: ✭ 61 (+369.23%)
Mutual labels:  ros2
ros2-tensorflow
ROS2 nodes for computer vision tasks in Tensorflow
Stars: ✭ 41 (+215.38%)
Mutual labels:  ros2
AutoCar
Repo for DJI RoboMaster2018, Which is detect the armor of robomaster robot.
Stars: ✭ 24 (+84.62%)
Mutual labels:  robomaster
community
ROS 2 Hardware Acceleration Working Group community governance model & list of projects
Stars: ✭ 34 (+161.54%)
Mutual labels:  ros2
rclex
Rclex: ROS 2 Client Library for Elixir
Stars: ✭ 77 (+492.31%)
Mutual labels:  ros2
qdu-rm-mcu
Code of MCU for RoboMaster.
Stars: ✭ 24 (+84.62%)
Mutual labels:  robomaster
aws-robomaker-robotics-curriculum
Introductory robotics curriculum
Stars: ✭ 78 (+500%)
Mutual labels:  ros2
ARViz
ARViz Project
Stars: ✭ 50 (+284.62%)
Mutual labels:  ros2
CVRM2021-sjtu
上海交通大学 RoboMaster 2021赛季 视觉代码
Stars: ✭ 149 (+1046.15%)
Mutual labels:  robomaster
raspicam2 node
ROS2 node for camera module of Raspberry Pi
Stars: ✭ 31 (+138.46%)
Mutual labels:  ros2

rmoss_contrib

License Build and Test

RoboMasterOSS是一个面向RoboMaster的开源软件栈项目,目的是为RoboMaster机器人软件开发提供了一个快速的,灵活的开发工具,支持算法原型研究和robomaster比赛应用开发。

RoboMaster竞赛,全称为全国大学生机器人大赛RoboMaster机甲大师赛

  • 全国大学生机器人RoboMaster大赛,是一个涉及“机器视觉”、“嵌入式系统设计”、“机械控制”、“人机交互”等众多机器人相关技术学科的机器人比赛。
  • 在RoboMaster 2019赛季中,参赛队伍需自主研发不同种类和功能的机器人,在指定的比赛场地内进行战术对抗,通过操控机器人发射弹丸攻击敌方机器人和基地。每局比赛7分钟,比赛结束时,基地剩余血量高的一方获得比赛胜利。

更多详情参考官网:www.robomaster.com

rmoss_contrib是RoboMaster OSS中的基础项目,为RoboMaster提供任务级功能模块包,如自动瞄准模块,能量机关模块等

1.主要模块

模块 功能说明
rmoss_auto_aim RoboMaster基础自瞄任务的简单算法实现
rmoss_power_rune2019 RoboMaster2019能量机关任务的简单算法实现

2.使用说明

环境依赖

环境配置

# cd ros2 workspaces src
git clone https://github.com/robomaster-oss/rmoss_interfaces.git -b galactic
git clone https://github.com/robomaster-oss/rmoss_core.git -b galactic
git clone https://github.com/robomaster-oss/rmoss_contrib.git -b galactic
# cd ros2 workspaces
rosdep install -y -r -q --from-paths src --ignore-src --rosdistro galactic
colcon build
  • 相关功能包使用详见相应package的README.md

3.维护者及开源许可证

Maintainer : Zhenpeng Ge, [email protected]

rmoss_core is provided under Apache License 2.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].