User Tools

Site Tools


Writing /var/lib/dokuwiki/data/meta/tutorials/ar_ros.meta failed
tutorials:ar_ros

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tutorials:ar_ros [2019/09/10 02:41] dgarciatutorials:ar_ros [2022/09/20 00:08] (current) – external edit 127.0.0.1
Line 7: Line 7:
   sudo apt install ros-melodic-ar-track-alvar usb-cam   sudo apt install ros-melodic-ar-track-alvar usb-cam
      
-==== usb cameras ====+===== usb cameras =====
      
 The first thing that we need to try is to get images from your computer and send them through ROS nodes. For this we can use the test provided by usb_cam. The first thing that we need to try is to get images from your computer and send them through ROS nodes. For this we can use the test provided by usb_cam.
Line 18: Line 18:
      
 For more information about usb_cam node options visit [[https://wiki.ros.org/usb_cam| This ROS wiki page]] For more information about usb_cam node options visit [[https://wiki.ros.org/usb_cam| This ROS wiki page]]
 +
 +===== Generating our own AR tags =====
 +
 +The AR tags are black and white images with a certain pattern. The computer can use this tags to know from a 2D image the 3D position and orientation of the tag (within reasonable limits).
 +To create your own tags:
 +
 +  cd ~/Pictures
 +  rosrun ar_track_alvar createMarker
 +  
 +If you do not want your markers inside your Pictures directory, ''cd'' to the required dir first.
 +
  
tutorials/ar_ros.1568083270.txt.gz · Last modified: 2022/09/20 00:08 (external edit)