![]() |
rmf_building_map_tools package from rmf_traffic_editor repormf_building_map_tools rmf_traffic_editor rmf_traffic_editor_assets rmf_traffic_editor_test_maps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.6.3 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/open-rmf/rmf_traffic_editor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2024-11-08 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Morgan Quigley
- Marco A. Gutiérrez
Authors
building_map_tools package
This package provides tools for manipulating and format-converting building maps.
Quality Declaration
This package claims to be in the Quality Level 4 category. See the Quality Declaration for more details.
Changelog for package rmf_building_map_tools
1.6.3 (2024-11-05)
- backport pit crew fixes (#500)
- Contributors: methylDragon, Teo Koon Peng
1.6.2 (2023-08-10)
- Fix gz classic model download (#471)
- Contributors: Aaron Chong
1.6.1 (2023-06-05)
- Switch changelogs to rst format.
- Add texture for a white wall (#463)
- Fix navgraph generation for connected docking waypoints (#452)
- Added 5 retries for model downloading failure (#455)
- Migrate to using gzsim server url for fuel (#454)
- Exiting model downloader with non-zero exit code (#453)
- Contributors: Aaron Chong, Esteban Martinena Guerrero, Luca Della Vedova, Yadu, Yadunund
1.6.0 (2022-10-05)
- Add Fuel tools dependency to rmf_building_map_tools (#444)
- Fix building_map_server crashes when level scale is not defined (#442)
- Fixed usage of download_models (#440)
- remove usage of deprecated np.asscalar() (#438)
- Added a dispensable field for models (#436)
- Only offset camera pose for global coordinate building when a floor is present (#434)
- Move to collections.abc for crowdsim (#432)
- Contributors: Aaron Chong, Luca Della Vedova, Morgan Quigley, Yadunund
1.5.1 (2022-04-20)
- Floor information for floor toggling plugin in Ignition (#424)
- Use the Ignition Gazebo floor visibility plugin when generating worlds.
- navgraph visualizer (#426)
- new verb for building_map_generator that will generate navgraph visualization OBJ files, which can then be dropped into a Gazebo simulation to help understand what's going on.
- update versions of pure python packages
- Contributors: Luca Della Vedova, Morgan Quigley
1.5.0 (2022-03-13)
- Always use ign=True and remove spaces when comparing model names
(#412)
- Always use ign=True and remove spaces when comparing model names
- Pit crew makes model paths available, when checking for missing models, for exporting (#414)
- Reverted the use of remove_spaces as model names with spaces are used for downloading models
- if map_version is present, copy it into GeoJSON (#415)
- Update package.xml (#406)
- Feature: serve BuildingMap message when loading GeoJSON file in
building_map_server (#404)
- Create a BuildingMap message when serving from GeoJSON file
- use RTree to speed up BuildingMap creation from GeoJSON
- use reasonable default scale for Cartesian maps
- add python3-rtree dependency to GitHub workflow
- First steps towards GeoJSON (#403)
- add GeoJSON support to `building_map_server`: to start, just vertices and lanes
- compress GeoJSON output on-the-fly
- add support for GeoJSON to [building_map_converter]{.title-ref}, auto-detecting based on filename suffix
- GeoJSON: include preferred projected CRS and suggested coordinate offset for simulation as top-level keys
- sort GeoJSON keys in building map server for consistency in diffs
- fix crash for non-geolocated/legacy maps
- Cartesian worlds (y=up) and steps towards using GeoPackage (#396)
- create passthrough transform for cartesian_meters coordinate systems
- pass coordinate system to vertex draw, to flip text as needed
- correct deprecated setuptools key to fix warning
- Fix errors when building maps with lifts / crowdsim
- add speed limit param to generated nav-graph files
- add site_map publishing to building_map_server for cartesian maps
- publish lane speed limits
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rmf_building_map_tools at Robotics Stack Exchange
![]() |
rmf_building_map_tools package from rmf_traffic_editor repormf_building_map_tools rmf_traffic_editor rmf_traffic_editor_assets rmf_traffic_editor_test_maps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.9.3 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/open-rmf/rmf_traffic_editor.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2025-05-05 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Morgan Quigley
- Marco A. Gutiérrez
Authors
building_map_tools package
This package provides tools for manipulating and format-converting building maps.
Quality Declaration
This package claims to be in the Quality Level 4 category. See the Quality Declaration for more details.
Changelog for package rmf_building_map_tools
1.9.3 (YYYY-MM-DD)
- Fix startup error when waypoint's name is pure numbers (#508)
- Contributors: Gary Bey
1.9.2 (2025-01-14)
- Add flag to skip calculating and setting camera pose (#523)
- Add the ability to customize the base world file (#519)
- Contributors: Aaron Chong, Arjo Chakravarty
1.9.1 (2024-06-15)
1.9.0 (2024-06-01)
- Fix MultiPolygon not iterable (#496)
- Harmonic release and ECS refactor (#483)
- workaround fuel dup (#490)
- Add per_page arg to fuel pagination for pit_crew (#491)
- bugfix: specify coordiate_system when generating yaml for lift. (#488)
- Handle geometry collections (#476)
- Contributors: Arjo Chakravarty, Grey, Luca Della Vedova, Teo Koon Peng, Xiyu, cwrx777, methylDragon, Yadunund
1.8.2 (2023-12-15)
1.8.1 (2023-08-10)
- Fix gz classic model download (#470)
- Contributors: Aaron Chong
1.8.0 (2023-06-08)
1.7.0 (2023-06-06)
- Switch to rst changelogs (#464)
- Add texture for white wall (#463)
- Fix navgraph generation for connected docking waypoints (#452)
- Added 5 retries for model downloading failure (#455)
- Migrate to using gzsim server url for fuel (#454)
- Exiting model downloader with non-zero exit code (#453)
- Contributors: Aaron Chong, Luca Della Vedova, Yadunund
1.6.0 (2022-10-05)
- Add Fuel tools dependency to rmf_building_map_tools (#444)
- Fix building_map_server crashes when level scale is not defined (#442)
- Fixed usage of download_models (#440)
- remove usage of deprecated np.asscalar() (#438)
- Added a dispensable field for models (#436)
- Only offset camera pose for global coordinate building when a floor is present (#434)
- Move to collections.abc for crowdsim (#432)
- Contributors: Aaron Chong, Luca Della Vedova, Morgan Quigley, Yadunund
1.5.1 (2022-04-20)
- Floor information for floor toggling plugin in Ignition (#424)
- Use the Ignition Gazebo floor visibility plugin when generating worlds.
- navgraph visualizer (#426)
- new verb for building_map_generator that will generate navgraph visualization OBJ files, which can then be dropped into a Gazebo simulation to help understand what's going on.
- update versions of pure python packages
- Contributors: Luca Della Vedova, Morgan Quigley
1.5.0 (2022-03-13)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
rmf_building_map_msgs | |
ament_index_python | |
gz_fuel_tools_vendor | |
rclpy | |
rmf_site_map_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rmf_building_map_tools at Robotics Stack Exchange
![]() |
rmf_building_map_tools package from rmf_traffic_editor repormf_building_map_tools rmf_traffic_editor rmf_traffic_editor_assets rmf_traffic_editor_test_maps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.12.0 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/open-rmf/rmf_traffic_editor.git |
VCS Type | git |
VCS Version | kilted |
Last Updated | 2025-05-10 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Morgan Quigley
- Marco A. Gutiérrez
Authors
building_map_tools package
This package provides tools for manipulating and format-converting building maps.
Quality Declaration
This package claims to be in the Quality Level 4 category. See the Quality Declaration for more details.
Changelog for package rmf_building_map_tools
1.12.0 (2025-05-09)
- Remove redundant physics plugin (#530)
- Fix to Allow Numerically-Labelled Map (#528)
- Fix pit crew missing models and authorship logic (#522)
- Support robot types with organization namespaces (#521)
- Add flag to skip calculating and setting camera pose (#523)
- Add the ability to customize the base world file (#519)
- Contributors: Aaron Chong, Arjo Chakravarty, Gary Bey, Grey, Luca Della Vedova
1.11.0 (2024-11-27)
- Fix startup error when waypoint's name is pure numbers (#508)
- Contributors: Gary Bey
1.10.0 (2024-06-12)
1.9.0 (2024-06-01)
- Fix MultiPolygon not iterable (#496)
- Harmonic release and ECS refactor (#483)
- workaround fuel dup (#490)
- Add per_page arg to fuel pagination for pit_crew (#491)
- bugfix: specify coordiate_system when generating yaml for lift. (#488)
- Handle geometry collections (#476)
- Contributors: Arjo Chakravarty, Grey, Luca Della Vedova, Teo Koon Peng, Xiyu, cwrx777, methylDragon, Yadunund
1.8.2 (2023-12-15)
1.8.1 (2023-08-10)
- Fix gz classic model download (#470)
- Contributors: Aaron Chong
1.8.0 (2023-06-08)
1.7.0 (2023-06-06)
- Switch to rst changelogs (#464)
- Add texture for white wall (#463)
- Fix navgraph generation for connected docking waypoints (#452)
- Added 5 retries for model downloading failure (#455)
- Migrate to using gzsim server url for fuel (#454)
- Exiting model downloader with non-zero exit code (#453)
- Contributors: Aaron Chong, Luca Della Vedova, Yadunund
1.6.0 (2022-10-05)
- Add Fuel tools dependency to rmf_building_map_tools (#444)
- Fix building_map_server crashes when level scale is not defined (#442)
- Fixed usage of download_models (#440)
- remove usage of deprecated np.asscalar() (#438)
- Added a dispensable field for models (#436)
- Only offset camera pose for global coordinate building when a floor is present (#434)
- Move to collections.abc for crowdsim (#432)
- Contributors: Aaron Chong, Luca Della Vedova, Morgan Quigley, Yadunund
1.5.1 (2022-04-20)
- Floor information for floor toggling plugin in Ignition (#424)
- Use the Ignition Gazebo floor visibility plugin when generating worlds.
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
rmf_building_map_msgs | |
ament_index_python | |
gz_fuel_tools_vendor | |
rclpy | |
rmf_site_map_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rmf_building_map_tools at Robotics Stack Exchange
![]() |
rmf_building_map_tools package from rmf_traffic_editor repormf_building_map_tools rmf_traffic_editor rmf_traffic_editor_assets rmf_traffic_editor_test_maps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.13.0 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/open-rmf/rmf_traffic_editor.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-09 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Morgan Quigley
- Marco A. Gutiérrez
Authors
building_map_tools package
This package provides tools for manipulating and format-converting building maps.
Quality Declaration
This package claims to be in the Quality Level 4 category. See the Quality Declaration for more details.
Changelog for package rmf_building_map_tools
1.13.0 (2025-06-09)
- Adding "mutex" to vertex and lane param (#533)
- Use a world plugin for charger registration (#532)
- Contributors: Jun, Luca Della Vedova
1.12.0 (2025-05-09)
- Remove redundant physics plugin (#530)
- Fix to Allow Numerically-Labelled Map (#528)
- Fix pit crew missing models and authorship logic (#522)
- Support robot types with organization namespaces (#521)
- Add flag to skip calculating and setting camera pose (#523)
- Add the ability to customize the base world file (#519)
- Contributors: Aaron Chong, Arjo Chakravarty, Gary Bey, Grey, Luca Della Vedova
1.11.0 (2024-11-27)
- Fix startup error when waypoint's name is pure numbers (#508)
- Contributors: Gary Bey
1.10.0 (2024-06-12)
1.9.0 (2024-06-01)
- Fix MultiPolygon not iterable (#496)
- Harmonic release and ECS refactor (#483)
- workaround fuel dup (#490)
- Add per_page arg to fuel pagination for pit_crew (#491)
- bugfix: specify coordiate_system when generating yaml for lift. (#488)
- Handle geometry collections (#476)
- Contributors: Arjo Chakravarty, Grey, Luca Della Vedova, Teo Koon Peng, Xiyu, cwrx777, methylDragon, Yadunund
1.8.2 (2023-12-15)
1.8.1 (2023-08-10)
- Fix gz classic model download (#470)
- Contributors: Aaron Chong
1.8.0 (2023-06-08)
1.7.0 (2023-06-06)
- Switch to rst changelogs (#464)
- Add texture for white wall (#463)
- Fix navgraph generation for connected docking waypoints (#452)
- Added 5 retries for model downloading failure (#455)
- Migrate to using gzsim server url for fuel (#454)
- Exiting model downloader with non-zero exit code (#453)
- Contributors: Aaron Chong, Luca Della Vedova, Yadunund
1.6.0 (2022-10-05)
- Add Fuel tools dependency to rmf_building_map_tools (#444)
- Fix building_map_server crashes when level scale is not defined (#442)
- Fixed usage of download_models (#440)
- remove usage of deprecated np.asscalar() (#438)
- Added a dispensable field for models (#436)
- Only offset camera pose for global coordinate building when a floor is present (#434)
- Move to collections.abc for crowdsim (#432)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
rmf_building_map_msgs | |
ament_index_python | |
gz_fuel_tools_vendor | |
rclpy | |
rmf_site_map_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rmf_building_map_tools at Robotics Stack Exchange
![]() |
rmf_building_map_tools package from rmf_traffic_editor repormf_building_map_tools rmf_traffic_editor rmf_traffic_editor_assets rmf_traffic_editor_test_maps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.6.3 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/open-rmf/rmf_traffic_editor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2024-11-08 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Morgan Quigley
- Marco A. Gutiérrez
Authors
building_map_tools package
This package provides tools for manipulating and format-converting building maps.
Quality Declaration
This package claims to be in the Quality Level 4 category. See the Quality Declaration for more details.
Changelog for package rmf_building_map_tools
1.6.3 (2024-11-05)
- backport pit crew fixes (#500)
- Contributors: methylDragon, Teo Koon Peng
1.6.2 (2023-08-10)
- Fix gz classic model download (#471)
- Contributors: Aaron Chong
1.6.1 (2023-06-05)
- Switch changelogs to rst format.
- Add texture for a white wall (#463)
- Fix navgraph generation for connected docking waypoints (#452)
- Added 5 retries for model downloading failure (#455)
- Migrate to using gzsim server url for fuel (#454)
- Exiting model downloader with non-zero exit code (#453)
- Contributors: Aaron Chong, Esteban Martinena Guerrero, Luca Della Vedova, Yadu, Yadunund
1.6.0 (2022-10-05)
- Add Fuel tools dependency to rmf_building_map_tools (#444)
- Fix building_map_server crashes when level scale is not defined (#442)
- Fixed usage of download_models (#440)
- remove usage of deprecated np.asscalar() (#438)
- Added a dispensable field for models (#436)
- Only offset camera pose for global coordinate building when a floor is present (#434)
- Move to collections.abc for crowdsim (#432)
- Contributors: Aaron Chong, Luca Della Vedova, Morgan Quigley, Yadunund
1.5.1 (2022-04-20)
- Floor information for floor toggling plugin in Ignition (#424)
- Use the Ignition Gazebo floor visibility plugin when generating worlds.
- navgraph visualizer (#426)
- new verb for building_map_generator that will generate navgraph visualization OBJ files, which can then be dropped into a Gazebo simulation to help understand what's going on.
- update versions of pure python packages
- Contributors: Luca Della Vedova, Morgan Quigley
1.5.0 (2022-03-13)
- Always use ign=True and remove spaces when comparing model names
(#412)
- Always use ign=True and remove spaces when comparing model names
- Pit crew makes model paths available, when checking for missing models, for exporting (#414)
- Reverted the use of remove_spaces as model names with spaces are used for downloading models
- if map_version is present, copy it into GeoJSON (#415)
- Update package.xml (#406)
- Feature: serve BuildingMap message when loading GeoJSON file in
building_map_server (#404)
- Create a BuildingMap message when serving from GeoJSON file
- use RTree to speed up BuildingMap creation from GeoJSON
- use reasonable default scale for Cartesian maps
- add python3-rtree dependency to GitHub workflow
- First steps towards GeoJSON (#403)
- add GeoJSON support to `building_map_server`: to start, just vertices and lanes
- compress GeoJSON output on-the-fly
- add support for GeoJSON to [building_map_converter]{.title-ref}, auto-detecting based on filename suffix
- GeoJSON: include preferred projected CRS and suggested coordinate offset for simulation as top-level keys
- sort GeoJSON keys in building map server for consistency in diffs
- fix crash for non-geolocated/legacy maps
- Cartesian worlds (y=up) and steps towards using GeoPackage (#396)
- create passthrough transform for cartesian_meters coordinate systems
- pass coordinate system to vertex draw, to flip text as needed
- correct deprecated setuptools key to fix warning
- Fix errors when building maps with lifts / crowdsim
- add speed limit param to generated nav-graph files
- add site_map publishing to building_map_server for cartesian maps
- publish lane speed limits
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rmf_building_map_tools at Robotics Stack Exchange
![]() |
rmf_building_map_tools package from rmf_traffic_editor repormf_building_map_tools rmf_traffic_editor rmf_traffic_editor_assets rmf_traffic_editor_test_maps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.6.3 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/open-rmf/rmf_traffic_editor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2024-11-08 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Morgan Quigley
- Marco A. Gutiérrez
Authors
building_map_tools package
This package provides tools for manipulating and format-converting building maps.
Quality Declaration
This package claims to be in the Quality Level 4 category. See the Quality Declaration for more details.
Changelog for package rmf_building_map_tools
1.6.3 (2024-11-05)
- backport pit crew fixes (#500)
- Contributors: methylDragon, Teo Koon Peng
1.6.2 (2023-08-10)
- Fix gz classic model download (#471)
- Contributors: Aaron Chong
1.6.1 (2023-06-05)
- Switch changelogs to rst format.
- Add texture for a white wall (#463)
- Fix navgraph generation for connected docking waypoints (#452)
- Added 5 retries for model downloading failure (#455)
- Migrate to using gzsim server url for fuel (#454)
- Exiting model downloader with non-zero exit code (#453)
- Contributors: Aaron Chong, Esteban Martinena Guerrero, Luca Della Vedova, Yadu, Yadunund
1.6.0 (2022-10-05)
- Add Fuel tools dependency to rmf_building_map_tools (#444)
- Fix building_map_server crashes when level scale is not defined (#442)
- Fixed usage of download_models (#440)
- remove usage of deprecated np.asscalar() (#438)
- Added a dispensable field for models (#436)
- Only offset camera pose for global coordinate building when a floor is present (#434)
- Move to collections.abc for crowdsim (#432)
- Contributors: Aaron Chong, Luca Della Vedova, Morgan Quigley, Yadunund
1.5.1 (2022-04-20)
- Floor information for floor toggling plugin in Ignition (#424)
- Use the Ignition Gazebo floor visibility plugin when generating worlds.
- navgraph visualizer (#426)
- new verb for building_map_generator that will generate navgraph visualization OBJ files, which can then be dropped into a Gazebo simulation to help understand what's going on.
- update versions of pure python packages
- Contributors: Luca Della Vedova, Morgan Quigley
1.5.0 (2022-03-13)
- Always use ign=True and remove spaces when comparing model names
(#412)
- Always use ign=True and remove spaces when comparing model names
- Pit crew makes model paths available, when checking for missing models, for exporting (#414)
- Reverted the use of remove_spaces as model names with spaces are used for downloading models
- if map_version is present, copy it into GeoJSON (#415)
- Update package.xml (#406)
- Feature: serve BuildingMap message when loading GeoJSON file in
building_map_server (#404)
- Create a BuildingMap message when serving from GeoJSON file
- use RTree to speed up BuildingMap creation from GeoJSON
- use reasonable default scale for Cartesian maps
- add python3-rtree dependency to GitHub workflow
- First steps towards GeoJSON (#403)
- add GeoJSON support to `building_map_server`: to start, just vertices and lanes
- compress GeoJSON output on-the-fly
- add support for GeoJSON to [building_map_converter]{.title-ref}, auto-detecting based on filename suffix
- GeoJSON: include preferred projected CRS and suggested coordinate offset for simulation as top-level keys
- sort GeoJSON keys in building map server for consistency in diffs
- fix crash for non-geolocated/legacy maps
- Cartesian worlds (y=up) and steps towards using GeoPackage (#396)
- create passthrough transform for cartesian_meters coordinate systems
- pass coordinate system to vertex draw, to flip text as needed
- correct deprecated setuptools key to fix warning
- Fix errors when building maps with lifts / crowdsim
- add speed limit param to generated nav-graph files
- add site_map publishing to building_map_server for cartesian maps
- publish lane speed limits
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rmf_building_map_tools at Robotics Stack Exchange
![]() |
rmf_building_map_tools package from rmf_traffic_editor repormf_building_map_tools rmf_traffic_editor rmf_traffic_editor_assets rmf_traffic_editor_test_maps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.6.3 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/open-rmf/rmf_traffic_editor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2024-11-08 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Morgan Quigley
- Marco A. Gutiérrez
Authors
building_map_tools package
This package provides tools for manipulating and format-converting building maps.
Quality Declaration
This package claims to be in the Quality Level 4 category. See the Quality Declaration for more details.
Changelog for package rmf_building_map_tools
1.6.3 (2024-11-05)
- backport pit crew fixes (#500)
- Contributors: methylDragon, Teo Koon Peng
1.6.2 (2023-08-10)
- Fix gz classic model download (#471)
- Contributors: Aaron Chong
1.6.1 (2023-06-05)
- Switch changelogs to rst format.
- Add texture for a white wall (#463)
- Fix navgraph generation for connected docking waypoints (#452)
- Added 5 retries for model downloading failure (#455)
- Migrate to using gzsim server url for fuel (#454)
- Exiting model downloader with non-zero exit code (#453)
- Contributors: Aaron Chong, Esteban Martinena Guerrero, Luca Della Vedova, Yadu, Yadunund
1.6.0 (2022-10-05)
- Add Fuel tools dependency to rmf_building_map_tools (#444)
- Fix building_map_server crashes when level scale is not defined (#442)
- Fixed usage of download_models (#440)
- remove usage of deprecated np.asscalar() (#438)
- Added a dispensable field for models (#436)
- Only offset camera pose for global coordinate building when a floor is present (#434)
- Move to collections.abc for crowdsim (#432)
- Contributors: Aaron Chong, Luca Della Vedova, Morgan Quigley, Yadunund
1.5.1 (2022-04-20)
- Floor information for floor toggling plugin in Ignition (#424)
- Use the Ignition Gazebo floor visibility plugin when generating worlds.
- navgraph visualizer (#426)
- new verb for building_map_generator that will generate navgraph visualization OBJ files, which can then be dropped into a Gazebo simulation to help understand what's going on.
- update versions of pure python packages
- Contributors: Luca Della Vedova, Morgan Quigley
1.5.0 (2022-03-13)
- Always use ign=True and remove spaces when comparing model names
(#412)
- Always use ign=True and remove spaces when comparing model names
- Pit crew makes model paths available, when checking for missing models, for exporting (#414)
- Reverted the use of remove_spaces as model names with spaces are used for downloading models
- if map_version is present, copy it into GeoJSON (#415)
- Update package.xml (#406)
- Feature: serve BuildingMap message when loading GeoJSON file in
building_map_server (#404)
- Create a BuildingMap message when serving from GeoJSON file
- use RTree to speed up BuildingMap creation from GeoJSON
- use reasonable default scale for Cartesian maps
- add python3-rtree dependency to GitHub workflow
- First steps towards GeoJSON (#403)
- add GeoJSON support to `building_map_server`: to start, just vertices and lanes
- compress GeoJSON output on-the-fly
- add support for GeoJSON to [building_map_converter]{.title-ref}, auto-detecting based on filename suffix
- GeoJSON: include preferred projected CRS and suggested coordinate offset for simulation as top-level keys
- sort GeoJSON keys in building map server for consistency in diffs
- fix crash for non-geolocated/legacy maps
- Cartesian worlds (y=up) and steps towards using GeoPackage (#396)
- create passthrough transform for cartesian_meters coordinate systems
- pass coordinate system to vertex draw, to flip text as needed
- correct deprecated setuptools key to fix warning
- Fix errors when building maps with lifts / crowdsim
- add speed limit param to generated nav-graph files
- add site_map publishing to building_map_server for cartesian maps
- publish lane speed limits
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rmf_building_map_tools at Robotics Stack Exchange
![]() |
rmf_building_map_tools package from rmf_traffic_editor repormf_building_map_tools rmf_traffic_editor rmf_traffic_editor_assets rmf_traffic_editor_test_maps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.6.3 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/open-rmf/rmf_traffic_editor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2024-11-08 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Morgan Quigley
- Marco A. Gutiérrez
Authors
building_map_tools package
This package provides tools for manipulating and format-converting building maps.
Quality Declaration
This package claims to be in the Quality Level 4 category. See the Quality Declaration for more details.
Changelog for package rmf_building_map_tools
1.6.3 (2024-11-05)
- backport pit crew fixes (#500)
- Contributors: methylDragon, Teo Koon Peng
1.6.2 (2023-08-10)
- Fix gz classic model download (#471)
- Contributors: Aaron Chong
1.6.1 (2023-06-05)
- Switch changelogs to rst format.
- Add texture for a white wall (#463)
- Fix navgraph generation for connected docking waypoints (#452)
- Added 5 retries for model downloading failure (#455)
- Migrate to using gzsim server url for fuel (#454)
- Exiting model downloader with non-zero exit code (#453)
- Contributors: Aaron Chong, Esteban Martinena Guerrero, Luca Della Vedova, Yadu, Yadunund
1.6.0 (2022-10-05)
- Add Fuel tools dependency to rmf_building_map_tools (#444)
- Fix building_map_server crashes when level scale is not defined (#442)
- Fixed usage of download_models (#440)
- remove usage of deprecated np.asscalar() (#438)
- Added a dispensable field for models (#436)
- Only offset camera pose for global coordinate building when a floor is present (#434)
- Move to collections.abc for crowdsim (#432)
- Contributors: Aaron Chong, Luca Della Vedova, Morgan Quigley, Yadunund
1.5.1 (2022-04-20)
- Floor information for floor toggling plugin in Ignition (#424)
- Use the Ignition Gazebo floor visibility plugin when generating worlds.
- navgraph visualizer (#426)
- new verb for building_map_generator that will generate navgraph visualization OBJ files, which can then be dropped into a Gazebo simulation to help understand what's going on.
- update versions of pure python packages
- Contributors: Luca Della Vedova, Morgan Quigley
1.5.0 (2022-03-13)
- Always use ign=True and remove spaces when comparing model names
(#412)
- Always use ign=True and remove spaces when comparing model names
- Pit crew makes model paths available, when checking for missing models, for exporting (#414)
- Reverted the use of remove_spaces as model names with spaces are used for downloading models
- if map_version is present, copy it into GeoJSON (#415)
- Update package.xml (#406)
- Feature: serve BuildingMap message when loading GeoJSON file in
building_map_server (#404)
- Create a BuildingMap message when serving from GeoJSON file
- use RTree to speed up BuildingMap creation from GeoJSON
- use reasonable default scale for Cartesian maps
- add python3-rtree dependency to GitHub workflow
- First steps towards GeoJSON (#403)
- add GeoJSON support to `building_map_server`: to start, just vertices and lanes
- compress GeoJSON output on-the-fly
- add support for GeoJSON to [building_map_converter]{.title-ref}, auto-detecting based on filename suffix
- GeoJSON: include preferred projected CRS and suggested coordinate offset for simulation as top-level keys
- sort GeoJSON keys in building map server for consistency in diffs
- fix crash for non-geolocated/legacy maps
- Cartesian worlds (y=up) and steps towards using GeoPackage (#396)
- create passthrough transform for cartesian_meters coordinate systems
- pass coordinate system to vertex draw, to flip text as needed
- correct deprecated setuptools key to fix warning
- Fix errors when building maps with lifts / crowdsim
- add speed limit param to generated nav-graph files
- add site_map publishing to building_map_server for cartesian maps
- publish lane speed limits
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rmf_building_map_tools at Robotics Stack Exchange
![]() |
rmf_building_map_tools package from rmf_traffic_editor repormf_building_map_tools rmf_traffic_editor rmf_traffic_editor_assets rmf_traffic_editor_test_maps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.6.3 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/open-rmf/rmf_traffic_editor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2024-11-08 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Morgan Quigley
- Marco A. Gutiérrez
Authors
building_map_tools package
This package provides tools for manipulating and format-converting building maps.
Quality Declaration
This package claims to be in the Quality Level 4 category. See the Quality Declaration for more details.
Changelog for package rmf_building_map_tools
1.6.3 (2024-11-05)
- backport pit crew fixes (#500)
- Contributors: methylDragon, Teo Koon Peng
1.6.2 (2023-08-10)
- Fix gz classic model download (#471)
- Contributors: Aaron Chong
1.6.1 (2023-06-05)
- Switch changelogs to rst format.
- Add texture for a white wall (#463)
- Fix navgraph generation for connected docking waypoints (#452)
- Added 5 retries for model downloading failure (#455)
- Migrate to using gzsim server url for fuel (#454)
- Exiting model downloader with non-zero exit code (#453)
- Contributors: Aaron Chong, Esteban Martinena Guerrero, Luca Della Vedova, Yadu, Yadunund
1.6.0 (2022-10-05)
- Add Fuel tools dependency to rmf_building_map_tools (#444)
- Fix building_map_server crashes when level scale is not defined (#442)
- Fixed usage of download_models (#440)
- remove usage of deprecated np.asscalar() (#438)
- Added a dispensable field for models (#436)
- Only offset camera pose for global coordinate building when a floor is present (#434)
- Move to collections.abc for crowdsim (#432)
- Contributors: Aaron Chong, Luca Della Vedova, Morgan Quigley, Yadunund
1.5.1 (2022-04-20)
- Floor information for floor toggling plugin in Ignition (#424)
- Use the Ignition Gazebo floor visibility plugin when generating worlds.
- navgraph visualizer (#426)
- new verb for building_map_generator that will generate navgraph visualization OBJ files, which can then be dropped into a Gazebo simulation to help understand what's going on.
- update versions of pure python packages
- Contributors: Luca Della Vedova, Morgan Quigley
1.5.0 (2022-03-13)
- Always use ign=True and remove spaces when comparing model names
(#412)
- Always use ign=True and remove spaces when comparing model names
- Pit crew makes model paths available, when checking for missing models, for exporting (#414)
- Reverted the use of remove_spaces as model names with spaces are used for downloading models
- if map_version is present, copy it into GeoJSON (#415)
- Update package.xml (#406)
- Feature: serve BuildingMap message when loading GeoJSON file in
building_map_server (#404)
- Create a BuildingMap message when serving from GeoJSON file
- use RTree to speed up BuildingMap creation from GeoJSON
- use reasonable default scale for Cartesian maps
- add python3-rtree dependency to GitHub workflow
- First steps towards GeoJSON (#403)
- add GeoJSON support to `building_map_server`: to start, just vertices and lanes
- compress GeoJSON output on-the-fly
- add support for GeoJSON to [building_map_converter]{.title-ref}, auto-detecting based on filename suffix
- GeoJSON: include preferred projected CRS and suggested coordinate offset for simulation as top-level keys
- sort GeoJSON keys in building map server for consistency in diffs
- fix crash for non-geolocated/legacy maps
- Cartesian worlds (y=up) and steps towards using GeoPackage (#396)
- create passthrough transform for cartesian_meters coordinate systems
- pass coordinate system to vertex draw, to flip text as needed
- correct deprecated setuptools key to fix warning
- Fix errors when building maps with lifts / crowdsim
- add speed limit param to generated nav-graph files
- add site_map publishing to building_map_server for cartesian maps
- publish lane speed limits
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rmf_building_map_tools at Robotics Stack Exchange
![]() |
rmf_building_map_tools package from rmf_traffic_editor repormf_building_map_tools rmf_traffic_editor rmf_traffic_editor_assets rmf_traffic_editor_test_maps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.4.0 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/open-rmf/rmf_traffic_editor.git |
VCS Type | git |
VCS Version | galactic |
Last Updated | 2021-09-02 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Morgan Quigley
- Marco A. Gutiérrez
Authors
building_map_tools package
This package provides tools for manipulating and format-converting building maps.
Quality Declaration
This package claims to be in the Quality Level 4 category. See the Quality Declaration for more details.
Changelog for package rmf_building_map_tools
1.4.0 (2021-09-02)
- Feature/map generator using global coordinates (#379)
- added support for ceilings with texture (#383)
- Feature/wall graph (#377)
- added scaling features to wall texture (#382)
- fix crowdsim map generation when there are no robots (#380)
- Fix crash when level has no floors (#370)
- adding maintainer for buildfarm notifications (#368)
- Fix issues with building map tools using Ignition tools (#362)
- Contributors: Luca Della Vedova, Marco A. Gutiérrez, Matthew Booker, Morgan Quigley, Nicholas, Xiyu
1.3.0 (2021-05-14)
- Added support for fuel textures (#342)
- Convert wall textures from 1d to 2d (#338)
- [Optimization] Remove duplicated textures (#337)
- clean dep and update readme (#336)
- building_map_server: don't crash when missing image file (#334)
- Fix material values for sdf compliance (#330)
- avoid crashing when generating undefined floor polygons. cleanup. (#322)
- improve usage of Shapely on very complex floor polygons (#321)
- auto download crowdsim models (#316)
- rename building_map_tools (#310)
- Account for package rename
- Rename packages and delete moved packages (#308)
- migration to open-rmf org, rename to [rmf_building_map_tools]{.title-ref}
- Contributors: Geoffrey Biggs, Luca Della Vedova, Morgan Quigley, youliang
1.2.0 (2021-01-06)
- Ign rtf optimizations and GUI plugins (#248)
- Merge pull request #257 from Briancbn/pr-fix-disable-plugin-backwards-compatibility Fix door, lift plugin disable options backwards compatibility
- Merge pull request #255 from osrf/feature/remove-plugin-option Feature/remove plugin option
- Three lines of code to double the RTF, :sparkles:
- Makes lifts static if plugins are not required
- Door plugins option parsing correctly now
- Using just the Lift object to propagate the plugin removal option
- Added option to remove plugins for doors on gui and building_map_tools generator
- Fix namespace for rmf charging plugin (#253)
- Textures/additional (#244)
- Implement battery drain and recharge for slotcars (#242)
- Implement animation switching in crowd simulation (#238)
- Add first pass of quality declarations for all packages (#235)
- Building_crowdsim for generating the navmesh file and required configuration files for menge (#224)
- Add building_crowdsim to generate navmesh and config files for crowd simulation (#224)
- Contributors: Aaron Chong, Chen Bainian, Geoffrey Biggs, Guoliang (Fred) Shao, Luca Della Vedova, Marco A. Gutiérrez, Morgan Quigley, Rushyendra Maganty, Valerie
1.1.0 (2020-09-24)
- Implement model visibility toggling (#226)
- Adding lift operation range selection (#220)
- Add field in lift dialog for initial floor, handle invalid initial floor
- added inertia for lift cabin platform (#217)
- Model counts to be owned by Building, and passed to each Level
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
rmf_building_map_msgs | |
rclpy | |
std_msgs | |
ament_index_python |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rmf_building_map_tools at Robotics Stack Exchange
![]() |
rmf_building_map_tools package from rmf_traffic_editor repormf_building_map_tools rmf_traffic_editor rmf_traffic_editor_assets rmf_traffic_editor_test_maps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.4.0 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/open-rmf/rmf_traffic_editor.git |
VCS Type | git |
VCS Version | foxy |
Last Updated | 2021-09-02 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Morgan Quigley
- Marco A. Gutiérrez
Authors
building_map_tools package
This package provides tools for manipulating and format-converting building maps.
Quality Declaration
This package claims to be in the Quality Level 4 category. See the Quality Declaration for more details.
Changelog for package rmf_building_map_tools
1.4.0 (2021-09-02)
- Feature/map generator using global coordinates (#379)
- added support for ceilings with texture (#383)
- Feature/wall graph (#377)
- added scaling features to wall texture (#382)
- fix crowdsim map generation when there are no robots (#380)
- Fix crash when level has no floors (#370)
- adding maintainer for buildfarm notifications (#368)
- Fix issues with building map tools using Ignition tools (#362)
- Contributors: Luca Della Vedova, Marco A. Gutiérrez, Matthew Booker, Morgan Quigley, Nicholas, Xiyu
1.3.0 (2021-05-14)
- Added support for fuel textures (#342)
- Convert wall textures from 1d to 2d (#338)
- [Optimization] Remove duplicated textures (#337)
- clean dep and update readme (#336)
- building_map_server: don't crash when missing image file (#334)
- Fix material values for sdf compliance (#330)
- avoid crashing when generating undefined floor polygons. cleanup. (#322)
- improve usage of Shapely on very complex floor polygons (#321)
- auto download crowdsim models (#316)
- rename building_map_tools (#310)
- Account for package rename
- Rename packages and delete moved packages (#308)
- migration to open-rmf org, rename to [rmf_building_map_tools]{.title-ref}
- Contributors: Geoffrey Biggs, Luca Della Vedova, Morgan Quigley, youliang
1.2.0 (2021-01-06)
- Ign rtf optimizations and GUI plugins (#248)
- Merge pull request #257 from Briancbn/pr-fix-disable-plugin-backwards-compatibility Fix door, lift plugin disable options backwards compatibility
- Merge pull request #255 from osrf/feature/remove-plugin-option Feature/remove plugin option
- Three lines of code to double the RTF, :sparkles:
- Makes lifts static if plugins are not required
- Door plugins option parsing correctly now
- Using just the Lift object to propagate the plugin removal option
- Added option to remove plugins for doors on gui and building_map_tools generator
- Fix namespace for rmf charging plugin (#253)
- Textures/additional (#244)
- Implement battery drain and recharge for slotcars (#242)
- Implement animation switching in crowd simulation (#238)
- Add first pass of quality declarations for all packages (#235)
- Building_crowdsim for generating the navmesh file and required configuration files for menge (#224)
- Add building_crowdsim to generate navmesh and config files for crowd simulation (#224)
- Contributors: Aaron Chong, Chen Bainian, Geoffrey Biggs, Guoliang (Fred) Shao, Luca Della Vedova, Marco A. Gutiérrez, Morgan Quigley, Rushyendra Maganty, Valerie
1.1.0 (2020-09-24)
- Implement model visibility toggling (#226)
- Adding lift operation range selection (#220)
- Add field in lift dialog for initial floor, handle invalid initial floor
- added inertia for lift cabin platform (#217)
- Model counts to be owned by Building, and passed to each Level
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
rmf_building_map_msgs | |
rclpy | |
std_msgs | |
ament_index_python |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rmf_building_map_tools at Robotics Stack Exchange
![]() |
rmf_building_map_tools package from rmf_traffic_editor repormf_building_map_tools rmf_traffic_editor rmf_traffic_editor_assets rmf_traffic_editor_test_maps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.7.2 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/open-rmf/rmf_traffic_editor.git |
VCS Type | git |
VCS Version | iron |
Last Updated | 2023-12-15 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Morgan Quigley
- Marco A. Gutiérrez
Authors
building_map_tools package
This package provides tools for manipulating and format-converting building maps.
Quality Declaration
This package claims to be in the Quality Level 4 category. See the Quality Declaration for more details.
Changelog for package rmf_building_map_tools
1.7.2 (2023-12-15)
1.7.1 (2023-08-10)
- Fix gz classic model download (#472)
- Contributors: Aaron Chong
1.7.0 (2023-06-06)
- Switch to rst changelogs (#464)
- Add texture for white wall (#463)
- Fix navgraph generation for connected docking waypoints (#452)
- Added 5 retries for model downloading failure (#455)
- Migrate to using gzsim server url for fuel (#454)
- Exiting model downloader with non-zero exit code (#453)
- Contributors: Aaron Chong, Luca Della Vedova, Yadunund
1.6.0 (2022-10-05)
- Add Fuel tools dependency to rmf_building_map_tools (#444)
- Fix building_map_server crashes when level scale is not defined (#442)
- Fixed usage of download_models (#440)
- remove usage of deprecated np.asscalar() (#438)
- Added a dispensable field for models (#436)
- Only offset camera pose for global coordinate building when a floor is present (#434)
- Move to collections.abc for crowdsim (#432)
- Contributors: Aaron Chong, Luca Della Vedova, Morgan Quigley, Yadunund
1.5.1 (2022-04-20)
- Floor information for floor toggling plugin in Ignition (#424)
- Use the Ignition Gazebo floor visibility plugin when generating worlds.
- navgraph visualizer (#426)
- new verb for building_map_generator that will generate navgraph visualization OBJ files, which can then be dropped into a Gazebo simulation to help understand what's going on.
- update versions of pure python packages
- Contributors: Luca Della Vedova, Morgan Quigley
1.5.0 (2022-03-13)
- Always use ign=True and remove spaces when comparing model names
(#412)
- Always use ign=True and remove spaces when comparing model names
- Pit crew makes model paths available, when checking for missing models, for exporting (#414)
- Reverted the use of remove_spaces as model names with spaces are used for downloading models
- if map_version is present, copy it into GeoJSON (#415)
- Update package.xml (#406)
- Feature: serve BuildingMap message when loading GeoJSON file in
building_map_server (#404)
- Create a BuildingMap message when serving from GeoJSON file
- use RTree to speed up BuildingMap creation from GeoJSON
- use reasonable default scale for Cartesian maps
- add python3-rtree dependency to GitHub workflow
- First steps towards GeoJSON (#403)
- add GeoJSON support to `building_map_server`: to start, just vertices and lanes
- compress GeoJSON output on-the-fly
- add support for GeoJSON to [building_map_converter]{.title-ref}, auto-detecting based on filename suffix
- GeoJSON: include preferred projected CRS and suggested coordinate offset for simulation as top-level keys
- sort GeoJSON keys in building map server for consistency in diffs
- fix crash for non-geolocated/legacy maps
- Cartesian worlds (y=up) and steps towards using GeoPackage (#396)
- create passthrough transform for cartesian_meters coordinate systems
- pass coordinate system to vertex draw, to flip text as needed
- correct deprecated setuptools key to fix warning
- Fix errors when building maps with lifts / crowdsim
- add speed limit param to generated nav-graph files
- add site_map publishing to building_map_server for cartesian maps
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rmf_building_map_tools at Robotics Stack Exchange
![]() |
rmf_building_map_tools package from rmf_traffic_editor repormf_building_map_tools rmf_traffic_editor rmf_traffic_editor_assets rmf_traffic_editor_test_maps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.6.3 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/open-rmf/rmf_traffic_editor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2024-11-08 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Morgan Quigley
- Marco A. Gutiérrez
Authors
building_map_tools package
This package provides tools for manipulating and format-converting building maps.
Quality Declaration
This package claims to be in the Quality Level 4 category. See the Quality Declaration for more details.
Changelog for package rmf_building_map_tools
1.6.3 (2024-11-05)
- backport pit crew fixes (#500)
- Contributors: methylDragon, Teo Koon Peng
1.6.2 (2023-08-10)
- Fix gz classic model download (#471)
- Contributors: Aaron Chong
1.6.1 (2023-06-05)
- Switch changelogs to rst format.
- Add texture for a white wall (#463)
- Fix navgraph generation for connected docking waypoints (#452)
- Added 5 retries for model downloading failure (#455)
- Migrate to using gzsim server url for fuel (#454)
- Exiting model downloader with non-zero exit code (#453)
- Contributors: Aaron Chong, Esteban Martinena Guerrero, Luca Della Vedova, Yadu, Yadunund
1.6.0 (2022-10-05)
- Add Fuel tools dependency to rmf_building_map_tools (#444)
- Fix building_map_server crashes when level scale is not defined (#442)
- Fixed usage of download_models (#440)
- remove usage of deprecated np.asscalar() (#438)
- Added a dispensable field for models (#436)
- Only offset camera pose for global coordinate building when a floor is present (#434)
- Move to collections.abc for crowdsim (#432)
- Contributors: Aaron Chong, Luca Della Vedova, Morgan Quigley, Yadunund
1.5.1 (2022-04-20)
- Floor information for floor toggling plugin in Ignition (#424)
- Use the Ignition Gazebo floor visibility plugin when generating worlds.
- navgraph visualizer (#426)
- new verb for building_map_generator that will generate navgraph visualization OBJ files, which can then be dropped into a Gazebo simulation to help understand what's going on.
- update versions of pure python packages
- Contributors: Luca Della Vedova, Morgan Quigley
1.5.0 (2022-03-13)
- Always use ign=True and remove spaces when comparing model names
(#412)
- Always use ign=True and remove spaces when comparing model names
- Pit crew makes model paths available, when checking for missing models, for exporting (#414)
- Reverted the use of remove_spaces as model names with spaces are used for downloading models
- if map_version is present, copy it into GeoJSON (#415)
- Update package.xml (#406)
- Feature: serve BuildingMap message when loading GeoJSON file in
building_map_server (#404)
- Create a BuildingMap message when serving from GeoJSON file
- use RTree to speed up BuildingMap creation from GeoJSON
- use reasonable default scale for Cartesian maps
- add python3-rtree dependency to GitHub workflow
- First steps towards GeoJSON (#403)
- add GeoJSON support to `building_map_server`: to start, just vertices and lanes
- compress GeoJSON output on-the-fly
- add support for GeoJSON to [building_map_converter]{.title-ref}, auto-detecting based on filename suffix
- GeoJSON: include preferred projected CRS and suggested coordinate offset for simulation as top-level keys
- sort GeoJSON keys in building map server for consistency in diffs
- fix crash for non-geolocated/legacy maps
- Cartesian worlds (y=up) and steps towards using GeoPackage (#396)
- create passthrough transform for cartesian_meters coordinate systems
- pass coordinate system to vertex draw, to flip text as needed
- correct deprecated setuptools key to fix warning
- Fix errors when building maps with lifts / crowdsim
- add speed limit param to generated nav-graph files
- add site_map publishing to building_map_server for cartesian maps
- publish lane speed limits
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rmf_building_map_tools at Robotics Stack Exchange
![]() |
rmf_building_map_tools package from rmf_traffic_editor repormf_building_map_tools rmf_traffic_editor rmf_traffic_editor_assets rmf_traffic_editor_test_maps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.6.3 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/open-rmf/rmf_traffic_editor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2024-11-08 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Morgan Quigley
- Marco A. Gutiérrez
Authors
building_map_tools package
This package provides tools for manipulating and format-converting building maps.
Quality Declaration
This package claims to be in the Quality Level 4 category. See the Quality Declaration for more details.
Changelog for package rmf_building_map_tools
1.6.3 (2024-11-05)
- backport pit crew fixes (#500)
- Contributors: methylDragon, Teo Koon Peng
1.6.2 (2023-08-10)
- Fix gz classic model download (#471)
- Contributors: Aaron Chong
1.6.1 (2023-06-05)
- Switch changelogs to rst format.
- Add texture for a white wall (#463)
- Fix navgraph generation for connected docking waypoints (#452)
- Added 5 retries for model downloading failure (#455)
- Migrate to using gzsim server url for fuel (#454)
- Exiting model downloader with non-zero exit code (#453)
- Contributors: Aaron Chong, Esteban Martinena Guerrero, Luca Della Vedova, Yadu, Yadunund
1.6.0 (2022-10-05)
- Add Fuel tools dependency to rmf_building_map_tools (#444)
- Fix building_map_server crashes when level scale is not defined (#442)
- Fixed usage of download_models (#440)
- remove usage of deprecated np.asscalar() (#438)
- Added a dispensable field for models (#436)
- Only offset camera pose for global coordinate building when a floor is present (#434)
- Move to collections.abc for crowdsim (#432)
- Contributors: Aaron Chong, Luca Della Vedova, Morgan Quigley, Yadunund
1.5.1 (2022-04-20)
- Floor information for floor toggling plugin in Ignition (#424)
- Use the Ignition Gazebo floor visibility plugin when generating worlds.
- navgraph visualizer (#426)
- new verb for building_map_generator that will generate navgraph visualization OBJ files, which can then be dropped into a Gazebo simulation to help understand what's going on.
- update versions of pure python packages
- Contributors: Luca Della Vedova, Morgan Quigley
1.5.0 (2022-03-13)
- Always use ign=True and remove spaces when comparing model names
(#412)
- Always use ign=True and remove spaces when comparing model names
- Pit crew makes model paths available, when checking for missing models, for exporting (#414)
- Reverted the use of remove_spaces as model names with spaces are used for downloading models
- if map_version is present, copy it into GeoJSON (#415)
- Update package.xml (#406)
- Feature: serve BuildingMap message when loading GeoJSON file in
building_map_server (#404)
- Create a BuildingMap message when serving from GeoJSON file
- use RTree to speed up BuildingMap creation from GeoJSON
- use reasonable default scale for Cartesian maps
- add python3-rtree dependency to GitHub workflow
- First steps towards GeoJSON (#403)
- add GeoJSON support to `building_map_server`: to start, just vertices and lanes
- compress GeoJSON output on-the-fly
- add support for GeoJSON to [building_map_converter]{.title-ref}, auto-detecting based on filename suffix
- GeoJSON: include preferred projected CRS and suggested coordinate offset for simulation as top-level keys
- sort GeoJSON keys in building map server for consistency in diffs
- fix crash for non-geolocated/legacy maps
- Cartesian worlds (y=up) and steps towards using GeoPackage (#396)
- create passthrough transform for cartesian_meters coordinate systems
- pass coordinate system to vertex draw, to flip text as needed
- correct deprecated setuptools key to fix warning
- Fix errors when building maps with lifts / crowdsim
- add speed limit param to generated nav-graph files
- add site_map publishing to building_map_server for cartesian maps
- publish lane speed limits
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rmf_building_map_tools at Robotics Stack Exchange
![]() |
rmf_building_map_tools package from rmf_traffic_editor repormf_building_map_tools rmf_traffic_editor rmf_traffic_editor_assets rmf_traffic_editor_test_maps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.6.3 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/open-rmf/rmf_traffic_editor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2024-11-08 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Morgan Quigley
- Marco A. Gutiérrez
Authors
building_map_tools package
This package provides tools for manipulating and format-converting building maps.
Quality Declaration
This package claims to be in the Quality Level 4 category. See the Quality Declaration for more details.
Changelog for package rmf_building_map_tools
1.6.3 (2024-11-05)
- backport pit crew fixes (#500)
- Contributors: methylDragon, Teo Koon Peng
1.6.2 (2023-08-10)
- Fix gz classic model download (#471)
- Contributors: Aaron Chong
1.6.1 (2023-06-05)
- Switch changelogs to rst format.
- Add texture for a white wall (#463)
- Fix navgraph generation for connected docking waypoints (#452)
- Added 5 retries for model downloading failure (#455)
- Migrate to using gzsim server url for fuel (#454)
- Exiting model downloader with non-zero exit code (#453)
- Contributors: Aaron Chong, Esteban Martinena Guerrero, Luca Della Vedova, Yadu, Yadunund
1.6.0 (2022-10-05)
- Add Fuel tools dependency to rmf_building_map_tools (#444)
- Fix building_map_server crashes when level scale is not defined (#442)
- Fixed usage of download_models (#440)
- remove usage of deprecated np.asscalar() (#438)
- Added a dispensable field for models (#436)
- Only offset camera pose for global coordinate building when a floor is present (#434)
- Move to collections.abc for crowdsim (#432)
- Contributors: Aaron Chong, Luca Della Vedova, Morgan Quigley, Yadunund
1.5.1 (2022-04-20)
- Floor information for floor toggling plugin in Ignition (#424)
- Use the Ignition Gazebo floor visibility plugin when generating worlds.
- navgraph visualizer (#426)
- new verb for building_map_generator that will generate navgraph visualization OBJ files, which can then be dropped into a Gazebo simulation to help understand what's going on.
- update versions of pure python packages
- Contributors: Luca Della Vedova, Morgan Quigley
1.5.0 (2022-03-13)
- Always use ign=True and remove spaces when comparing model names
(#412)
- Always use ign=True and remove spaces when comparing model names
- Pit crew makes model paths available, when checking for missing models, for exporting (#414)
- Reverted the use of remove_spaces as model names with spaces are used for downloading models
- if map_version is present, copy it into GeoJSON (#415)
- Update package.xml (#406)
- Feature: serve BuildingMap message when loading GeoJSON file in
building_map_server (#404)
- Create a BuildingMap message when serving from GeoJSON file
- use RTree to speed up BuildingMap creation from GeoJSON
- use reasonable default scale for Cartesian maps
- add python3-rtree dependency to GitHub workflow
- First steps towards GeoJSON (#403)
- add GeoJSON support to `building_map_server`: to start, just vertices and lanes
- compress GeoJSON output on-the-fly
- add support for GeoJSON to [building_map_converter]{.title-ref}, auto-detecting based on filename suffix
- GeoJSON: include preferred projected CRS and suggested coordinate offset for simulation as top-level keys
- sort GeoJSON keys in building map server for consistency in diffs
- fix crash for non-geolocated/legacy maps
- Cartesian worlds (y=up) and steps towards using GeoPackage (#396)
- create passthrough transform for cartesian_meters coordinate systems
- pass coordinate system to vertex draw, to flip text as needed
- correct deprecated setuptools key to fix warning
- Fix errors when building maps with lifts / crowdsim
- add speed limit param to generated nav-graph files
- add site_map publishing to building_map_server for cartesian maps
- publish lane speed limits
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rmf_building_map_tools at Robotics Stack Exchange
![]() |
rmf_building_map_tools package from rmf_traffic_editor repormf_building_map_tools rmf_traffic_editor rmf_traffic_editor_assets rmf_traffic_editor_test_maps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.6.3 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/open-rmf/rmf_traffic_editor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2024-11-08 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Morgan Quigley
- Marco A. Gutiérrez
Authors
building_map_tools package
This package provides tools for manipulating and format-converting building maps.
Quality Declaration
This package claims to be in the Quality Level 4 category. See the Quality Declaration for more details.
Changelog for package rmf_building_map_tools
1.6.3 (2024-11-05)
- backport pit crew fixes (#500)
- Contributors: methylDragon, Teo Koon Peng
1.6.2 (2023-08-10)
- Fix gz classic model download (#471)
- Contributors: Aaron Chong
1.6.1 (2023-06-05)
- Switch changelogs to rst format.
- Add texture for a white wall (#463)
- Fix navgraph generation for connected docking waypoints (#452)
- Added 5 retries for model downloading failure (#455)
- Migrate to using gzsim server url for fuel (#454)
- Exiting model downloader with non-zero exit code (#453)
- Contributors: Aaron Chong, Esteban Martinena Guerrero, Luca Della Vedova, Yadu, Yadunund
1.6.0 (2022-10-05)
- Add Fuel tools dependency to rmf_building_map_tools (#444)
- Fix building_map_server crashes when level scale is not defined (#442)
- Fixed usage of download_models (#440)
- remove usage of deprecated np.asscalar() (#438)
- Added a dispensable field for models (#436)
- Only offset camera pose for global coordinate building when a floor is present (#434)
- Move to collections.abc for crowdsim (#432)
- Contributors: Aaron Chong, Luca Della Vedova, Morgan Quigley, Yadunund
1.5.1 (2022-04-20)
- Floor information for floor toggling plugin in Ignition (#424)
- Use the Ignition Gazebo floor visibility plugin when generating worlds.
- navgraph visualizer (#426)
- new verb for building_map_generator that will generate navgraph visualization OBJ files, which can then be dropped into a Gazebo simulation to help understand what's going on.
- update versions of pure python packages
- Contributors: Luca Della Vedova, Morgan Quigley
1.5.0 (2022-03-13)
- Always use ign=True and remove spaces when comparing model names
(#412)
- Always use ign=True and remove spaces when comparing model names
- Pit crew makes model paths available, when checking for missing models, for exporting (#414)
- Reverted the use of remove_spaces as model names with spaces are used for downloading models
- if map_version is present, copy it into GeoJSON (#415)
- Update package.xml (#406)
- Feature: serve BuildingMap message when loading GeoJSON file in
building_map_server (#404)
- Create a BuildingMap message when serving from GeoJSON file
- use RTree to speed up BuildingMap creation from GeoJSON
- use reasonable default scale for Cartesian maps
- add python3-rtree dependency to GitHub workflow
- First steps towards GeoJSON (#403)
- add GeoJSON support to `building_map_server`: to start, just vertices and lanes
- compress GeoJSON output on-the-fly
- add support for GeoJSON to [building_map_converter]{.title-ref}, auto-detecting based on filename suffix
- GeoJSON: include preferred projected CRS and suggested coordinate offset for simulation as top-level keys
- sort GeoJSON keys in building map server for consistency in diffs
- fix crash for non-geolocated/legacy maps
- Cartesian worlds (y=up) and steps towards using GeoPackage (#396)
- create passthrough transform for cartesian_meters coordinate systems
- pass coordinate system to vertex draw, to flip text as needed
- correct deprecated setuptools key to fix warning
- Fix errors when building maps with lifts / crowdsim
- add speed limit param to generated nav-graph files
- add site_map publishing to building_map_server for cartesian maps
- publish lane speed limits
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rmf_building_map_tools at Robotics Stack Exchange
![]() |
rmf_building_map_tools package from rmf_traffic_editor repormf_building_map_tools rmf_traffic_editor rmf_traffic_editor_assets rmf_traffic_editor_test_maps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.6.3 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/open-rmf/rmf_traffic_editor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2024-11-08 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Morgan Quigley
- Marco A. Gutiérrez
Authors
building_map_tools package
This package provides tools for manipulating and format-converting building maps.
Quality Declaration
This package claims to be in the Quality Level 4 category. See the Quality Declaration for more details.
Changelog for package rmf_building_map_tools
1.6.3 (2024-11-05)
- backport pit crew fixes (#500)
- Contributors: methylDragon, Teo Koon Peng
1.6.2 (2023-08-10)
- Fix gz classic model download (#471)
- Contributors: Aaron Chong
1.6.1 (2023-06-05)
- Switch changelogs to rst format.
- Add texture for a white wall (#463)
- Fix navgraph generation for connected docking waypoints (#452)
- Added 5 retries for model downloading failure (#455)
- Migrate to using gzsim server url for fuel (#454)
- Exiting model downloader with non-zero exit code (#453)
- Contributors: Aaron Chong, Esteban Martinena Guerrero, Luca Della Vedova, Yadu, Yadunund
1.6.0 (2022-10-05)
- Add Fuel tools dependency to rmf_building_map_tools (#444)
- Fix building_map_server crashes when level scale is not defined (#442)
- Fixed usage of download_models (#440)
- remove usage of deprecated np.asscalar() (#438)
- Added a dispensable field for models (#436)
- Only offset camera pose for global coordinate building when a floor is present (#434)
- Move to collections.abc for crowdsim (#432)
- Contributors: Aaron Chong, Luca Della Vedova, Morgan Quigley, Yadunund
1.5.1 (2022-04-20)
- Floor information for floor toggling plugin in Ignition (#424)
- Use the Ignition Gazebo floor visibility plugin when generating worlds.
- navgraph visualizer (#426)
- new verb for building_map_generator that will generate navgraph visualization OBJ files, which can then be dropped into a Gazebo simulation to help understand what's going on.
- update versions of pure python packages
- Contributors: Luca Della Vedova, Morgan Quigley
1.5.0 (2022-03-13)
- Always use ign=True and remove spaces when comparing model names
(#412)
- Always use ign=True and remove spaces when comparing model names
- Pit crew makes model paths available, when checking for missing models, for exporting (#414)
- Reverted the use of remove_spaces as model names with spaces are used for downloading models
- if map_version is present, copy it into GeoJSON (#415)
- Update package.xml (#406)
- Feature: serve BuildingMap message when loading GeoJSON file in
building_map_server (#404)
- Create a BuildingMap message when serving from GeoJSON file
- use RTree to speed up BuildingMap creation from GeoJSON
- use reasonable default scale for Cartesian maps
- add python3-rtree dependency to GitHub workflow
- First steps towards GeoJSON (#403)
- add GeoJSON support to `building_map_server`: to start, just vertices and lanes
- compress GeoJSON output on-the-fly
- add support for GeoJSON to [building_map_converter]{.title-ref}, auto-detecting based on filename suffix
- GeoJSON: include preferred projected CRS and suggested coordinate offset for simulation as top-level keys
- sort GeoJSON keys in building map server for consistency in diffs
- fix crash for non-geolocated/legacy maps
- Cartesian worlds (y=up) and steps towards using GeoPackage (#396)
- create passthrough transform for cartesian_meters coordinate systems
- pass coordinate system to vertex draw, to flip text as needed
- correct deprecated setuptools key to fix warning
- Fix errors when building maps with lifts / crowdsim
- add speed limit param to generated nav-graph files
- add site_map publishing to building_map_server for cartesian maps
- publish lane speed limits
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rmf_building_map_tools at Robotics Stack Exchange
![]() |
rmf_building_map_tools package from rmf_traffic_editor repormf_building_map_tools rmf_traffic_editor rmf_traffic_editor_assets rmf_traffic_editor_test_maps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.6.3 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/open-rmf/rmf_traffic_editor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2024-11-08 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Morgan Quigley
- Marco A. Gutiérrez
Authors
building_map_tools package
This package provides tools for manipulating and format-converting building maps.
Quality Declaration
This package claims to be in the Quality Level 4 category. See the Quality Declaration for more details.
Changelog for package rmf_building_map_tools
1.6.3 (2024-11-05)
- backport pit crew fixes (#500)
- Contributors: methylDragon, Teo Koon Peng
1.6.2 (2023-08-10)
- Fix gz classic model download (#471)
- Contributors: Aaron Chong
1.6.1 (2023-06-05)
- Switch changelogs to rst format.
- Add texture for a white wall (#463)
- Fix navgraph generation for connected docking waypoints (#452)
- Added 5 retries for model downloading failure (#455)
- Migrate to using gzsim server url for fuel (#454)
- Exiting model downloader with non-zero exit code (#453)
- Contributors: Aaron Chong, Esteban Martinena Guerrero, Luca Della Vedova, Yadu, Yadunund
1.6.0 (2022-10-05)
- Add Fuel tools dependency to rmf_building_map_tools (#444)
- Fix building_map_server crashes when level scale is not defined (#442)
- Fixed usage of download_models (#440)
- remove usage of deprecated np.asscalar() (#438)
- Added a dispensable field for models (#436)
- Only offset camera pose for global coordinate building when a floor is present (#434)
- Move to collections.abc for crowdsim (#432)
- Contributors: Aaron Chong, Luca Della Vedova, Morgan Quigley, Yadunund
1.5.1 (2022-04-20)
- Floor information for floor toggling plugin in Ignition (#424)
- Use the Ignition Gazebo floor visibility plugin when generating worlds.
- navgraph visualizer (#426)
- new verb for building_map_generator that will generate navgraph visualization OBJ files, which can then be dropped into a Gazebo simulation to help understand what's going on.
- update versions of pure python packages
- Contributors: Luca Della Vedova, Morgan Quigley
1.5.0 (2022-03-13)
- Always use ign=True and remove spaces when comparing model names
(#412)
- Always use ign=True and remove spaces when comparing model names
- Pit crew makes model paths available, when checking for missing models, for exporting (#414)
- Reverted the use of remove_spaces as model names with spaces are used for downloading models
- if map_version is present, copy it into GeoJSON (#415)
- Update package.xml (#406)
- Feature: serve BuildingMap message when loading GeoJSON file in
building_map_server (#404)
- Create a BuildingMap message when serving from GeoJSON file
- use RTree to speed up BuildingMap creation from GeoJSON
- use reasonable default scale for Cartesian maps
- add python3-rtree dependency to GitHub workflow
- First steps towards GeoJSON (#403)
- add GeoJSON support to `building_map_server`: to start, just vertices and lanes
- compress GeoJSON output on-the-fly
- add support for GeoJSON to [building_map_converter]{.title-ref}, auto-detecting based on filename suffix
- GeoJSON: include preferred projected CRS and suggested coordinate offset for simulation as top-level keys
- sort GeoJSON keys in building map server for consistency in diffs
- fix crash for non-geolocated/legacy maps
- Cartesian worlds (y=up) and steps towards using GeoPackage (#396)
- create passthrough transform for cartesian_meters coordinate systems
- pass coordinate system to vertex draw, to flip text as needed
- correct deprecated setuptools key to fix warning
- Fix errors when building maps with lifts / crowdsim
- add speed limit param to generated nav-graph files
- add site_map publishing to building_map_server for cartesian maps
- publish lane speed limits
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rmf_building_map_tools at Robotics Stack Exchange
![]() |
rmf_building_map_tools package from rmf_traffic_editor repormf_building_map_tools rmf_traffic_editor rmf_traffic_editor_assets rmf_traffic_editor_test_maps |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.6.3 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/open-rmf/rmf_traffic_editor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2024-11-08 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Morgan Quigley
- Marco A. Gutiérrez
Authors
building_map_tools package
This package provides tools for manipulating and format-converting building maps.
Quality Declaration
This package claims to be in the Quality Level 4 category. See the Quality Declaration for more details.
Changelog for package rmf_building_map_tools
1.6.3 (2024-11-05)
- backport pit crew fixes (#500)
- Contributors: methylDragon, Teo Koon Peng
1.6.2 (2023-08-10)
- Fix gz classic model download (#471)
- Contributors: Aaron Chong
1.6.1 (2023-06-05)
- Switch changelogs to rst format.
- Add texture for a white wall (#463)
- Fix navgraph generation for connected docking waypoints (#452)
- Added 5 retries for model downloading failure (#455)
- Migrate to using gzsim server url for fuel (#454)
- Exiting model downloader with non-zero exit code (#453)
- Contributors: Aaron Chong, Esteban Martinena Guerrero, Luca Della Vedova, Yadu, Yadunund
1.6.0 (2022-10-05)
- Add Fuel tools dependency to rmf_building_map_tools (#444)
- Fix building_map_server crashes when level scale is not defined (#442)
- Fixed usage of download_models (#440)
- remove usage of deprecated np.asscalar() (#438)
- Added a dispensable field for models (#436)
- Only offset camera pose for global coordinate building when a floor is present (#434)
- Move to collections.abc for crowdsim (#432)
- Contributors: Aaron Chong, Luca Della Vedova, Morgan Quigley, Yadunund
1.5.1 (2022-04-20)
- Floor information for floor toggling plugin in Ignition (#424)
- Use the Ignition Gazebo floor visibility plugin when generating worlds.
- navgraph visualizer (#426)
- new verb for building_map_generator that will generate navgraph visualization OBJ files, which can then be dropped into a Gazebo simulation to help understand what's going on.
- update versions of pure python packages
- Contributors: Luca Della Vedova, Morgan Quigley
1.5.0 (2022-03-13)
- Always use ign=True and remove spaces when comparing model names
(#412)
- Always use ign=True and remove spaces when comparing model names
- Pit crew makes model paths available, when checking for missing models, for exporting (#414)
- Reverted the use of remove_spaces as model names with spaces are used for downloading models
- if map_version is present, copy it into GeoJSON (#415)
- Update package.xml (#406)
- Feature: serve BuildingMap message when loading GeoJSON file in
building_map_server (#404)
- Create a BuildingMap message when serving from GeoJSON file
- use RTree to speed up BuildingMap creation from GeoJSON
- use reasonable default scale for Cartesian maps
- add python3-rtree dependency to GitHub workflow
- First steps towards GeoJSON (#403)
- add GeoJSON support to `building_map_server`: to start, just vertices and lanes
- compress GeoJSON output on-the-fly
- add support for GeoJSON to [building_map_converter]{.title-ref}, auto-detecting based on filename suffix
- GeoJSON: include preferred projected CRS and suggested coordinate offset for simulation as top-level keys
- sort GeoJSON keys in building map server for consistency in diffs
- fix crash for non-geolocated/legacy maps
- Cartesian worlds (y=up) and steps towards using GeoPackage (#396)
- create passthrough transform for cartesian_meters coordinate systems
- pass coordinate system to vertex draw, to flip text as needed
- correct deprecated setuptools key to fix warning
- Fix errors when building maps with lifts / crowdsim
- add speed limit param to generated nav-graph files
- add site_map publishing to building_map_server for cartesian maps
- publish lane speed limits
File truncated at 100 lines see the full file