Skip to content

Commit

Permalink
added to pi
Browse files Browse the repository at this point in the history
  • Loading branch information
dakejahl authored and AlexKlimaj committed Apr 20, 2024
1 parent 0ac0531 commit a65b60c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pi/main.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Mode = Normal
Address = 127.0.0.1
Port = 14551

[UdpEndpoint polaris]
Mode = Normal
Address = 127.0.0.1
Port = 14552

[UdpEndpoint companion_aux]
Mode = Normal
Address = 127.0.0.1
Expand Down
15 changes: 15 additions & 0 deletions pi/services/polaris-client-mavlink.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[Unit]
Description=Polaris GNSS corrections service client for MAVLink
Wants=network.target
After=syslog.target network.target mavlink-router.service

[Service]
Type=simple
User=pi
Group=pi
ExecStart=/usr/local/bin/polaris-client-mavlink
Restart=always
RestartSec=5

[Install]
WantedBy=multi-user.target

0 comments on commit a65b60c

Please sign in to comment.