-
Notifications
You must be signed in to change notification settings - Fork 2
/
topics_gps.yaml
55 lines (50 loc) · 1.29 KB
/
topics_gps.yaml
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
# Copyright (C) 2023 Martin Scheiber, Roland Jung,
# and others, Control of Networked Systems, University of Klagenfurt, Austria.
#
# All rights reserved.
#
# This software is licensed under the terms of the BSD-2-Clause-License with
# no commercial use allowed, the full terms of which are made available
# in the LICENSE file. No license in patents is granted.
#
# You can contact the authors at <[email protected]>, <[email protected]>
# template_topic:
# entity_id: /template
# # name of the entity
# rate: 100
# # frequency in HZ:
# margin: 0.1
# # rate delta allowed for non-critical failure relative to rate:
# severity: 0
# # severity level of failure
# node_name: /template_node
# # name of the rosnode associated with it
# driver_name: template_driver
# # name of the driver associated with it
# // entity ids:
# // px4_gps
# // px4_imu
# // px4_mag
# // px4_bar
# // mission_cam
# // relasense
# // lsm9ds1
# // lrf
# // rtk_gps_1
# // rtk_gps_2
/mavros/imu/data_raw:
entity_id: px4_imu
rate: 200
margin: 0.15
node_name: /mavros
window_size: 200
# /mavros/imu/static_pressure:
# entity_id: px4_bar
# rate: 18
# margin: 0.3
# node_name: /mavros
/mavros/global_position/raw/fix:
entity_id: px4_gps
rate: 5
margin: 0.4
node_name: /mavros