| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@rendellc are you using and testing that particular .RightHanded_XBackward_YLeft_ZDown coordinate system? It seems like every IMU we run across has a different coordinate system and it is no surprise this is a bit of a mess. I know internally with different projects we end up just hacking at this just to get it to work for a particular IMU that a client uses. |
Sorry, something went wrong.
|
Hey, thanks for the clarification. I was a bit confused about where the different coordinate systems came from, so that makes sense. |
Sorry, something went wrong.
|
@rendellc I'm thinking of deleting or commenting out all the untested coordinate systems as I'm not clear on the state of things without creating some sort of test harness -- which is a TODO. Which coordinate system are you using? |
Sorry, something went wrong.
|
We are using RightHanded_XRight_YDown_ZForward. |
Sorry, something went wrong.
|
@rendellc that is a very good idea! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Addresses the bug discussed in #9.
Changes the coordinate transformation done for one of the CoordinateSystemEnum.
Not sure if the changes are inline with the intended behaviour, but this PR serves as a place to discuss it.