Conversation
7f162f3 to
7099850
Compare
Yadunund
left a comment
There was a problem hiding this comment.
Thanks for working on filtering the senor reading.
- Do we expect users to subscribe to the filtered topic for their policy training and action? if so we'll need to update the aic_adapter subscription to subscribe to this topic.
- we should also update
aic_interfaces.mdto inform users of the availability of this topic Also clarify when to subscribe to/axia80_m20/wrench
7099850 to
7d7ae0a
Compare
|
@Yadunund This is still part of an ongoing discussion as to whether we need to filter these values for accurate scoring. Will update when we reach a conclusion. |
d0eced8 to
96bb6d3
Compare
e98b6c3 to
ccd7a2d
Compare
…oadcaster and filter chain
…red data FTS values
ccd7a2d to
480017c
Compare
|
Hi @luca-della-vedova Could I also have your help in reviewing this? This PR mainly adds a low-pass filter so that the already existing |
| offset_wrench: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0] | ||
| offset_wrench: [0.0, 0.0, 0.7848, 0.0, 0.0, 0.0] |
There was a problem hiding this comment.
Is this change relevant to this PR or was it left by accident?
There was a problem hiding this comment.
oops, unintended. Removed it.
Overview
This PR waits on #346 to be merged.
This PR adds the low pass filter to the force torque sensor broadcaster
fts_broadcaster.The
low_pass_filteris implemented in control_toolbox.We provide users with 2 different F/T sensor topics they can use as input to their control policies:
fts_broadcaster/wrenchtopicfts_broadcaster/wrench_filteredtopic.The following parameters were chosen for the low-pass filter:
Testing
Before testing, make sure to:
rosdep install --from-paths src --ignore-src --rosdistro kilted -yr --skip-keys "gz-cmake3 DART libogre-dev libogre-next-2.3-dev rosetta"Results
The top plot shows the z-axis linear force values before filtering and the bottom plot are the values after allowing the low pass filter. You can observe that the readings are smoothed and that the magnitude of the spikes are attenuated.