pal-robotics / aruco_ros

Software package and ROS wrappers of the Aruco Augmented Reality marker detector library
MIT License
448 stars 306 forks source link

Pose of the marker #45

Closed ChunJyeBehBeh closed 6 years ago

ChunJyeBehBeh commented 6 years ago

Hello ,

I am New to ROS and recently just build this package inside my workspace.

I follow the tutotial (http://sauravag.com/2015/03/how-to-tracking-aruco-marker-using-a-usb-webcam-and-ro/) but I didn't create the usb_cam-stream.launch (because I don't know put this file at where)

but I am unable to get the pose of the marker. Which topic should I echo?

screenshot from 2018-02-21 23-50-05

tutorgaming commented 6 years ago
  1. the launch file can be placed anywhere and can be run using "roslaunch filename.launch"

  2. Can you show the result of "rostopic list"

  3. if you read the code you will find out that the line 143 indicates that it will publish the result in TF format

you can try visualizing in Rviz to see the result

PS. I haven't tried the aruco node yet, just guess the solution

bmagyar commented 6 years ago

Please use ROS answers for questions.