File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
manifests/maverick-modules/maverick_mavlink Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2626 mode => " 755" ,
2727 }
2828 # Create data directory for mavlink
29- file { "/srv/maverick/data/mavlink" :
29+ file { [ " /srv/maverick/data/mavlink" , " /srv/maverick/data/mavlink/fc " ] :
3030 ensure => directory ,
3131 owner => " mav" ,
3232 group => " mav" ,
Original file line number Diff line number Diff line change 33TcpServerPort=<%= @startingtcp %>
44ReportStats=false
55#Which mavlink dialect is being used. Can be `common`[default] or `ardupilotmega`
6- MavlinkDialect=ardupilotmega
6+ MavlinkDialect=auto
7+ # error, warning, info or debug
8+ DebugLogLevel=info
9+ # Log - Path to directory where to store flightstack log.
10+ Log=/srv/maverick/data/mavlink/fc
711
812<% if @inputtype == "tcp" -%>
913[TcpEndpoint tcpin]
@@ -13,7 +17,7 @@ MavlinkDialect=ardupilotmega
1317<% elsif @inputtype == "serial" -%>
1418[UartEndpoint serialin]
1519 Device=<%= @inputaddress %>
16- Baud=<%= @inputbaud %>
20+ Baud=<%= @inputbaud %> ,115200,57600
1721<% end -%>
1822
1923<% (0..(@udpports.to_i()-1)).each do |i| -%>
You can’t perform that action at this time.
0 commit comments