Git Product home page Git Product logo

aruco_test's Introduction

Aruco Marker ROS demo

调用opencv实现 Aruco Marker的生成,检测及定位。 代码地址:https://gitee.com/nie_xun/aruco_test.git

使用

  1. 源码下载编译
cd catkin_ws/src
git clone https://gitee.com/nie_xun/aruco_test.git
cd ..
catkin_make
  1. Aruco Marker生成
roslaunch aruco_test aruco_marker_generator.launch

aruco_marker_generator.launch 中,根据需要设置以下参数。

<?xml version="1.0"?>
<launch>
  <env name="ROSCONSOLE_CONFIG_FILE" value="$(find aruco_test)/config/log.conf"/>
  <node pkg="aruco_test" type="aruco_marker_generator" name="aruco_marker_generator" output="screen" >
    <param name="marker_save_dir" type="string" value="$(find aruco_test)/data/"/>
    <param name="marker_id" type="int" value="26"/>
    <param name="rowXcolumn" type="int" value="5"/>
    <param name="marker_size" type="int" value="250"/>
    <!--<param name="marker_DICT" type="string" value="DICT_ARUCO_ORIGINAL"/>-->
  </node>
</launch>
  1. Aruco Marker检测
#首先启动相机节点,在启动aruco_test
roslaunch aruco_test aruco_test.launch

结果如下图:目前不能检测DICT_ARUCO_ORIGINAL 在这里插入图片描述

aruco_test's People

Contributors

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