-
Notifications
You must be signed in to change notification settings - Fork 97
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 baking pipeline, add baked office assets #58
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: ddengster <ed.fan@osrfoundation.org>
Signed-off-by: ddengster <ed.fan@osrfoundation.org>
Signed-off-by: ddengster <ed.fan@osrfoundation.org>
Signed-off-by: ddengster <ed.fan@osrfoundation.org>
Signed-off-by: ddengster <ed.fan@osrfoundation.org>
Signed-off-by: ddengster <ed.fan@osrfoundation.org>
Signed-off-by: ddengster <ed.fan@osrfoundation.org>
Conflicts: rmf_demos/launch/simulation.launch.xml rmf_demos_gazebo/launch/simulation.launch.xml
move ign_generate_dae to ignition location Signed-off-by: ddengster <ed.fan@osrfoundation.org>
update cmake output world pathing Signed-off-by: ddengster <ed.fan@osrfoundation.org>
Signed-off-by: ddengster <ed.fan@osrfoundation.org>
Signed-off-by: ddengster <ed.fan@osrfoundation.org>
5 tasks
Signed-off-by: ddengster <ed.fan@osrfoundation.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New feature implementation
Implemented feature
Baking pipeline: A process that sets up
rmf_demo_assets/model_baked
folder in conjunction with non baked assetsImplementation description
Incorporate new capabilities in
rmf_building_map_tools
utilities into cmake build process. See upstream PR.ign_generate_dae
dumps files intoinstall/rmf_demos_maps/share/rmf_demos_maps/maps_dae_export
andign_baked_assets
install/rmf_demos_maps/share/rmf_demos_maps/maps_baked
Updated
simulation.launch.xml
to make use of baked assetsAdd utility to launch ignition on the world files generated by
ign_generate_dae
. The exported .dae files will be found in the generatedsim_world
folder. You need this Ignition PR and this to run it, or at least ignition version 5+Usage:
ros2 launch rmf_demos ign_generate_dae.launch.xml map_name:=office/clinic/airport/etc/...
Also I've added in the baked office model, totalling 43mb to
rmf_demo_assets.
Should we place these baked assets somewhere else? @luca-della-vedovaWaiting for upstream PR