This repository was archived by the owner on Mar 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInputFile
More file actions
74 lines (59 loc) · 1.38 KB
/
Copy pathInputFile
File metadata and controls
74 lines (59 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# InputFile to specify all configurations
# NOTE: DO NOT LEAVE lines with blank whitespaces (will be stored into miscParams)
# Quad Name must be supplied correctly or vehicle will misidentify itself to GCS
### Required Inputs
Version=1.0
Quad=B
## Pipe Names
# Pipe for CV to write to PNav (PNav reads from CV)
pipe_CV_to_PNav=/home/pi/NGCP/MAQSS/build/CV_to_PNav
# Pipe for PNav to write to CV (CV reads from PNav)
pipe_PNav_to_CV=/home/pi/NGCP/MAQSS/build/PNav_to_CV
# Path to UART Device on RBP
uart_name=/dev/ttyAMA0
### End Required Inputs
### Known Inputs (not required)
baudrate=57600
heartbeat_freq=0.33
## RBP Camera Parameters
# Camera Field of View Estimate
cam_FOV_v=80
cam_FOV_h=90
#video_Stabilization=1
# Cam Test Frame Size
cam_Width=1280
cam_Height=720
## Cam Test Parameters
cam_Test=0
# Cam Test Capture Frequency (Hz)
cap_Freq=0.5
## Hardcode Mission Parameters
field_heading=999
dist=0
head=999
npoints=20
alt=7
setpoint_tolerance=3.0
# Debugging
# Logging
log=1
log_freq=2
# Main Loop Delay [ms] (0 for none)
debug_delay=0
# Specify pattern according to pattern enum in waypoints.hpp
#enum pattern {
# RECTANGLE,
# CIRCLE,
# SQUARE,
# FIG8,
# RACETRACK,
# RACETRACK_WIDE,
# CAM_ALTITUDE_TEST,
#
# NUM_PATTERNS
#};
# NOTE: Only RECTANGLE pattern fully supported
pattern=0
## End Known Inputs
# These will be stored into misc_Params
my_Name=Frank