-
Notifications
You must be signed in to change notification settings - Fork 67
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
add world 'dae export ready' option, bugfixes for alpha values #356
Conversation
Signed-off-by: ddengster <ed.fan@osrfoundation.org>
Signed-off-by: ddengster <ed.fan@osrfoundation.org>
Signed-off-by: ddengster <ed.fan@osrfoundation.org>
@luca-della-vedova I'll defer to your Ignition knowledge here and understanding of how DAE export would be used 🙇 |
if dae_export_plugin is False: | ||
for vertex_idx, vertex in enumerate(self.vertices): | ||
if 'spawn_robot_type' in vertex.params: | ||
self.generate_robot_at_vertex_idx(vertex_idx, world_ele) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we should limit the filtered objects to only robots or to all the dynamic objects, i.e. lifts / doors.
What would you recommend?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yup i forgot about that, we should remove those
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed ac3081a
Signed-off-by: ddengster <ed.fan@osrfoundation.org>
Bug fix/Fix applied
Alpha bugfixes
New feature implementation
Implemented feature
Add option "ignition_dae_export" to export world files ready for ignition to do dae exports.
Implementation description
This option enables our worlds to be 'dae export ready' via adding the correct plugin tags and removing any robots.
Related ignition PR: gazebosim/gz-sim#474
Downstream PR: open-rmf/rmf_demos#53