OSCCollar/README.md
2024-09-06 01:01:41 +02:00

499 B

OSCCollar

Install on Avatar (Unity)

  • Download latest Release.
  • Import GPSRoot.prefab into Unity, place under Armature.
  • Add Contact Sender to end of leash. Set "Collision Tags" to "Custom" -> GPS

Run program (example config.json)

{
  "Ip": "127.0.0.1",
  "PortSend": 9000,
  "Radius": 100.0,
  "WalkStretchDeadzone": 0.1,
  "RunStretch": 0.4,
  "CalibrationValues": 128,
  "LeashStretchParameter": "Leash/Leash_Stretch",
  "LeashToggleParameter": "Leash/Toggle"
}