-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Filters parameters for Foxy #1710
Comments
Hi @rafaelRinconFo In the ROS1 wrapper at least, you could define a filter generally in the roslaunch instruction and then apply specific settings for the filter if that filter supported it using a rosrun dynamic_reconfigure dynparam set instruction. In the ROS2 wrapper though, instead of using dynamic_reconfigure you would use rqt with the parameter reconfigure plugin. IntelRealSense/librealsense#5825 (comment) I will tag @doronhi the RealSense ROS wrapper developer into this discussion to seek advice. Hi @doronhi Could you provide advice please about how to apply specific filter settings such as magnitude to a post-processing filter in the ROS2 Foxy wrapper if possible to do so, please? Thanks! |
Thank you so much for you answer @MartyG-RealSense , I'm really looking forward to know what could be done. |
while running the node with the filter on, you can list the parameters in a different console.
The names of the arguments are sometimes different from those seen in the "realsense-viewer" app but they are the same controls.
So now you can get the current value using: You can also set the value in the launch file. Add the following element to the "configurable_parameters" list in your rs_launch.py file:
Note: If you build from source, don't forget to |
Thanks so much @doronhi :) |
Thank you so much @doronhi and @MartyG-RealSense . This will be really helpfull |
According to the Foxy documentation, the
filters
parameters can launch the following filters during the ros2 launch process:However, as far as can be seen in the documentation, there is no direct way to modify the filters' parameters considered in the librealsense documentation, such as the Persistency index in the Temporal filter among others.
Is there an easy way to modify the filter parameters? Is this considered to be included in future releases?
Thanks in advance.
The text was updated successfully, but these errors were encountered: