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
The driver is really helpful and makes it easy to control the pico flexx sensors. Thanks for this package.
The parameter filter_level is mentioned in the launch file but not really initialized on the startup.
For example, by default this parameter filter_level is set to 200 (Legacy) but not really used during the launch of the sensor. This works with dynamic reconfigure but not during the start of the sensor. So when the user set the value of the filter_level in the launch file, it did not really change/initialize the filter_level.
I came up initializing this on the startup and added few lines in the code.
The driver is really helpful and makes it easy to control the pico flexx sensors. Thanks for this package.
The parameter filter_level is mentioned in the launch file but not really initialized on the startup.
For example, by default this parameter filter_level is set to 200 (Legacy) but not really used during the launch of the sensor. This works with dynamic reconfigure but not during the start of the sensor. So when the user set the value of the filter_level in the launch file, it did not really change/initialize the filter_level.
I came up initializing this on the startup and added few lines in the code.
The text was updated successfully, but these errors were encountered: