Giter Club home page Giter Club logo

baxter_rr_bridge's Introduction

Baxter Robot Raconteur Bridge

A catkin package to host the ROS topics of the Baxter robot as a Robot Raconteur (RR) service. This allows for communication through any of the platforms and languages supported in RR, such as Python, C++, C#, MATLAB and Java.

July 2018:

New features added in the latest update:

  • Camera host now requires the installation of OpenCV on the workstation. It is for the new function of Aruco Tag Detection. Calling ARtag_Detection() will give the IDs of detected tags and transformation matrices from camera frame to tag frame. The transformation matrices are reshaped to a list so they need to be reshape back to 4x4 before being used. If there are more than one tags, the transformations will be appended in the order of IDs. Note that the tag dictionary is DICT_ARUCO_ORIGINAL and the default tag size is 8.5 centimeters. The size can be changed manually by calling function setMarkerSize($theSizeinMeters). Also Camera Intrinsic parameters can be set manually by calling the function setCameraIntrinsics($intrinsics), allowing more accurate results from calibrations to enhance the accuracy of AR tag detections and relative pose extraction.
  • Frame to frame transformation listener function using tf package provided by ROS is added to peripheral host. The function lookUptransforms($frame1, $frame2) returns quaternion [x, y, z, w]' and position [x, y, z]' from $frame1 to $frame2.
  • Inverse Kinematics solver which uses the IKfast service provided by ROS is added to the joint controller host. Calling function solveIKfast(position, orientation, $arm) will return a list of 7 joint angles for the $arm ('left' or 'right') if there is at least one solution. Otherwise it will return an empty list. The position and orientation is the target pose of the end effector in the base frame.

baxter_rr_bridge's People

Contributors

danielkruse avatar jarvis-x avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

baxter_rr_bridge's Issues

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.