IOES-Lab / dave

Project DAVE
Apache License 2.0
9 stars 2 forks source link

[GSOC-51] DAVE worlds and respective launch files #4

Closed hmoyen closed 2 months ago

hmoyen commented 2 months ago

This PR introduces two main features:

  1. World files:

    • New DAVE world files compatible with new Gazebo Harmonic, but still without plugins.
    • Some textures and models were replaced, and now all worlds import models from Fuel.
  2. ROS 2 Launch Files:

    • Launch files were added to dave_demos package, which call a world file in the dave_worlds package.
woensug-choi commented 2 months ago

@hmoyen Could we have more universal launch file using launch cobfigurationand arguments? examples are at examples/dave_demos/launch/model_in_empty_world.launch.py

also please append some readme yo examples/dave_demos/README about launching worlds.

hmoyen commented 2 months ago

@woensug-choi Sure! Will work on that

hmoyen commented 2 months ago

@woensug-choi Just added to the dave_demos README how to launch a world using a world_name argument

woensug-choi commented 2 months ago

Thank you for putting it all together. I've made modifications on it! Please check :) Also, could you make a ticket on Notion for issues at the bottom? We may not deal with it now but someday.

README

Worlds

Issues