You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To simplify the instructions for using this repository, it would be beneficial to provide an example of a hardware setup. Fortunately, we have a functioning hardware setup in the lab, so we can create a detailed diagram and instructions here. Additionally, providing a configuration that works with this hardware setup would be advantageous.
Requirements
The README.md MUST include a diagram, a parts list, and details about an example hardware setup using the repository.
Sections of the README.md that SHOULD be cut or condensed:
The system primarily operates in Online Mode with Ground Control Station (GCS) integration, while also supporting an Offline Mode for autonomous operations.
### Online Mode
- Requires communication with the [Ground Control Station (GCS)](https://github.com/UCSD-E4E/radio-telemetry-tracker-drone-gcs)
- Configuration and commands received remotely
- Real-time data transmission and stored locally on the drone
- Provides real-time location estimation but requires laptop with GCS to be present and connected to the drone
Shorten to specify the requirement for the Ground Control Station (GCS), which allows for real-time location estimation but requires a laptop and 900 MHz serial radios.
To ensure the application runs automatically on system startup, you can create a **systemd** service. This is useful so when the microprocessor is powered on by the drone and the application can run without the need to manually start it. The configuration is also only loaded in offline mode when the program is started.
1. **Create a systemd Service File:**
Create a file named `radio_telemetry_tracker.service`in`/etc/systemd/system/`:
```bash
sudo tee /etc/systemd/system/radio_telemetry_tracker.service <<EOF
[Unit]
Description=Radio Telemetry Tracker Drone FDS Service
Objective
To simplify the instructions for using this repository, it would be beneficial to provide an example of a hardware setup. Fortunately, we have a functioning hardware setup in the lab, so we can create a detailed diagram and instructions here. Additionally, providing a configuration that works with this hardware setup would be advantageous.
Requirements
README.md
MUST include a diagram, a parts list, and details about an example hardware setup using the repository.README.md
that SHOULD be cut or condensed:radio-telemetry-tracker-drone-fds/README.md
Lines 38 to 83 in 90020ca
radio-telemetry-tracker-drone-fds/README.md
Lines 107 to 115 in 90020ca
radio-telemetry-tracker-drone-fds/README.md
Lines 272 to 287 in 90020ca
radio-telemetry-tracker-drone-fds/README.md
Lines 289 to 335 in 90020ca
Tasks
README.md
.Deliverables
dev
branch.The text was updated successfully, but these errors were encountered: