Hi! I am trying to use the isaac_ros_apriltag
package following the Quickstart guide provided in the NVIDIA Isaac ROS documentation (isaac_ros_apriltag — isaac_ros_docs documentation).
My setup is as follows:
- CPU: Intel(R) Core™ i7-12700H
- GPU: NVIDIA RTX 3060
- OS: Ubuntu 22.04 LTS
For the Quickstart guide, I chose the Binary Package for “Build isaac_ros_apriltag” and selected the Rosbag option for “Run Launch File”. After running these steps, I noticed that the tf
data is not being published.
The Quickstart page mentions tf
under “ROS Topics Published” at the bottom, so I expected tf
to be published. However, it is not happening in my case.
Could anyone advise on what is required to publish tf
when using the isaac_ros_apriltag
package? Are there additional steps or configurations needed to achieve this?
Any help would be greatly appreciated!
Thank you!