Getting FrameTreeSnapshot #450
Unanswered
marlow-fawn
asked this question in
Q&A
Replies: 1 comment
-
Hello, Unfortunately, there is currently not an easy way for getting the FrameTreeSnapshot from the ros2 driver. For our internal examples that use this message, we manually create a snapshot by iterating through the tf frames. It is possible that sending an empty IK request could also get you this info, but I have not tried this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We're trying to recreate the fetch demo with ROS2. We would like to use the PickObjectInImage message, but I'm having trouble figuring out how to get a FrameTreeSnapshot message, which is required for that message. Is the only option currently to manually populate one from tf? Or send an empty IK request and get the message that way?
Beta Was this translation helpful? Give feedback.
All reactions