-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alternative, possibly simpler approach for obtaining pitch, roll and … #5198
Conversation
…yaw from T265 pose in python
Thanks @neilyoung. I'd be fine with replacing |
@radfordi I didn't mean to be so presumptuous, that's why the alternative. But I tested for equivalence. Everything seems to be fine. For the previous version there was another variant somewhere in the issues, which also covered the case of the camera pointing downwards. I didn't test this case. |
Hi @neilyoung |
@dorodnic Done |
Thank you |
2. Install the Homebrew package manager via terminal - [link](http://brew.sh/) | ||
3. Install the following packages via brew: | ||
* `brew install cmake libusb pkg-config` | ||
* `brew cask install vulkan-sdk` | ||
* `brew cask install apenngrace/vulkan/vulkan-sdk` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dorodnic, can we just remove this line? Or move it to it's own "Optional" section? The vulkan-sdk
is not required. Maybe we should suggest brew install vulkan-headers
instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It wasn't originally in the guide (and to my understanding not supposed to be), but people reported it helped them with GLFW compilation
…yaw from T265 pose in python