Giter Site home page Giter Site logo

libcopter_ros's Introduction

libcopter_ros

This ROS module makes the libcopter (@github) functionality available to ROS clients.

libcopter supports various similar cheap chinese copters that are controlled via WiFi and have a camera on board. Currently, the SG500 and the JJRC blue crab drones are supported.

ROS (short for Robot Operating System) describe themselves as "a set of software libraries and tools that help you build robot applications".

Messages and usage

For an initial setup, do this:

cd ros-workspace/src
git clone --recursive https://github.com/Windfisch/libcopter_ros

After building your workspace, you can launch it using rosrun libcopter_ros libcopter_ros_node.

libcopter_ros_node will then emit and listen to the following messages:

  • constantly emits a camera_raw message of type sensor_msgs::Image, which contains the current image from the drone's video stream
  • the telemetry1 and telemetry2 streams (which are somewhat misnamed) emit the (yet unknown) additional data coming from the drone
  • listens on the cmd_vel topic, expecting geometry_msgs::Twist messages to control the drone
  • sending an std_msgs::Empty message to either the takeoff, land or panic topics will perform an automatic takeoff, automatic landing or an immediate motor shut down action.

libcopter_ros's People

Watchers

 avatar  avatar  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.