Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support of other Robot Platforms #40

Open
msminirobot opened this issue May 4, 2023 · 0 comments
Open

Support of other Robot Platforms #40

msminirobot opened this issue May 4, 2023 · 0 comments

Comments

@msminirobot
Copy link

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)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant