Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The run_in_thread_{sync,async} functions inject a functional into a Qt event
queue. The former also takes care to process void return values.
|
|
|
|
|
|
Issue: #410
|
|
|
|
|
|
|
|
|
|
|
|
It's not present in GNU with -std=c++14
|
|
Issue: #410
Reported-by: @Len62
|
|
|
|
Reported-by: @DaMichel
cf.
https://github.com/DaMichel/opentrack/commit/777942eb65884ba9248c01399a4a5d1e72a35d80#commitcomment-18587629
|
|
For use in the joystick module.
|
|
- the timekeeping handling was incorrect and Hz was lower than expected
- change Hz from 333 to 250 Hz
- adjust track-logger usage
|
|
|
|
|
|
|
|
Issue: #411
Reported-by: @Tux0Topo
|
|
|
|
|
|
|
|
|
|
|
|
Adjust usages in PT and Aruco trackers.
|
|
|
|
|
|
Adjust usages.
|
|
Issue: #411
Reported-by: @Tux0Topo
|
|
Issue: #410
Reported-by: @albertolg
|
|
|
|
|
|
|
|
Adjust usages.
|
|
|
|
Adjust usages.
|
|
- no need to declare "inverts" as an array. it's used in only one place
- class Pose is redundant, use an alias for Mat<...>
- declare static constexpr const for logger stuff
|
|
Issue: #408
Reported-by: @olegiy
|
|
|
|
|
|
|