━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Lidar in a Nutshell
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Lidar is a functioning part of the following rooms:
- Castle Conquest
- Jungle Temple
- Gene Vault
The Lidar in short, shoots a laser across the rooms, and within a selected area predisposed if someone were to enter into said area, the Lidar would trigger the game to either
- Deduct points if in designated area
- End the game if in designated area
Lidar needs a solid connection, and reading to allow the room to function at it's best.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Troubleshooting Lidar
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Entering into the phase of troubleshooting it you need to access differing applications on the TECH-PC's across each location.
- SSH Command Prompt
Inputs to adjust the LIDAR:
LIDAR Adjustment Guide (for Time Mission / Jungle Temple)
When to use: LIDAR is auto-triggering or game scores are too low/high.
Step-by-Step Instructions
On the Tech PC, click on the LIDAR device in the interface.
Click SSH to open the terminal on the LIDAR device.
In the terminal, run these commands one by one:
cd /timemissionsudo systemctl status lidar.servicesCheck current status
Stop the service (required before editing):
sudo systemctl stop lidar.servicesEdit the threshold:
sudo nano Polygon.txt- Find the threshold line at the bottom.
- Change the number (example: change 6 to 10 for less sensitive).
- Higher number = less sensitive.
- Press Ctrl + X, then Y, then Enter to save and exit.
Start the service again:
sudo systemctl start lidar.services
Quick Command Summary
| Action | Command |
|---|---|
| Go to folder | cd /timemission |
| Check status | sudo systemctl status lidar.services |
| Stop service | sudo systemctl stop lidar.services |
| Edit threshold | sudo nano Polygon.txt |
| Start service | sudo systemctl start lidar.services |
Done! The change takes effect immediately after restarting the service.