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
To support other robot sdf files, you can switch to the following code in src/driving_swarm_bringup/driving_swarm_bringup/nav2_gazebo_spawner.py, lines 70-75:
for plugin in root.iter('plugin'):
if 'libgazebo_ros_diff_drive.so' in plugin.attrib.values():
break
(Tested for AgileX Limo)
The text was updated successfully, but these errors were encountered:
To support other robot sdf files, you can switch to the following code in src/driving_swarm_bringup/driving_swarm_bringup/nav2_gazebo_spawner.py, lines 70-75:
(Tested for AgileX Limo)
The text was updated successfully, but these errors were encountered: