Jacky Liu

Results 10 issues of Jacky Liu

Original code could not adopt TUM rgbd dataset conveniently. Therefore, I add -tum parameter for loading first pose from TUM groundtruth.txt. With first pose, the output *.poses file could fit...

When I set `:resizable="true"`, and drag window to the right or bottom edge, the scroll bar will appear. How can I fix this behavior. You can reproduce this also by...

Add examples: 1. Example `CMakeLists.txt` for building ParseData.cpp under Linux environment. 2. Setup sensor before receiving data. Under windows env, the ParseData.cpp work fine, since LORD provide MIP Monitor GUI...

I met some error when I followed the installation instruction. Two dependencies should also be installed previrously, ``` pip3 install cython apt install libeigen3-dev ``` @arntanguy Maybe this could be...

Does furigana-view support scrolling gesture like original textview?

I found a possible conversion bug that caused by [this line](https://github.com/KieranWynn/pyquaternion/blob/master/pyquaternion/quaternion.py#L217). Should the w(real) be `M[0, 2]-M[2, 0]`? I use [this website](https://www.andre-gaschler.com/rotationconverter/) for verification. ``` [ -0.4285714, 0.2857143, 0.8571429; 0.8571429,...

bug

The division result was incorrect.

Recently, I tried to implement VINet[1] and open source it to GitHub [HTLife/VINet](https://github.com/HTLife/VINet/) I already complete whole network structure, but the network can't converge properly in training. How could I...

Hi Cartographer team, I hope this message finds you well. I am trying to access the file located at `https://storage.googleapis.com/cartographer-public-data/bags/backpack_2d/b0-2014-07-11-10-58-16.bag`, but I am encountering the following error message: ```xml "This...