Giter Site home page Giter Site logo

Comments (6)

dHonerkamp avatar dHonerkamp commented on September 24, 2024 2

It would be great to mention this in the readme, as it seems that every new person (including myself) first spends a few hours figuring this out

from aruco_ros.

g1y5x3 avatar g1y5x3 commented on September 24, 2024

I had a similar issue. Have you find out why this would happen?

from aruco_ros.

TaekedeHaan avatar TaekedeHaan commented on September 24, 2024

I experience the same. It is fixed when I echo the marker or an other topic on the terminal (in my case rostopic echo /aruco_tracker/pose). The issue seems to be that the transform is only published when a subscriber is detected, as can be seen here. Thus I think the only solution is to subscribe to one of these topics.

from aruco_ros.

QuantuMope avatar QuantuMope commented on September 24, 2024

Is there anyway to have this work without manually subscribing to the pose?

from aruco_ros.

saikishor avatar saikishor commented on September 24, 2024

@QuantuMope as @TaekedeHaan pointed out. The transform is only published when there is a subscription to one of the topics. It was designed such a way, as the ARuCo marker detection is computationally intensive(#92).

You could write a ROS node that subscribes to one of the topics, at the instance you need the transform published.

from aruco_ros.

wangqingyu985 avatar wangqingyu985 commented on September 24, 2024

i also encountered the same issue

from aruco_ros.

Related Issues (20)

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.