2025-06-26 21:19:51 +02:00
|
|
|
# Resources
|
|
|
|
|
|
|
|
- [vrpn-rs description of VRPN protocol](https://github.com/vrpn/vrpn-rs/blob/main/Protocol.md)
|
2025-06-30 11:19:09 +02:00
|
|
|
|
|
|
|
# Design
|
|
|
|
|
|
|
|
Allow for a session based design - data needs to be collected per block
|
|
|
|
and immediatly made available. Minimal or no internal state keeping!
|
|
|
|
|
|
|
|
- first collect names and ids of message_types and senders (stored in session)
|
|
|
|
- register listeners in session
|
|
|
|
- listeners inject captured data with signals
|
|
|
|
|
|
|
|
- keep naming "classic" ??? ... above session is a tracker with a sender with sensors
|
|
|
|
|
2025-07-01 12:04:57 +02:00
|
|
|
# Todo
|
|
|
|
- Testset for Quaternion rotations
|
|
|
|
- Axis as subscene
|
|
|
|
|
2025-07-01 09:20:29 +02:00
|
|
|
# Internal Notes
|
|
|
|
|
|
|
|
- Graphics Interaction Lab OptiTrack system is at 212.201.64.122
|