Code Monkey home page Code Monkey logo

agimus-vision's Introduction

This ROS node will find the AprilTag 0 in the video stream and publish its pose in the TF tree

Dependencies:

  • ROS Kinetic
  • OpenCV3
  • Visp3 and visp_bridge (sudo apt-get install ros-kinetic-vision-visp)
  • libxml2

Installation: mkdir build && cd build && cmake .. && make install

Usage: rosrun agimus-vision tracker_box

There are some ros parameters used to configure the node:

  • /imageTopic: Topic where the camera publish the RGB image (default: /camera/rgb/image_rect_color).
  • /cameraInfoTopic: Topic where the camera publish the information about the camera settings (default: /camera/rgb/camera_info).
  • /positionNode: Name of the TF node corresponding to the box position (default: box).
  • /positionParentNode: Name of its parent node in the TF tree (default: rgbd_rbg_optical_frame).wn

Generate DAE from AprilTag png files

Run the command blender-2.78 --background --python scripts/april-tag-to-dae.py -- -h to get some help on how to do this.

The following bash script was used to generate some images.

ids="50 51 52 53"

for id in ${ids}; do
  blender-2.78 --background --verbose -10 --python scripts/april-tag-to-dae.py -- \
    --cubesize 1. apriltag-imgs-master/tag36h11/tag36_11_000${id}.png ../gerard-bauzil/meshes/apriltag_36h11/tag36_11_000${id}.dae
done

agimus-vision's People

Contributors

jmirabel avatar ksyy avatar

Watchers

James Cloos 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.