-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No filtered depth image published #21
Comments
Hi @ruinianxu, you seem to not be experienced enough with using ROS. I guess you ran the I suggest you try to get a better understanding of the launch file, and see if you can modify it to make your program work. If you are stuck, here is the launch file and the params I use: As for how the package work, if I understood well, this is how it works: |
Hi @JimmyDaSilva , thank you so much for your reply. I think I didn't explain the problem well. |
This package takes as inputs:
If you start publishing the tf of your robot with a robot_state_publisher inside a gazebo spawn, or inside a launch file somewhere else does not matter. If your problem is underestanding how to get the tf transform inside the code, here is a tutorial: |
Hi @JimmyDaSilva , thank you for your quick reply. I'll try it by myself first and see what will happen. I'll let you know if I get it work. |
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.
The text was updated successfully, but these errors were encountered: