You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.
Other things are launch files. Main thing to change in in MOCK_sensors.launch
Follow this as an example:
<!-- Sets if changes in heading and speed should be smooth or not -->
<arg name="smooth_changes" default="true" />
<param name="smooth_changes" type="bool" value="$(arg smooth_changes)" />
Also need to modify all.launch and launch_all_mocks.launch, as they "pass in parameters" to each other
Eg.
Modify MOCK_sensors.py so that we can easily break a sensor so we can validate our performance with a broken sensor in real testing.
Involves 4 files to change:
MOCK_sensors.py
Look for
Then above, modify data conditionally on parameters. (one for each sensor)
Something like
Other things are launch files. Main thing to change in in MOCK_sensors.launch
Follow this as an example:
Also need to modify all.launch and launch_all_mocks.launch, as they "pass in parameters" to each other
Eg.
The text was updated successfully, but these errors were encountered: