Coder Social home page Coder Social logo

rmvisualrecognition's Introduction

RMVisualRecognition

Visual Recognition and Auto Aiming for BH RM Team 2020

Prerequisites

Code

The Project consists of two Parts: One for object detection(C++), the other for deciding next move(Python).
ROS is used for communication.

  • detect_ros_ws

    • build
    • devel
    • src
      • target_detect_package
        • include
        • src
          • target_detect.cpp
        • CMakeLists.txt
        • package.xml
  • py_move_decision

    • pymav_move_decicion.py

Configuration & Usage

Flash Jetpack 3.3

Internal OS Ubuntu16.04

Download MYNT-SDK Build and Run sample

Install ROS & Configure WorkSpace

ROS package configuration steps lists Below.

$ mkdir -p ~/detect_ros_ws/src
$ cd ~/detect_ros_ws/src
$ catkin_init_workspace

$ catkin_create_pkg target_detect_package std_msgs roscpp
$ rosed CMakeLists.txt # modify code
$ cd target_detect_package/src

$ cd ~/detect_ros_ws #~/detect_ros_ws
$ catkin_make

$ roscore #new terminal

$ cd ~/detect_ros_ws
$ source devel/setup.bash
$ rosrun target_detect_package target_detect

Python3.5 etc

run directly

python pymav_move_decicion.py

pip install lacking libs

rmvisualrecognition's People

Contributors

xiaosanti213 avatar

Stargazers

Brikarl avatar

Watchers

James Cloos avatar  avatar

Forkers

brikarl

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.