You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Saving the dynamic parameters into a file for example of the temporal filter: rosrun dynamic_reconfigure dynparam dump /camera/temporal test.yaml and then loading it again rosrun dynamic_reconfigure dynparam load /camera/temporal test.yaml throws following error: [ERROR] [1565078492.496547243]: Exception thrown while processing service call: Given value -1is outside valid range! The file looks like this:
It seems to be a bug in librealsense, where the minimum value for "stream_index_filter" is set to 0 and it's default value to -1 (meaning any index)
I'll submit a PR to librealsense. Until such time, you can manually set stream_index_filter to 0 in the test.yaml file (assuming you are filtering depth or RGB. If you filter infra1 or infra2, set it to either 1 or 2 accordingly).
Saving the dynamic parameters into a file for example of the temporal filter:
rosrun dynamic_reconfigure dynparam dump /camera/temporal test.yaml
and then loading it againrosrun dynamic_reconfigure dynparam load /camera/temporal test.yaml
throws following error:[ERROR] [1565078492.496547243]: Exception thrown while processing service call: Given value -1is outside valid range!
The file looks like this:Is there a way to set the needed dynamic parameters with rqt_reconfigure and then save them and reload them on startup?
The text was updated successfully, but these errors were encountered: