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 was 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.