Tim Oberhauser
Tim Oberhauser
ping @KaneCheshire 🙌
ping @KaneCheshire :slightly_smiling_face:
`scrollToIndex` did not work for me but setting `animated` to `false` did the trick
Thanks for the input @jasonrudolph :raised_hands: @KaneCheshire feel free to close this issue. I might re-open and update if I get around to applying @jasonrudolph's hint into my react native...
Hi @donni106! Thanks for your reply and sharing your thoughts! Now that I thought more about it, I think it's not necessarily specific to react-native-web. It might be easier (and...
Sorry, I don't fully understand where you are going with the expo config. For completeness, I am not using expo for my react native build. If I remember correctly, what...
I found another occurence of `Eigen::Matrix C_q = state.Get().conjugate().toRotationMatrix();` with the conjugate in `spherical_measurement.h`... Probably we should change it there as well, but I did not feel like it just...
I just tested with both pose measurements and position measurements and everything still looks good. please take a look at the latest changes and pay extra attention to things related...
I've noticed the same discrepancy for tag family 36h11... Interestingly, the hex codes in the java tag generation code seem to be matching the "old convention". See https://github.com/AprilRobotics/apriltag-generation/blob/master/src/april/tag/Tag36h11.java#L86 I wonder...