Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Provide an ignition gazebo simulation #2

Open
francocipollone opened this issue Oct 20, 2022 · 0 comments
Open

Provide an ignition gazebo simulation #2

francocipollone opened this issue Oct 20, 2022 · 0 comments

Comments

@francocipollone
Copy link
Collaborator

francocipollone commented Oct 20, 2022

Summary

Extend launch files and description in order to support ignition gazebo also

  1. Ign gazebo plugins should be used instead
    e.g:
          <plugin
        filename="gz-sim-diff-drive-system"
        name="gz::sim::systems::DiffDrive">
        ...
  2. ros_ign_bridge should be used:
    e.g.:
      <node
       pkg="ros_ign_bridge"
       type="parameter_bridge"
       name="$(anon ros_ign_bridge)"
       output="screen"
       args="/model/vehicle/odometry@nav_msgs/[email protected] 
         /cmd_vel@geometry_msgs/[email protected] ">
    </node>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant