File tree Expand file tree Collapse file tree 3 files changed +12
-29
lines changed
Tools/parametric_model/configs Expand file tree Collapse file tree 3 files changed +12
-29
lines changed Original file line number Diff line number Diff line change @@ -174,19 +174,14 @@ dynamics_model_config:
174
174
- " accelerometer_m_s2[0]"
175
175
- " accelerometer_m_s2[1]"
176
176
- " accelerometer_m_s2[2]"
177
+ - " gyro_rad[0]"
178
+ - " gyro_rad[1]"
179
+ - " gyro_rad[2]"
177
180
dataframe_name :
178
181
- " timestamp"
179
182
- " acc_b_x"
180
183
- " acc_b_y"
181
184
- " acc_b_z"
182
- vehicle_angular_acceleration :
183
- ulog_name :
184
- - " timestamp"
185
- - " xyz[0]"
186
- - " xyz[1]"
187
- - " xyz[2]"
188
- dataframe_name :
189
- - " timestamp"
190
185
- " ang_acc_b_x"
191
186
- " ang_acc_b_y"
192
187
- " ang_acc_b_z"
Original file line number Diff line number Diff line change @@ -91,18 +91,6 @@ dynamics_model_config:
91
91
estimate_angular_acceleration : True
92
92
data :
93
93
required_ulog_topics :
94
- # Use with simulator logs only, disable estimate_angular_acceleration when using
95
- # vehicle_angular_acceleration:
96
- # ulog_name:
97
- # - "timestamp"
98
- # - "xyz[0]"
99
- # - "xyz[1]"
100
- # - "xyz[2]"
101
- # dataframe_name:
102
- # - "timestamp"
103
- # - "ang_acc_b_x"
104
- # - "ang_acc_b_y"
105
- # - "ang_acc_b_z"
106
94
actuator_outputs :
107
95
id : 0
108
96
ulog_name :
@@ -159,9 +147,14 @@ dynamics_model_config:
159
147
- " accelerometer_m_s2[0]"
160
148
- " accelerometer_m_s2[1]"
161
149
- " accelerometer_m_s2[2]"
150
+ - " gyro_rad[0]"
151
+ - " gyro_rad[1]"
152
+ - " gyro_rad[2]"
162
153
dataframe_name :
163
154
- " timestamp"
164
155
- " acc_b_x"
165
156
- " acc_b_y"
166
157
- " acc_b_z"
167
-
158
+ - " ang_acc_b_x"
159
+ - " ang_acc_b_y"
160
+ - " ang_acc_b_z"
Original file line number Diff line number Diff line change @@ -171,19 +171,14 @@ dynamics_model_config:
171
171
- " accelerometer_m_s2[0]"
172
172
- " accelerometer_m_s2[1]"
173
173
- " accelerometer_m_s2[2]"
174
+ - " gyro_rad[0]"
175
+ - " gyro_rad[1]"
176
+ - " gyro_rad[2]"
174
177
dataframe_name :
175
178
- " timestamp"
176
179
- " acc_b_x"
177
180
- " acc_b_y"
178
181
- " acc_b_z"
179
- vehicle_angular_acceleration :
180
- ulog_name :
181
- - " timestamp"
182
- - " xyz[0]"
183
- - " xyz[1]"
184
- - " xyz[2]"
185
- dataframe_name :
186
- - " timestamp"
187
182
- " ang_acc_b_x"
188
183
- " ang_acc_b_y"
189
184
- " ang_acc_b_z"
You can’t perform that action at this time.
0 commit comments