-
Notifications
You must be signed in to change notification settings - Fork 64
Smooth Ranging for distance #152
Comments
Hi @FXUDarkNova, |
@Sonic0 Thank you |
Hi @FXUDarkNova , |
Hi @Sonic0 Ok makes sense maybe you could help that I have created a X coord using two sensors but issue i am having is seems really sensitive using it for a robot facing forward ie centre is fine but if I slightly turn I go from 0 to say 120 for example. Please see code I am using to work out X coord Or is there away to config the modules range as when I have the tag center or both anchors I am not getting the same distance there seem to be a big variation in metres range. |
Was this solved? @FXUDarkNova |
hi there,
I am using your library file as its more in depth compared to others I have looked however looking at this github https://github.com/thotro/arduino-dw1000
Is there a way using your library file I can implement a smooth distance filter like this.
//Enable the filter to smooth the distance
DW1000Ranging.useRangeFilter(true);
I couldn't see anything looking through your code.
The text was updated successfully, but these errors were encountered: