Coder Social home page Coder Social logo

biomimetics-ros-pkg's Introduction

biomimetics-ros-pkg

Biomimetic Millisystems Lab ROS Repository. This repository includes an imageproc ROS node.

See http://www.ros.org/wiki/biomimetics-ros-pkg for more information.

Installation

Check out the repository:

cd
git clone https://github.com/andrewjchen/biomimetics-ros-pkg.git
cd biomimetics-ros-pkg
git submodule update --init

Install imageproc_node to the catkin workspace:

cd ~/catkin_ws/src/
ln -s ~/biomimetics-ros-pkg/imageproc_node
rospack profile

Run:

rosrun imageproc_node imageproc_node.py

imageproc_node

Provides a ROS interface to a serial-connected ImageProc2.5

Theory of operation

imageproc_node merely provides a ROS wrapper to imageproc_py-- it accepts ROS messages and makes the analagous calls to imageproc_py.Currently the only verison of imageproc_py that does this is https://github.com/andrewjchen/imageproc_py/tree/imageproc_driver

imageproc_py is a python API that connects to an ImageProc via UART. It uses the "cmd" protocol to send commands such as command velocity, encoder position, or setting a parameter.

On the imageproc2.5 robot controller itself runs the biomimetics imageproc library. This library needs to implement the serial "cmd" protocol in order to talk to imageproc_py over UART. A working implementation can be found here: https://github.com/andrewjchen/imageproc-test/tree/ajc

Usage

imageproc_node currently only accepts geometry_msgs/Twist messages on topic /cmd_vel.

License

All code licensed under the 3-clause modified-BSD license.

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.