-
Notifications
You must be signed in to change notification settings - Fork 37
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
Extend World Generation with obstacles #118
base: master
Are you sure you want to change the base?
Conversation
update own repo
…into Arena-Rosnav-master
update branch
# Conflicts: # .rosinstall # task_generator/task_generator/task_generator_node.py
Bringing Map2d3d Up To Date
@TheZomb do you have a scenario file to test the different new obstacles. Also, how do I test your world generation? |
@MaximilianSchreff Please use the unity branch of the corresponding PR from the repo. To see the different map_generators. edit the map_generator.yaml |
P.S. added a warehouse generation. can be selected in map_generator.yaml |
Getting build error for map generator since commits from yesterday:
|
@TheZomb pls fix the conflicts |
@MaximilianSchreff please test if the Unity Integration is good as is and ready for merging into master. Use arena-unity/dynamic-obstacle-loading branch for testing. And @linhdoan8, @voshch or @MaximilianSchreff . Someone please test for Gazebo too. Change Standard Launch command: Unity: |
@voshch conflicts are resolved. Should be able to merge without a problem. |
adds /map_obstacles topic in map_generator to integrate obstacles in world generation
also fixes some bug in distance map calculation and add Pose to PositionOrientation function