og-libsurvive/src
2023-03-11 01:12:55 -07:00
..
barycentric_svd Fixed test case which failed with eigen but not blas 2022-01-03 21:23:57 -07:00
generated Fix time in ros publisher 2023-03-10 22:39:32 -07:00
test_cases Fixed bad diag size 2022-02-13 12:35:20 -07:00
CMakeLists.txt Fixed cmake macro eval 2022-02-11 10:01:54 -07:00
disambiguator_statebased.c Show raw covs 2021-12-21 21:30:27 -07:00
driver_dummy.c Marked bool parameters as such 2022-01-11 23:52:46 -07:00
driver_gatt.c Refactor cv prefix; pattern out 2021-05-12 14:53:39 -06:00
driver_global_scene_solver.c Make disable-calibrate apply to GSS 2022-08-12 13:48:57 -06:00
driver_openvr.cc Fixing windows initializers 2023-02-23 11:04:42 -07:00
driver_playback.c Show velocity for replay-pose flag 2022-02-05 14:05:01 -07:00
driver_simulator.c Marked bool parameters as such 2022-01-11 23:52:46 -07:00
driver_udp.c Android: Fix building driver_udp via the ndk 2021-08-08 21:42:37 -06:00
driver_usbmon.c Marked bool parameters as such 2022-01-11 23:52:46 -07:00
driver_vive.c Update driver_vive.c 2022-07-11 10:30:56 -06:00
driver_vive.config.h Fixed usb issue where a controller would occasionally not connect on startup 2022-02-02 15:37:47 -07:00
driver_vive.h More conservative timeout approach 2022-03-15 20:34:33 -06:00
driver_vive.hidapi.h Saw a case on windows where HID_API didn't return objects grouped together so this logic failed. Swapping to just look at interace 0. All trackable devices should have this interface defined 2022-02-13 14:20:08 -07:00
driver_vive.libusb.h Add verbosity message to show why it declined the interface 2022-07-10 23:38:14 -06:00
force_O3.h Release management 2021-05-15 23:46:30 -06:00
lfsr.c Refactor cv prefix; pattern out 2021-05-12 14:53:39 -06:00
lfsr.h Added experimental lfsr code 2019-08-09 12:19:58 -06:00
lfsr_lh2.c Fix build on systems with no malloc.h (FreeBSD and macOS) 2021-01-05 17:24:07 +01:00
lfsr_lh2.h Merge branch 'master' into gen2_wip 2019-11-23 23:30:55 -07:00
ootx_decoder.c Always run ootx 2021-08-08 21:42:38 -06:00
ootx_decoder.h Always run ootx 2021-08-08 21:42:38 -06:00
poser.c Refactor: Plugin/poser cbs now have a dedicated entry in SO to lookup their data; simplifies a number of places we had to juggle void* manually 2022-02-13 16:00:09 -07:00
poser_barycentric_svd.c Refactor: Plugin/poser cbs now have a dedicated entry in SO to lookup their data; simplifies a number of places we had to juggle void* manually 2022-02-13 16:00:09 -07:00
poser_dummy.c Refactor: Plugin/poser cbs now have a dedicated entry in SO to lookup their data; simplifies a number of places we had to juggle void* manually 2022-02-13 16:00:09 -07:00
poser_epnp.c Swapped kalman and matrix to external library 2021-12-29 17:18:11 -07:00
poser_general_optimizer.c Refactor: Plugin/poser cbs now have a dedicated entry in SO to lookup their data; simplifies a number of places we had to juggle void* manually 2022-02-13 16:00:09 -07:00
poser_general_optimizer.h Refactor: Plugin/poser cbs now have a dedicated entry in SO to lookup their data; simplifies a number of places we had to juggle void* manually 2022-02-13 16:00:09 -07:00
poser_kalman_only.c Refactor: Plugin/poser cbs now have a dedicated entry in SO to lookup their data; simplifies a number of places we had to juggle void* manually 2022-02-13 16:00:09 -07:00
poser_mpfit.c Refactor: Plugin/poser cbs now have a dedicated entry in SO to lookup their data; simplifies a number of places we had to juggle void* manually 2022-02-13 16:00:09 -07:00
survive.c Fix imu timestamp in ros node 2023-03-11 01:12:55 -07:00
survive_api.c Fix CI; ROS joystick functionality 2022-07-11 10:36:02 -06:00
survive_async_optimizer.c Refactor to survive_optimizer; incorporate velocity 2021-12-21 21:30:27 -07:00
survive_async_optimizer.h Added global positioning driver 2020-09-06 00:10:06 -06:00
survive_buildinfo.c Add buildinfo to output 2021-06-25 13:45:45 -06:00
survive_config.c Save / track variance on LH 2022-02-05 14:05:01 -07:00
survive_config.h Allow initialization of plugins before ctx init; change how config iteration works 2022-01-08 18:39:52 -07:00
survive_default_devices.c Refactor: Plugin/poser cbs now have a dedicated entry in SO to lookup their data; simplifies a number of places we had to juggle void* manually 2022-02-13 16:00:09 -07:00
survive_default_devices.h Added parsing of steamvr calibration file 2021-08-08 21:42:38 -06:00
survive_disambiguator.c Some controllers get junk data on what should be disabled sensors 2022-01-10 21:58:42 -07:00
survive_driverman.c Fix for windows strcasecmp 2022-02-05 11:12:20 -07:00
survive_gz.h Refactor cv prefix; pattern out 2021-05-12 14:53:39 -06:00
survive_internal.h Using XDG_CONFIG_HOME for config file setup 2020-08-21 23:42:46 -06:00
survive_kalman_lighthouses.c Fixed bad diag size 2022-02-13 12:35:20 -07:00
survive_kalman_lighthouses.h Integrate prior lh positions in a way that makes sense 2022-02-05 14:05:01 -07:00
survive_kalman_tracker.c Reset floor if we reset the LH system 2022-02-05 14:05:01 -07:00
survive_kalman_tracker.h Removed configurable jac mode; fix for windows _Generic 2022-02-05 16:35:55 -07:00
survive_optimizer.c Remove bad assert 2022-07-21 12:01:15 -06:00
survive_plugins.c Fix build on macOS 2021-01-05 20:59:31 +01:00
survive_plugins.unix.h Fixing windows initializers 2023-02-23 11:04:42 -07:00
survive_plugins.windows.h Various winows improvments 2021-12-20 20:04:48 -07:00
survive_private.h Mapped external to world space 2022-02-05 14:05:01 -07:00
survive_process.c Small fixes in mpfit 2022-02-05 14:05:01 -07:00
survive_process_gen1.c Add params for outlier math 2022-01-11 10:17:42 -07:00
survive_process_gen2.c Marked bool parameters as such 2022-01-11 23:52:46 -07:00
survive_recording.c Mapped external to world space 2022-02-05 14:05:01 -07:00
survive_recording.h Experimental per-lh scale functionality 2022-01-21 20:43:50 -07:00
survive_reproject.c Refactor to have LH position access gated through a function 2022-02-05 14:05:01 -07:00
survive_reproject_gen2.c Refactor to have LH position access gated through a function 2022-02-05 14:05:01 -07:00
survive_sensor_activations.c Fix imu timestamp in ros node 2023-03-11 01:12:55 -07:00
survive_str.c Testing async config reading for libusb 2021-02-04 18:22:59 -07:00
survive_str.h Refactor: Plugin/poser cbs now have a dedicated entry in SO to lookup their data; simplifies a number of places we had to juggle void* manually 2022-02-13 16:00:09 -07:00