Skip to content

Commit 0976c3d

Browse files
committed
Models: add ArduPilotPlugin option <no_time_sync>1</no_time_sync>
Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
1 parent 9c7ba41 commit 0976c3d

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

models/iris_with_ardupilot/model.sdf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,7 @@
786786
<fdm_port_in>9002</fdm_port_in>
787787
<connectionTimeoutMaxCount>5</connectionTimeoutMaxCount>
788788
<lock_step>1</lock_step>
789+
<no_time_sync>1</no_time_sync>
789790
<have_32_channels>0</have_32_channels>
790791

791792
<!-- Frame conventions

models/iris_with_gimbal/model.sdf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@
214214
<fdm_port_in>9002</fdm_port_in>
215215
<connectionTimeoutMaxCount>5</connectionTimeoutMaxCount>
216216
<lock_step>1</lock_step>
217+
<no_time_sync>1</no_time_sync>
217218

218219
<!-- Frame conventions
219220
Require by ArduPilot: change model and gazebo from XYZ to XY-Z coordinates

models/zephyr_with_ardupilot/model.sdf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@
159159
<fdm_port_in>9002</fdm_port_in>
160160
<connectionTimeoutMaxCount>5</connectionTimeoutMaxCount>
161161
<lock_step>1</lock_step>
162+
<no_time_sync>1</no_time_sync>
162163

163164
<!-- Frame conventions
164165
modelXYZToAirplaneXForwardZDown:

models/zephyr_with_parachute/model.sdf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@
191191
<fdm_port_in>9002</fdm_port_in>
192192
<connectionTimeoutMaxCount>5</connectionTimeoutMaxCount>
193193
<lock_step>1</lock_step>
194+
<no_time_sync>1</no_time_sync>
194195

195196
<!-- Frame conventions
196197
modelXYZToAirplaneXForwardZDown:

tests/worlds/test_anemometer.sdf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@
289289
<fdm_port_in>9002</fdm_port_in>
290290
<connectionTimeoutMaxCount>5</connectionTimeoutMaxCount>
291291
<lock_step>1</lock_step>
292+
<no_time_sync>1</no_time_sync>
292293
<gazeboXYZToNED degrees="true">0 0 0 180 0 90</gazeboXYZToNED>
293294
<modelXYZToAirplaneXForwardZDown degrees="true">0 0 0 180 0 0</modelXYZToAirplaneXForwardZDown>
294295
<imuName>imu_link::imu_sensor</imuName>

0 commit comments

Comments
 (0)