libsurvive icon indicating copy to clipboard operation
libsurvive copied to clipboard

Open Source Lighthouse Tracking System

Results 66 libsurvive issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The default Makefile script will not detect roscpp or geometry_msgs. I need to manually do the same thing it would do while manually specifying their locations to...

Hello, I want to capture the position and orientation data from [Vive Tracker](https://www.vive.com/us/accessory/tracker3/), which is used for full-body tracking. Can I get them from this project? I know I can...

When starting libsurvive, the microphone device vanishes: ``` pipewire[6912]: spa.alsa: hw:4: snd_pcm_drop No such device pipewire[6912]: spa.alsa: hw:4: close failed: No such device ``` Possible reason is that libsurvive uses...

**Describe the bug** Pluging into USB3.1 port crashes libsurvive, repluging into USB3.0 works. Specifically it is libusb assert. This could be forwarded to libusb or kernel, idk. **Data** Output (colored...

**Describe the bug** When trying to run libsurvive, it crashes with `survive-cli: /var/tmp/portage/xr-libs/libsurvive-1.01/work/libsurvive/redist/mpfit/mpfit.c:1656: mp_qrsolv: Assertion `isfinite(sdiag[i])' failed.`. **Log** ``` % survive-cli Info: Loaded drivers: GlobalSceneSolver, HTCVive libusb: error [udev_hotplug_event] ignoring...

**Describe the bug** As per title: `survive.pc.in` has ``` prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=@CMAKE_INSTALL_PREFIX@ libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@ ``` and so can’t handle absolute paths in `CMAKE_INSTALL_LIBDIR`. This leads to broken .pc files on NixOS in...

**Describe the bug** Tracking is jittery (tested with Monado on both Kubuntu and Garuda Linux) - when using SteamVR this is not the case. **Data** Here is the comparing to...

Hi, @axlecrusher , @mwturvey , I'd like to report a vulnerability issue in **pysurvive_1.1.3**. ### Dependency Graph between Python and Shared Libraries ![image](https://user-images.githubusercontent.com/103017573/161749712-046b2c2a-5734-4a4e-847d-ff9b7e806ef2.png) ### Issue Description As shown in the...

I'm attempting to run survive-cli (1.0, from the Release Binaries) on Windows without a HMD. I have a Vive Tracker (2nd Gen) and the included dongle, and 2x 2nd Gen...

I originally started with v0.3 on a raspberry pi running the python example code to get the pose from a VIVE Tracker and I upgraded to v1.1.3. I am now...