Opened 15 years ago
Closed 15 years ago
#11 closed defect (fixed)
acceleration value as received from AccelerationFilter.calcAcceleration() has a slight negative shift
Reported by: | tshalif | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | release 63 |
Component: | robostroke-api | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Parent Tickets: |
Description
It is as if the accelerometer is defectively showing too large a gravity, but probably a stupid mistake in cos/sin calculations (maybe floating point precision lost, eh?)
Subtickets
Change History (2)
comment:1 Changed 15 years ago by tshalif
comment:2 Changed 15 years ago by tshalif
- Milestone changed from default to release 63
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
there is a workaround by using a lowpass filter to calculate the negative shift and substract it from the calculated a value: see changeset:robostroke,62