-
Notifications
You must be signed in to change notification settings - Fork 44
No filtered depth image published #21
Description
Hi all,
My question right now is how this package works. As my understanding of filtering mesh, I need to load robot description of the robot model I want it to be filtered and offer tf info between each links of robot such that code knows the current status of robot. Hence, I used rrbot which is a simple robot model that consisted of three links. I loaded rrbot in gazebo and started tf node to publish tf between each link. However when I launched the realtime urdf filter, I found it also tried to start a node of publishing tf for robot. I am not sure whether this means I don't need to load robot in gazebo or any visualizer or simulator but just load robot description to parameter server and open the node of tf. Hence I just commented one out but got nothing published in /output topic.
My final goal is to understand how code reads tf info to filter the robot out of the depth image. Appreciate any help or suggestion in advance.