GithubHelp home page GithubHelp logo

roborts_base's Introduction

RoboRTS-Base

This repo provides latest ROS driver for RoboMaster AI Robot 2019/2020.

1. Install dependencies

Before running AI Robot ROS driver, ROS and some dependencies must be installed.

1.1 ROS installation

For ROS installation, please refer to ROS Installation Guide

1.2 dependencies installation

After ROS installation, run the following command to install some ROS packages and google-glog library:

sudo apt-get update && sudo apt-get install -y --no-install-recommends \
     ros-${ROS_DISTRO}-tf ros-${ROS_DISTRO}-nav-msgs ros-${ROS_DISTRO}-geometry-msgs libgoogle-glog-dev

2. Build

  1. Get RoboRTS-Base from GitHub :
git clone https://github.com/RoboMaster/RoboRTS-Base.git catkin_ws/src
  1. Use the following command to build the package
cd catkin_ws
catkin_make

3. Configuration

  1. Create the udev rule file:
./src/scripts/udev.sh create
  1. Verify the udev rule file:
./src/scripts/udev.sh check
  1. Connect the AI Robot through USB cable from Chassis Development Board Type C, then check the status of device connection:
./src/scripts/udev.sh status

4. Run

Run the following command to run the driver node from launch file:

source devel/setup.bash
roslaunch roborts_base base.launch

5. Run in the Docker Conatiner

Refer to Docker Conatiner Document

6. Node API

Refer to Node API Document

7. Related Repo

  1. Perception/Navigation/Decision Stack Repo: RoboRTS

  2. Embedded STM32 Code Repo: RoboRTS-Firmware

8. Support

You can get support from RoboMaster with the following methods :

  • Send email to [email protected] with a clear description of your problem and your setup
  • Report issue on github

9. Copyright and License

RoboRTS-Base is provided under the GPL-v3.

roborts_base's People

Contributors

charmyoung avatar

Watchers

Hongyi Hou 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.