Package Summary
Tags | No category tags. |
Version | 2.14.0 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit2.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-27 |
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
- Henning Kayser
- Tyler Weaver
- MoveIt Release Team
Authors
- Ryan Luna
MoveIt ROS Benchmarks
This package provides methods to benchmark motion planning algorithms and aggregate/plot statistics. Results can be viewed in Planner Arena.
For more information and usage example please see moveit tutorials.
Changelog for package moveit_ros_benchmarks
2.14.0 (2025-06-13)
2.13.2 (2025-04-16)
2.13.1 (2025-04-15)
2.13.0 (2025-02-15)
2.12.0 (2024-11-29)
- Enhancement/use hpp for headers (#3113)
- Add use_padding flag + deprecate checkCollisionUnpadded() functions (#3088)
- Contributors: Sebastian Jahr, Tom Noble
2.11.0 (2024-09-16)
2.10.0 (2024-06-13)
-
Migrate ros-planning org to moveit (#2847)
- Rename github.com/ros-planning -> github.com/moveit
- Rename ros-planning.github.io -> moveit.github.io
- Rename ros-planning organization in docker and CI workflow files
- ghcr.io/ros-planning -> ghcr.io/moveit
- github.repository == 'moveit/*''
-
Fix CI for Rolling / Ubuntu Noble (#2793)
- docker.yaml: Enable caching
- [TEMP] moveit2_rolling.repos: add not yet released packages
- Skip broken ci-testing image: osrf/ros2:testing doesn't contain /opt/ros!
* use boost::timer::progress_display if available check for header to stay compatible with ubuntu 20.04. Support boost >= 1.83 Slightly ugly due to the double alias, but boost::timer was a class before 1.72, so using [boost::timer::progress_display]{.title-ref} in the code breaks with older versions.
- cherry-pick of #3547 from MoveIt1
* Tag ci image as ci-testing as well ---------Co-authored-by: Michael Görner <<me@v4hn.de>> Co-authored-by: Sebastian Jahr <<sebastian.jahr@picknik.ai>> Co-authored-by: Henning Kayser <<henningkayser@picknik.ai>>
-
Update deprecated include of boost/progress.hpp to boost/timer/progress_display.hpp (#2811)
-
Unify log names (#2720) Co-authored-by: Abishalini Sivaraman <<abi.gpuram@gmail.com>>
-
CMake format and lint in pre-commit (#2683)
-
Contributors: Robert Haschke, Sebastian Jahr, Stephanie Eng, Tyler Weaver
2.9.0 (2024-01-09)
- [Planning Pipeline Refactoring]
#2 Enable
chaining planners
(#2457)
- Enable chaining multiple planners
- Node logging in moveit_core (#2503)
- Use node logging in moveit_ros (#2482)
- Add new clang-tidy style rules (#2177)
- Use generate parameters library in PlanningPipelineClass + general
cleanups
(#2288)
- Don't discard stuff
- Move constants into source file
- Move static consts into header
- Don't ignore pipeline result
- Use generate parameter library for planning pipeline parameters
- Fix CI
- More CI fixes
- Remove more state from planning pipeline
- Small cleanups
- Assert planner_instance_ is not a nullptr
- Remove valid variable
- Simplify logic for trajectory printing
- More helpful comments
- Small logic simplification by using break
- Fix clang-tidy
- Pre-commit + Deprecate functions instead of removing them
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
moveit_core | |
ament_cmake | |
moveit_configs_utils | |
launch_param_builder | |
moveit_common | |
moveit_ros_planning | |
moveit_ros_warehouse | |
rclcpp | |
tf2_eigen | |
pluginlib |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
moveit_ros |
Launch files
Messages
Services
Plugins
Recent questions tagged moveit_ros_benchmarks at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 2.14.0 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit2.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-27 |
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
- Henning Kayser
- Tyler Weaver
- MoveIt Release Team
Authors
- Ryan Luna
MoveIt ROS Benchmarks
This package provides methods to benchmark motion planning algorithms and aggregate/plot statistics. Results can be viewed in Planner Arena.
For more information and usage example please see moveit tutorials.
Changelog for package moveit_ros_benchmarks
2.14.0 (2025-06-13)
2.13.2 (2025-04-16)
2.13.1 (2025-04-15)
2.13.0 (2025-02-15)
2.12.0 (2024-11-29)
- Enhancement/use hpp for headers (#3113)
- Add use_padding flag + deprecate checkCollisionUnpadded() functions (#3088)
- Contributors: Sebastian Jahr, Tom Noble
2.11.0 (2024-09-16)
2.10.0 (2024-06-13)
-
Migrate ros-planning org to moveit (#2847)
- Rename github.com/ros-planning -> github.com/moveit
- Rename ros-planning.github.io -> moveit.github.io
- Rename ros-planning organization in docker and CI workflow files
- ghcr.io/ros-planning -> ghcr.io/moveit
- github.repository == 'moveit/*''
-
Fix CI for Rolling / Ubuntu Noble (#2793)
- docker.yaml: Enable caching
- [TEMP] moveit2_rolling.repos: add not yet released packages
- Skip broken ci-testing image: osrf/ros2:testing doesn't contain /opt/ros!
* use boost::timer::progress_display if available check for header to stay compatible with ubuntu 20.04. Support boost >= 1.83 Slightly ugly due to the double alias, but boost::timer was a class before 1.72, so using [boost::timer::progress_display]{.title-ref} in the code breaks with older versions.
- cherry-pick of #3547 from MoveIt1
* Tag ci image as ci-testing as well ---------Co-authored-by: Michael Görner <<me@v4hn.de>> Co-authored-by: Sebastian Jahr <<sebastian.jahr@picknik.ai>> Co-authored-by: Henning Kayser <<henningkayser@picknik.ai>>
-
Update deprecated include of boost/progress.hpp to boost/timer/progress_display.hpp (#2811)
-
Unify log names (#2720) Co-authored-by: Abishalini Sivaraman <<abi.gpuram@gmail.com>>
-
CMake format and lint in pre-commit (#2683)
-
Contributors: Robert Haschke, Sebastian Jahr, Stephanie Eng, Tyler Weaver
2.9.0 (2024-01-09)
- [Planning Pipeline Refactoring]
#2 Enable
chaining planners
(#2457)
- Enable chaining multiple planners
- Node logging in moveit_core (#2503)
- Use node logging in moveit_ros (#2482)
- Add new clang-tidy style rules (#2177)
- Use generate parameters library in PlanningPipelineClass + general
cleanups
(#2288)
- Don't discard stuff
- Move constants into source file
- Move static consts into header
- Don't ignore pipeline result
- Use generate parameter library for planning pipeline parameters
- Fix CI
- More CI fixes
- Remove more state from planning pipeline
- Small cleanups
- Assert planner_instance_ is not a nullptr
- Remove valid variable
- Simplify logic for trajectory printing
- More helpful comments
- Small logic simplification by using break
- Fix clang-tidy
- Pre-commit + Deprecate functions instead of removing them
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
moveit_core | |
ament_cmake | |
moveit_configs_utils | |
launch_param_builder | |
moveit_common | |
moveit_ros_planning | |
moveit_ros_warehouse | |
rclcpp | |
tf2_eigen | |
pluginlib |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
moveit_ros |
Launch files
Messages
Services
Plugins
Recent questions tagged moveit_ros_benchmarks at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 2.14.0 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit2.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-27 |
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
- Henning Kayser
- Tyler Weaver
- MoveIt Release Team
Authors
- Ryan Luna
MoveIt ROS Benchmarks
This package provides methods to benchmark motion planning algorithms and aggregate/plot statistics. Results can be viewed in Planner Arena.
For more information and usage example please see moveit tutorials.
Changelog for package moveit_ros_benchmarks
2.14.0 (2025-06-13)
2.13.2 (2025-04-16)
2.13.1 (2025-04-15)
2.13.0 (2025-02-15)
2.12.0 (2024-11-29)
- Enhancement/use hpp for headers (#3113)
- Add use_padding flag + deprecate checkCollisionUnpadded() functions (#3088)
- Contributors: Sebastian Jahr, Tom Noble
2.11.0 (2024-09-16)
2.10.0 (2024-06-13)
-
Migrate ros-planning org to moveit (#2847)
- Rename github.com/ros-planning -> github.com/moveit
- Rename ros-planning.github.io -> moveit.github.io
- Rename ros-planning organization in docker and CI workflow files
- ghcr.io/ros-planning -> ghcr.io/moveit
- github.repository == 'moveit/*''
-
Fix CI for Rolling / Ubuntu Noble (#2793)
- docker.yaml: Enable caching
- [TEMP] moveit2_rolling.repos: add not yet released packages
- Skip broken ci-testing image: osrf/ros2:testing doesn't contain /opt/ros!
* use boost::timer::progress_display if available check for header to stay compatible with ubuntu 20.04. Support boost >= 1.83 Slightly ugly due to the double alias, but boost::timer was a class before 1.72, so using [boost::timer::progress_display]{.title-ref} in the code breaks with older versions.
- cherry-pick of #3547 from MoveIt1
* Tag ci image as ci-testing as well ---------Co-authored-by: Michael Görner <<me@v4hn.de>> Co-authored-by: Sebastian Jahr <<sebastian.jahr@picknik.ai>> Co-authored-by: Henning Kayser <<henningkayser@picknik.ai>>
-
Update deprecated include of boost/progress.hpp to boost/timer/progress_display.hpp (#2811)
-
Unify log names (#2720) Co-authored-by: Abishalini Sivaraman <<abi.gpuram@gmail.com>>
-
CMake format and lint in pre-commit (#2683)
-
Contributors: Robert Haschke, Sebastian Jahr, Stephanie Eng, Tyler Weaver
2.9.0 (2024-01-09)
- [Planning Pipeline Refactoring]
#2 Enable
chaining planners
(#2457)
- Enable chaining multiple planners
- Node logging in moveit_core (#2503)
- Use node logging in moveit_ros (#2482)
- Add new clang-tidy style rules (#2177)
- Use generate parameters library in PlanningPipelineClass + general
cleanups
(#2288)
- Don't discard stuff
- Move constants into source file
- Move static consts into header
- Don't ignore pipeline result
- Use generate parameter library for planning pipeline parameters
- Fix CI
- More CI fixes
- Remove more state from planning pipeline
- Small cleanups
- Assert planner_instance_ is not a nullptr
- Remove valid variable
- Simplify logic for trajectory printing
- More helpful comments
- Small logic simplification by using break
- Fix clang-tidy
- Pre-commit + Deprecate functions instead of removing them
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
moveit_core | |
ament_cmake | |
moveit_configs_utils | |
launch_param_builder | |
moveit_common | |
moveit_ros_planning | |
moveit_ros_warehouse | |
rclcpp | |
tf2_eigen | |
pluginlib |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
moveit_ros |
Launch files
Messages
Services
Plugins
Recent questions tagged moveit_ros_benchmarks at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 2.14.0 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit2.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-27 |
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
- Henning Kayser
- Tyler Weaver
- MoveIt Release Team
Authors
- Ryan Luna
MoveIt ROS Benchmarks
This package provides methods to benchmark motion planning algorithms and aggregate/plot statistics. Results can be viewed in Planner Arena.
For more information and usage example please see moveit tutorials.
Changelog for package moveit_ros_benchmarks
2.14.0 (2025-06-13)
2.13.2 (2025-04-16)
2.13.1 (2025-04-15)
2.13.0 (2025-02-15)
2.12.0 (2024-11-29)
- Enhancement/use hpp for headers (#3113)
- Add use_padding flag + deprecate checkCollisionUnpadded() functions (#3088)
- Contributors: Sebastian Jahr, Tom Noble
2.11.0 (2024-09-16)
2.10.0 (2024-06-13)
-
Migrate ros-planning org to moveit (#2847)
- Rename github.com/ros-planning -> github.com/moveit
- Rename ros-planning.github.io -> moveit.github.io
- Rename ros-planning organization in docker and CI workflow files
- ghcr.io/ros-planning -> ghcr.io/moveit
- github.repository == 'moveit/*''
-
Fix CI for Rolling / Ubuntu Noble (#2793)
- docker.yaml: Enable caching
- [TEMP] moveit2_rolling.repos: add not yet released packages
- Skip broken ci-testing image: osrf/ros2:testing doesn't contain /opt/ros!
* use boost::timer::progress_display if available check for header to stay compatible with ubuntu 20.04. Support boost >= 1.83 Slightly ugly due to the double alias, but boost::timer was a class before 1.72, so using [boost::timer::progress_display]{.title-ref} in the code breaks with older versions.
- cherry-pick of #3547 from MoveIt1
* Tag ci image as ci-testing as well ---------Co-authored-by: Michael Görner <<me@v4hn.de>> Co-authored-by: Sebastian Jahr <<sebastian.jahr@picknik.ai>> Co-authored-by: Henning Kayser <<henningkayser@picknik.ai>>
-
Update deprecated include of boost/progress.hpp to boost/timer/progress_display.hpp (#2811)
-
Unify log names (#2720) Co-authored-by: Abishalini Sivaraman <<abi.gpuram@gmail.com>>
-
CMake format and lint in pre-commit (#2683)
-
Contributors: Robert Haschke, Sebastian Jahr, Stephanie Eng, Tyler Weaver
2.9.0 (2024-01-09)
- [Planning Pipeline Refactoring]
#2 Enable
chaining planners
(#2457)
- Enable chaining multiple planners
- Node logging in moveit_core (#2503)
- Use node logging in moveit_ros (#2482)
- Add new clang-tidy style rules (#2177)
- Use generate parameters library in PlanningPipelineClass + general
cleanups
(#2288)
- Don't discard stuff
- Move constants into source file
- Move static consts into header
- Don't ignore pipeline result
- Use generate parameter library for planning pipeline parameters
- Fix CI
- More CI fixes
- Remove more state from planning pipeline
- Small cleanups
- Assert planner_instance_ is not a nullptr
- Remove valid variable
- Simplify logic for trajectory printing
- More helpful comments
- Small logic simplification by using break
- Fix clang-tidy
- Pre-commit + Deprecate functions instead of removing them
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
moveit_core | |
ament_cmake | |
moveit_configs_utils | |
launch_param_builder | |
moveit_common | |
moveit_ros_planning | |
moveit_ros_warehouse | |
rclcpp | |
tf2_eigen | |
pluginlib |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
moveit_ros |
Launch files
Messages
Services
Plugins
Recent questions tagged moveit_ros_benchmarks at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 2.14.0 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit2.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-27 |
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
- Henning Kayser
- Tyler Weaver
- MoveIt Release Team
Authors
- Ryan Luna
MoveIt ROS Benchmarks
This package provides methods to benchmark motion planning algorithms and aggregate/plot statistics. Results can be viewed in Planner Arena.
For more information and usage example please see moveit tutorials.
Changelog for package moveit_ros_benchmarks
2.14.0 (2025-06-13)
2.13.2 (2025-04-16)
2.13.1 (2025-04-15)
2.13.0 (2025-02-15)
2.12.0 (2024-11-29)
- Enhancement/use hpp for headers (#3113)
- Add use_padding flag + deprecate checkCollisionUnpadded() functions (#3088)
- Contributors: Sebastian Jahr, Tom Noble
2.11.0 (2024-09-16)
2.10.0 (2024-06-13)
-
Migrate ros-planning org to moveit (#2847)
- Rename github.com/ros-planning -> github.com/moveit
- Rename ros-planning.github.io -> moveit.github.io
- Rename ros-planning organization in docker and CI workflow files
- ghcr.io/ros-planning -> ghcr.io/moveit
- github.repository == 'moveit/*''
-
Fix CI for Rolling / Ubuntu Noble (#2793)
- docker.yaml: Enable caching
- [TEMP] moveit2_rolling.repos: add not yet released packages
- Skip broken ci-testing image: osrf/ros2:testing doesn't contain /opt/ros!
* use boost::timer::progress_display if available check for header to stay compatible with ubuntu 20.04. Support boost >= 1.83 Slightly ugly due to the double alias, but boost::timer was a class before 1.72, so using [boost::timer::progress_display]{.title-ref} in the code breaks with older versions.
- cherry-pick of #3547 from MoveIt1
* Tag ci image as ci-testing as well ---------Co-authored-by: Michael Görner <<me@v4hn.de>> Co-authored-by: Sebastian Jahr <<sebastian.jahr@picknik.ai>> Co-authored-by: Henning Kayser <<henningkayser@picknik.ai>>
-
Update deprecated include of boost/progress.hpp to boost/timer/progress_display.hpp (#2811)
-
Unify log names (#2720) Co-authored-by: Abishalini Sivaraman <<abi.gpuram@gmail.com>>
-
CMake format and lint in pre-commit (#2683)
-
Contributors: Robert Haschke, Sebastian Jahr, Stephanie Eng, Tyler Weaver
2.9.0 (2024-01-09)
- [Planning Pipeline Refactoring]
#2 Enable
chaining planners
(#2457)
- Enable chaining multiple planners
- Node logging in moveit_core (#2503)
- Use node logging in moveit_ros (#2482)
- Add new clang-tidy style rules (#2177)
- Use generate parameters library in PlanningPipelineClass + general
cleanups
(#2288)
- Don't discard stuff
- Move constants into source file
- Move static consts into header
- Don't ignore pipeline result
- Use generate parameter library for planning pipeline parameters
- Fix CI
- More CI fixes
- Remove more state from planning pipeline
- Small cleanups
- Assert planner_instance_ is not a nullptr
- Remove valid variable
- Simplify logic for trajectory printing
- More helpful comments
- Small logic simplification by using break
- Fix clang-tidy
- Pre-commit + Deprecate functions instead of removing them
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
moveit_core | |
ament_cmake | |
moveit_configs_utils | |
launch_param_builder | |
moveit_common | |
moveit_ros_planning | |
moveit_ros_warehouse | |
rclcpp | |
tf2_eigen | |
pluginlib |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
moveit_ros |
Launch files
Messages
Services
Plugins
Recent questions tagged moveit_ros_benchmarks at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 2.14.0 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit2.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-27 |
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
- Henning Kayser
- Tyler Weaver
- MoveIt Release Team
Authors
- Ryan Luna
MoveIt ROS Benchmarks
This package provides methods to benchmark motion planning algorithms and aggregate/plot statistics. Results can be viewed in Planner Arena.
For more information and usage example please see moveit tutorials.
Changelog for package moveit_ros_benchmarks
2.14.0 (2025-06-13)
2.13.2 (2025-04-16)
2.13.1 (2025-04-15)
2.13.0 (2025-02-15)
2.12.0 (2024-11-29)
- Enhancement/use hpp for headers (#3113)
- Add use_padding flag + deprecate checkCollisionUnpadded() functions (#3088)
- Contributors: Sebastian Jahr, Tom Noble
2.11.0 (2024-09-16)
2.10.0 (2024-06-13)
-
Migrate ros-planning org to moveit (#2847)
- Rename github.com/ros-planning -> github.com/moveit
- Rename ros-planning.github.io -> moveit.github.io
- Rename ros-planning organization in docker and CI workflow files
- ghcr.io/ros-planning -> ghcr.io/moveit
- github.repository == 'moveit/*''
-
Fix CI for Rolling / Ubuntu Noble (#2793)
- docker.yaml: Enable caching
- [TEMP] moveit2_rolling.repos: add not yet released packages
- Skip broken ci-testing image: osrf/ros2:testing doesn't contain /opt/ros!
* use boost::timer::progress_display if available check for header to stay compatible with ubuntu 20.04. Support boost >= 1.83 Slightly ugly due to the double alias, but boost::timer was a class before 1.72, so using [boost::timer::progress_display]{.title-ref} in the code breaks with older versions.
- cherry-pick of #3547 from MoveIt1
* Tag ci image as ci-testing as well ---------Co-authored-by: Michael Görner <<me@v4hn.de>> Co-authored-by: Sebastian Jahr <<sebastian.jahr@picknik.ai>> Co-authored-by: Henning Kayser <<henningkayser@picknik.ai>>
-
Update deprecated include of boost/progress.hpp to boost/timer/progress_display.hpp (#2811)
-
Unify log names (#2720) Co-authored-by: Abishalini Sivaraman <<abi.gpuram@gmail.com>>
-
CMake format and lint in pre-commit (#2683)
-
Contributors: Robert Haschke, Sebastian Jahr, Stephanie Eng, Tyler Weaver
2.9.0 (2024-01-09)
- [Planning Pipeline Refactoring]
#2 Enable
chaining planners
(#2457)
- Enable chaining multiple planners
- Node logging in moveit_core (#2503)
- Use node logging in moveit_ros (#2482)
- Add new clang-tidy style rules (#2177)
- Use generate parameters library in PlanningPipelineClass + general
cleanups
(#2288)
- Don't discard stuff
- Move constants into source file
- Move static consts into header
- Don't ignore pipeline result
- Use generate parameter library for planning pipeline parameters
- Fix CI
- More CI fixes
- Remove more state from planning pipeline
- Small cleanups
- Assert planner_instance_ is not a nullptr
- Remove valid variable
- Simplify logic for trajectory printing
- More helpful comments
- Small logic simplification by using break
- Fix clang-tidy
- Pre-commit + Deprecate functions instead of removing them
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
moveit_core | |
ament_cmake | |
moveit_configs_utils | |
launch_param_builder | |
moveit_common | |
moveit_ros_planning | |
moveit_ros_warehouse | |
rclcpp | |
tf2_eigen | |
pluginlib |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
moveit_ros |
Launch files
Messages
Services
Plugins
Recent questions tagged moveit_ros_benchmarks at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 2.14.0 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit2.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-27 |
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
- Henning Kayser
- Tyler Weaver
- MoveIt Release Team
Authors
- Ryan Luna
MoveIt ROS Benchmarks
This package provides methods to benchmark motion planning algorithms and aggregate/plot statistics. Results can be viewed in Planner Arena.
For more information and usage example please see moveit tutorials.
Changelog for package moveit_ros_benchmarks
2.14.0 (2025-06-13)
2.13.2 (2025-04-16)
2.13.1 (2025-04-15)
2.13.0 (2025-02-15)
2.12.0 (2024-11-29)
- Enhancement/use hpp for headers (#3113)
- Add use_padding flag + deprecate checkCollisionUnpadded() functions (#3088)
- Contributors: Sebastian Jahr, Tom Noble
2.11.0 (2024-09-16)
2.10.0 (2024-06-13)
-
Migrate ros-planning org to moveit (#2847)
- Rename github.com/ros-planning -> github.com/moveit
- Rename ros-planning.github.io -> moveit.github.io
- Rename ros-planning organization in docker and CI workflow files
- ghcr.io/ros-planning -> ghcr.io/moveit
- github.repository == 'moveit/*''
-
Fix CI for Rolling / Ubuntu Noble (#2793)
- docker.yaml: Enable caching
- [TEMP] moveit2_rolling.repos: add not yet released packages
- Skip broken ci-testing image: osrf/ros2:testing doesn't contain /opt/ros!
* use boost::timer::progress_display if available check for header to stay compatible with ubuntu 20.04. Support boost >= 1.83 Slightly ugly due to the double alias, but boost::timer was a class before 1.72, so using [boost::timer::progress_display]{.title-ref} in the code breaks with older versions.
- cherry-pick of #3547 from MoveIt1
* Tag ci image as ci-testing as well ---------Co-authored-by: Michael Görner <<me@v4hn.de>> Co-authored-by: Sebastian Jahr <<sebastian.jahr@picknik.ai>> Co-authored-by: Henning Kayser <<henningkayser@picknik.ai>>
-
Update deprecated include of boost/progress.hpp to boost/timer/progress_display.hpp (#2811)
-
Unify log names (#2720) Co-authored-by: Abishalini Sivaraman <<abi.gpuram@gmail.com>>
-
CMake format and lint in pre-commit (#2683)
-
Contributors: Robert Haschke, Sebastian Jahr, Stephanie Eng, Tyler Weaver
2.9.0 (2024-01-09)
- [Planning Pipeline Refactoring]
#2 Enable
chaining planners
(#2457)
- Enable chaining multiple planners
- Node logging in moveit_core (#2503)
- Use node logging in moveit_ros (#2482)
- Add new clang-tidy style rules (#2177)
- Use generate parameters library in PlanningPipelineClass + general
cleanups
(#2288)
- Don't discard stuff
- Move constants into source file
- Move static consts into header
- Don't ignore pipeline result
- Use generate parameter library for planning pipeline parameters
- Fix CI
- More CI fixes
- Remove more state from planning pipeline
- Small cleanups
- Assert planner_instance_ is not a nullptr
- Remove valid variable
- Simplify logic for trajectory printing
- More helpful comments
- Small logic simplification by using break
- Fix clang-tidy
- Pre-commit + Deprecate functions instead of removing them
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
moveit_core | |
ament_cmake | |
moveit_configs_utils | |
launch_param_builder | |
moveit_common | |
moveit_ros_planning | |
moveit_ros_warehouse | |
rclcpp | |
tf2_eigen | |
pluginlib |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
moveit_ros |
Launch files
Messages
Services
Plugins
Recent questions tagged moveit_ros_benchmarks at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 2.14.0 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit2.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-27 |
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
- Henning Kayser
- Tyler Weaver
- MoveIt Release Team
Authors
- Ryan Luna
MoveIt ROS Benchmarks
This package provides methods to benchmark motion planning algorithms and aggregate/plot statistics. Results can be viewed in Planner Arena.
For more information and usage example please see moveit tutorials.
Changelog for package moveit_ros_benchmarks
2.14.0 (2025-06-13)
2.13.2 (2025-04-16)
2.13.1 (2025-04-15)
2.13.0 (2025-02-15)
2.12.0 (2024-11-29)
- Enhancement/use hpp for headers (#3113)
- Add use_padding flag + deprecate checkCollisionUnpadded() functions (#3088)
- Contributors: Sebastian Jahr, Tom Noble
2.11.0 (2024-09-16)
2.10.0 (2024-06-13)
-
Migrate ros-planning org to moveit (#2847)
- Rename github.com/ros-planning -> github.com/moveit
- Rename ros-planning.github.io -> moveit.github.io
- Rename ros-planning organization in docker and CI workflow files
- ghcr.io/ros-planning -> ghcr.io/moveit
- github.repository == 'moveit/*''
-
Fix CI for Rolling / Ubuntu Noble (#2793)
- docker.yaml: Enable caching
- [TEMP] moveit2_rolling.repos: add not yet released packages
- Skip broken ci-testing image: osrf/ros2:testing doesn't contain /opt/ros!
* use boost::timer::progress_display if available check for header to stay compatible with ubuntu 20.04. Support boost >= 1.83 Slightly ugly due to the double alias, but boost::timer was a class before 1.72, so using [boost::timer::progress_display]{.title-ref} in the code breaks with older versions.
- cherry-pick of #3547 from MoveIt1
* Tag ci image as ci-testing as well ---------Co-authored-by: Michael Görner <<me@v4hn.de>> Co-authored-by: Sebastian Jahr <<sebastian.jahr@picknik.ai>> Co-authored-by: Henning Kayser <<henningkayser@picknik.ai>>
-
Update deprecated include of boost/progress.hpp to boost/timer/progress_display.hpp (#2811)
-
Unify log names (#2720) Co-authored-by: Abishalini Sivaraman <<abi.gpuram@gmail.com>>
-
CMake format and lint in pre-commit (#2683)
-
Contributors: Robert Haschke, Sebastian Jahr, Stephanie Eng, Tyler Weaver
2.9.0 (2024-01-09)
- [Planning Pipeline Refactoring]
#2 Enable
chaining planners
(#2457)
- Enable chaining multiple planners
- Node logging in moveit_core (#2503)
- Use node logging in moveit_ros (#2482)
- Add new clang-tidy style rules (#2177)
- Use generate parameters library in PlanningPipelineClass + general
cleanups
(#2288)
- Don't discard stuff
- Move constants into source file
- Move static consts into header
- Don't ignore pipeline result
- Use generate parameter library for planning pipeline parameters
- Fix CI
- More CI fixes
- Remove more state from planning pipeline
- Small cleanups
- Assert planner_instance_ is not a nullptr
- Remove valid variable
- Simplify logic for trajectory printing
- More helpful comments
- Small logic simplification by using break
- Fix clang-tidy
- Pre-commit + Deprecate functions instead of removing them
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
moveit_core | |
ament_cmake | |
moveit_configs_utils | |
launch_param_builder | |
moveit_common | |
moveit_ros_planning | |
moveit_ros_warehouse | |
rclcpp | |
tf2_eigen | |
pluginlib |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
moveit_ros |
Launch files
Messages
Services
Plugins
Recent questions tagged moveit_ros_benchmarks at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 2.14.0 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit2.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-27 |
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
- Henning Kayser
- Tyler Weaver
- MoveIt Release Team
Authors
- Ryan Luna
MoveIt ROS Benchmarks
This package provides methods to benchmark motion planning algorithms and aggregate/plot statistics. Results can be viewed in Planner Arena.
For more information and usage example please see moveit tutorials.
Changelog for package moveit_ros_benchmarks
2.14.0 (2025-06-13)
2.13.2 (2025-04-16)
2.13.1 (2025-04-15)
2.13.0 (2025-02-15)
2.12.0 (2024-11-29)
- Enhancement/use hpp for headers (#3113)
- Add use_padding flag + deprecate checkCollisionUnpadded() functions (#3088)
- Contributors: Sebastian Jahr, Tom Noble
2.11.0 (2024-09-16)
2.10.0 (2024-06-13)
-
Migrate ros-planning org to moveit (#2847)
- Rename github.com/ros-planning -> github.com/moveit
- Rename ros-planning.github.io -> moveit.github.io
- Rename ros-planning organization in docker and CI workflow files
- ghcr.io/ros-planning -> ghcr.io/moveit
- github.repository == 'moveit/*''
-
Fix CI for Rolling / Ubuntu Noble (#2793)
- docker.yaml: Enable caching
- [TEMP] moveit2_rolling.repos: add not yet released packages
- Skip broken ci-testing image: osrf/ros2:testing doesn't contain /opt/ros!
* use boost::timer::progress_display if available check for header to stay compatible with ubuntu 20.04. Support boost >= 1.83 Slightly ugly due to the double alias, but boost::timer was a class before 1.72, so using [boost::timer::progress_display]{.title-ref} in the code breaks with older versions.
- cherry-pick of #3547 from MoveIt1
* Tag ci image as ci-testing as well ---------Co-authored-by: Michael Görner <<me@v4hn.de>> Co-authored-by: Sebastian Jahr <<sebastian.jahr@picknik.ai>> Co-authored-by: Henning Kayser <<henningkayser@picknik.ai>>
-
Update deprecated include of boost/progress.hpp to boost/timer/progress_display.hpp (#2811)
-
Unify log names (#2720) Co-authored-by: Abishalini Sivaraman <<abi.gpuram@gmail.com>>
-
CMake format and lint in pre-commit (#2683)
-
Contributors: Robert Haschke, Sebastian Jahr, Stephanie Eng, Tyler Weaver
2.9.0 (2024-01-09)
- [Planning Pipeline Refactoring]
#2 Enable
chaining planners
(#2457)
- Enable chaining multiple planners
- Node logging in moveit_core (#2503)
- Use node logging in moveit_ros (#2482)
- Add new clang-tidy style rules (#2177)
- Use generate parameters library in PlanningPipelineClass + general
cleanups
(#2288)
- Don't discard stuff
- Move constants into source file
- Move static consts into header
- Don't ignore pipeline result
- Use generate parameter library for planning pipeline parameters
- Fix CI
- More CI fixes
- Remove more state from planning pipeline
- Small cleanups
- Assert planner_instance_ is not a nullptr
- Remove valid variable
- Simplify logic for trajectory printing
- More helpful comments
- Small logic simplification by using break
- Fix clang-tidy
- Pre-commit + Deprecate functions instead of removing them
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
moveit_core | |
ament_cmake | |
moveit_configs_utils | |
launch_param_builder | |
moveit_common | |
moveit_ros_planning | |
moveit_ros_warehouse | |
rclcpp | |
tf2_eigen | |
pluginlib |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
moveit_ros |
Launch files
Messages
Services
Plugins
Recent questions tagged moveit_ros_benchmarks at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 2.14.0 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit2.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-27 |
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
- Henning Kayser
- Tyler Weaver
- MoveIt Release Team
Authors
- Ryan Luna
MoveIt ROS Benchmarks
This package provides methods to benchmark motion planning algorithms and aggregate/plot statistics. Results can be viewed in Planner Arena.
For more information and usage example please see moveit tutorials.
Changelog for package moveit_ros_benchmarks
2.14.0 (2025-06-13)
2.13.2 (2025-04-16)
2.13.1 (2025-04-15)
2.13.0 (2025-02-15)
2.12.0 (2024-11-29)
- Enhancement/use hpp for headers (#3113)
- Add use_padding flag + deprecate checkCollisionUnpadded() functions (#3088)
- Contributors: Sebastian Jahr, Tom Noble
2.11.0 (2024-09-16)
2.10.0 (2024-06-13)
-
Migrate ros-planning org to moveit (#2847)
- Rename github.com/ros-planning -> github.com/moveit
- Rename ros-planning.github.io -> moveit.github.io
- Rename ros-planning organization in docker and CI workflow files
- ghcr.io/ros-planning -> ghcr.io/moveit
- github.repository == 'moveit/*''
-
Fix CI for Rolling / Ubuntu Noble (#2793)
- docker.yaml: Enable caching
- [TEMP] moveit2_rolling.repos: add not yet released packages
- Skip broken ci-testing image: osrf/ros2:testing doesn't contain /opt/ros!
* use boost::timer::progress_display if available check for header to stay compatible with ubuntu 20.04. Support boost >= 1.83 Slightly ugly due to the double alias, but boost::timer was a class before 1.72, so using [boost::timer::progress_display]{.title-ref} in the code breaks with older versions.
- cherry-pick of #3547 from MoveIt1
* Tag ci image as ci-testing as well ---------Co-authored-by: Michael Görner <<me@v4hn.de>> Co-authored-by: Sebastian Jahr <<sebastian.jahr@picknik.ai>> Co-authored-by: Henning Kayser <<henningkayser@picknik.ai>>
-
Update deprecated include of boost/progress.hpp to boost/timer/progress_display.hpp (#2811)
-
Unify log names (#2720) Co-authored-by: Abishalini Sivaraman <<abi.gpuram@gmail.com>>
-
CMake format and lint in pre-commit (#2683)
-
Contributors: Robert Haschke, Sebastian Jahr, Stephanie Eng, Tyler Weaver
2.9.0 (2024-01-09)
- [Planning Pipeline Refactoring]
#2 Enable
chaining planners
(#2457)
- Enable chaining multiple planners
- Node logging in moveit_core (#2503)
- Use node logging in moveit_ros (#2482)
- Add new clang-tidy style rules (#2177)
- Use generate parameters library in PlanningPipelineClass + general
cleanups
(#2288)
- Don't discard stuff
- Move constants into source file
- Move static consts into header
- Don't ignore pipeline result
- Use generate parameter library for planning pipeline parameters
- Fix CI
- More CI fixes
- Remove more state from planning pipeline
- Small cleanups
- Assert planner_instance_ is not a nullptr
- Remove valid variable
- Simplify logic for trajectory printing
- More helpful comments
- Small logic simplification by using break
- Fix clang-tidy
- Pre-commit + Deprecate functions instead of removing them
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
moveit_core | |
ament_cmake | |
moveit_configs_utils | |
launch_param_builder | |
moveit_common | |
moveit_ros_planning | |
moveit_ros_warehouse | |
rclcpp | |
tf2_eigen | |
pluginlib |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
moveit_ros |
Launch files
Messages
Services
Plugins
Recent questions tagged moveit_ros_benchmarks at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 2.14.0 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit2.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-27 |
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
- Henning Kayser
- Tyler Weaver
- MoveIt Release Team
Authors
- Ryan Luna
MoveIt ROS Benchmarks
This package provides methods to benchmark motion planning algorithms and aggregate/plot statistics. Results can be viewed in Planner Arena.
For more information and usage example please see moveit tutorials.
Changelog for package moveit_ros_benchmarks
2.14.0 (2025-06-13)
2.13.2 (2025-04-16)
2.13.1 (2025-04-15)
2.13.0 (2025-02-15)
2.12.0 (2024-11-29)
- Enhancement/use hpp for headers (#3113)
- Add use_padding flag + deprecate checkCollisionUnpadded() functions (#3088)
- Contributors: Sebastian Jahr, Tom Noble
2.11.0 (2024-09-16)
2.10.0 (2024-06-13)
-
Migrate ros-planning org to moveit (#2847)
- Rename github.com/ros-planning -> github.com/moveit
- Rename ros-planning.github.io -> moveit.github.io
- Rename ros-planning organization in docker and CI workflow files
- ghcr.io/ros-planning -> ghcr.io/moveit
- github.repository == 'moveit/*''
-
Fix CI for Rolling / Ubuntu Noble (#2793)
- docker.yaml: Enable caching
- [TEMP] moveit2_rolling.repos: add not yet released packages
- Skip broken ci-testing image: osrf/ros2:testing doesn't contain /opt/ros!
* use boost::timer::progress_display if available check for header to stay compatible with ubuntu 20.04. Support boost >= 1.83 Slightly ugly due to the double alias, but boost::timer was a class before 1.72, so using [boost::timer::progress_display]{.title-ref} in the code breaks with older versions.
- cherry-pick of #3547 from MoveIt1
* Tag ci image as ci-testing as well ---------Co-authored-by: Michael Görner <<me@v4hn.de>> Co-authored-by: Sebastian Jahr <<sebastian.jahr@picknik.ai>> Co-authored-by: Henning Kayser <<henningkayser@picknik.ai>>
-
Update deprecated include of boost/progress.hpp to boost/timer/progress_display.hpp (#2811)
-
Unify log names (#2720) Co-authored-by: Abishalini Sivaraman <<abi.gpuram@gmail.com>>
-
CMake format and lint in pre-commit (#2683)
-
Contributors: Robert Haschke, Sebastian Jahr, Stephanie Eng, Tyler Weaver
2.9.0 (2024-01-09)
- [Planning Pipeline Refactoring]
#2 Enable
chaining planners
(#2457)
- Enable chaining multiple planners
- Node logging in moveit_core (#2503)
- Use node logging in moveit_ros (#2482)
- Add new clang-tidy style rules (#2177)
- Use generate parameters library in PlanningPipelineClass + general
cleanups
(#2288)
- Don't discard stuff
- Move constants into source file
- Move static consts into header
- Don't ignore pipeline result
- Use generate parameter library for planning pipeline parameters
- Fix CI
- More CI fixes
- Remove more state from planning pipeline
- Small cleanups
- Assert planner_instance_ is not a nullptr
- Remove valid variable
- Simplify logic for trajectory printing
- More helpful comments
- Small logic simplification by using break
- Fix clang-tidy
- Pre-commit + Deprecate functions instead of removing them
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
moveit_core | |
ament_cmake | |
moveit_configs_utils | |
launch_param_builder | |
moveit_common | |
moveit_ros_planning | |
moveit_ros_warehouse | |
rclcpp | |
tf2_eigen | |
pluginlib |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
moveit_ros |
Launch files
Messages
Services
Plugins
Recent questions tagged moveit_ros_benchmarks at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 2.14.0 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit2.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-27 |
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
- Henning Kayser
- Tyler Weaver
- MoveIt Release Team
Authors
- Ryan Luna
MoveIt ROS Benchmarks
This package provides methods to benchmark motion planning algorithms and aggregate/plot statistics. Results can be viewed in Planner Arena.
For more information and usage example please see moveit tutorials.
Changelog for package moveit_ros_benchmarks
2.14.0 (2025-06-13)
2.13.2 (2025-04-16)
2.13.1 (2025-04-15)
2.13.0 (2025-02-15)
2.12.0 (2024-11-29)
- Enhancement/use hpp for headers (#3113)
- Add use_padding flag + deprecate checkCollisionUnpadded() functions (#3088)
- Contributors: Sebastian Jahr, Tom Noble
2.11.0 (2024-09-16)
2.10.0 (2024-06-13)
-
Migrate ros-planning org to moveit (#2847)
- Rename github.com/ros-planning -> github.com/moveit
- Rename ros-planning.github.io -> moveit.github.io
- Rename ros-planning organization in docker and CI workflow files
- ghcr.io/ros-planning -> ghcr.io/moveit
- github.repository == 'moveit/*''
-
Fix CI for Rolling / Ubuntu Noble (#2793)
- docker.yaml: Enable caching
- [TEMP] moveit2_rolling.repos: add not yet released packages
- Skip broken ci-testing image: osrf/ros2:testing doesn't contain /opt/ros!
* use boost::timer::progress_display if available check for header to stay compatible with ubuntu 20.04. Support boost >= 1.83 Slightly ugly due to the double alias, but boost::timer was a class before 1.72, so using [boost::timer::progress_display]{.title-ref} in the code breaks with older versions.
- cherry-pick of #3547 from MoveIt1
* Tag ci image as ci-testing as well ---------Co-authored-by: Michael Görner <<me@v4hn.de>> Co-authored-by: Sebastian Jahr <<sebastian.jahr@picknik.ai>> Co-authored-by: Henning Kayser <<henningkayser@picknik.ai>>
-
Update deprecated include of boost/progress.hpp to boost/timer/progress_display.hpp (#2811)
-
Unify log names (#2720) Co-authored-by: Abishalini Sivaraman <<abi.gpuram@gmail.com>>
-
CMake format and lint in pre-commit (#2683)
-
Contributors: Robert Haschke, Sebastian Jahr, Stephanie Eng, Tyler Weaver
2.9.0 (2024-01-09)
- [Planning Pipeline Refactoring]
#2 Enable
chaining planners
(#2457)
- Enable chaining multiple planners
- Node logging in moveit_core (#2503)
- Use node logging in moveit_ros (#2482)
- Add new clang-tidy style rules (#2177)
- Use generate parameters library in PlanningPipelineClass + general
cleanups
(#2288)
- Don't discard stuff
- Move constants into source file
- Move static consts into header
- Don't ignore pipeline result
- Use generate parameter library for planning pipeline parameters
- Fix CI
- More CI fixes
- Remove more state from planning pipeline
- Small cleanups
- Assert planner_instance_ is not a nullptr
- Remove valid variable
- Simplify logic for trajectory printing
- More helpful comments
- Small logic simplification by using break
- Fix clang-tidy
- Pre-commit + Deprecate functions instead of removing them
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
moveit_core | |
ament_cmake | |
moveit_configs_utils | |
launch_param_builder | |
moveit_common | |
moveit_ros_planning | |
moveit_ros_warehouse | |
rclcpp | |
tf2_eigen | |
pluginlib |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
moveit_ros |
Launch files
Messages
Services
Plugins
Recent questions tagged moveit_ros_benchmarks at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.9.18 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2020-10-12 |
Dev Status | DEVELOPED |
CI status | 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
- Dave Coleman
- MoveIt! Release Team
Authors
- Ryan Luna
MoveIt! ROS Benchmarks
This package provides methods to benchmark motion planning algorithms and aggregate/plot statistics. Results can be viewed in Planner Arena.
For more information and usage example please see moveit tutorials.
Changelog for package moveit_ros_benchmarks
0.9.18 (2020-01-24)
- [maintanance] Fix plot details, correcting xlabels positions and cleaning the graph (#1658)
- Contributors: Kaike W. Reis
0.9.17 (2019-07-09)
0.9.16 (2019-06-29)
- [maintanance] Resolve catkin lint issues (#1137)
- [maintanance] Improve clang-format (#1214)
- Contributors: Ludovic Delval, Robert Haschke
0.9.15 (2018-10-29)
- [code] cleanup, improvements (#1099)
- Contributors: Simon Schmeisser
0.9.14 (2018-10-24)
0.9.13 (2018-10-24)
- [capability] Benchmarking with different Motion Planners (STOMP, CHOMP, OMPL) (#992)
- [maintenance] various compiler warnings (#1038)
- Contributors: Mohmmad Ayman, Raghavender Sahdev, Robert Haschke, mike lautman
0.9.12 (2018-05-29)
0.9.11 (2017-12-25)
0.9.10 (2017-12-09)
- [fix] benchmarks: always prefer local header over system installations #630
- Contributors: Jorge Nicho, v4hn
0.9.9 (2017-08-06)
0.9.8 (2017-06-21)
0.9.7 (2017-06-05)
0.9.6 (2017-04-12)
- [improve] Add install rule for examples, statistics script
- Contributors: Bence Magyar
0.9.5 (2017-03-08)
- [fix][moveit_ros_warehouse] gcc6 build error #423
- [enhancement] Remove "catch (...)" instances, catch std::exception instead of std::runtime_error (#445)
- Contributors: Bence Magyar, Dave Coleman
0.9.4 (2017-02-06)
- clang-format upgraded to 3.8 (#367)
- Contributors: Dave Coleman
- [enhancement] clang-format upgraded to 3.8 (#367)
- Contributors: Dave Coleman
0.9.3 (2016-11-16)
- 0.9.3 (catkin_prepare_release again missed increment as http://answers.ros.org/question/245969/catkin_prepare_release-not-bumping-packages-in-a-certain-folder
- Merge pull request #330 from davetcoleman/kinetic-package.xml Updated package.xml maintainers and author emails
- Updated package.xml maintainers and author emails
- Contributors: Dave Coleman, Ian McMahon, Isaac I.Y. Saito
0.9.2 (2016-11-05)
- Versions that didn't get bumped by catkin_prepare_release.
- Auto format codebase using clang-format (#284)
- Contributors: Dave Coleman, Isaac I.Y. Saito
0.9.1 (2016-10-21)
- add full VERSIONs / SONAMEs to all libraries (#273)
- More version consolidation for all package.xml in the moveit repo,
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
moveit_ros |
Launch files
- examples/demo_fanuc.launch
-
- bench_opts [default: $(find moveit_ros_benchmarks)/examples/demo1.yaml]
- examples/demo_panda.launch
-
- bench_opts [default: $(find moveit_ros_benchmarks)/examples/demo1.yaml]
- examples/demo_panda_all_planners.launch
-
- bench_opts [default: $(find moveit_ros_benchmarks)/examples/demo_panda_all_planners.yaml]
- examples/demo_panda_all_planners_obstacles.launch
-
- bench_opts [default: $(find moveit_ros_benchmarks)/examples/demo_obstacles.yaml]
Messages
Services
Plugins
Recent questions tagged moveit_ros_benchmarks at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.8.7 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit.git |
VCS Type | git |
VCS Version | jade-devel |
Last Updated | 2017-07-23 |
Dev Status | DEVELOPED |
CI status | 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
- Ioan Sucan
- Michael Ferguson
Authors
- Ioan Sucan
Changelog for package moveit_ros_benchmarks
0.8.7 (2017-04-03)
0.8.6 (2017-03-08)
0.8.4 (2017-02-06)
0.8.3 (2016-08-19)
- Dummy to temporarily workaround https://github.com/ros-infrastructure/catkin_pkg/issues/158#issuecomment-277852080
0.6.6 (2016-06-08)
- Removed trailing whitespace from entire repository
- Adding tf dep fixes #572
- Contributors: Dave Coleman, Mr-Yellow
0.6.5 (2015-01-24)
- update maintainers
- Contributors: Michael Ferguson
0.6.4 (2014-12-20)
- install moveit_benchmark_statistics.py
- Contributors: Michael Ferguson
0.6.3 (2014-12-03)
- Add missing include of scoped_ptr
- Contributors: v4hn
0.6.2 (2014-10-31)
0.6.1 (2014-10-31)
0.6.0 (2014-10-27)
- Removed PlanningContext clear before planning call
- Contributors: Sachin Chitta, arjungm
0.5.19 (2014-06-23)
- benchmarks: add missing include.
- Fix broken log & output statements.
- Address [cppcheck: coutCerrMisusage] and [-Werror=format-extra-args] errors.
- ROS_ERROR -> ROS_ERROR_NAMED.
- Print size_t values portably.
- Address [-Wsign-compare] warning.
- Contributors: Adolfo Rodriguez Tsouroukdissian, Benjamin Chretien
0.5.18 (2014-03-23)
0.5.17 (2014-03-22)
- update build system for ROS indigo
- update maintainer e-mail
- Contributors: Ioan Sucan
0.5.16 (2014-02-27)
0.5.14 (2014-02-06)
0.5.13 (2014-02-06)
0.5.12 (2014-01-03)
0.5.11 (2014-01-03)
0.5.10 (2013-12-08)
0.5.9 (2013-12-03)
- Cleaned up var names and debug output
0.5.8 (2013-10-11)
0.5.7 (2013-10-01)
0.5.6 (2013-09-26)
0.5.5 (2013-09-23)
- porting to new RobotState API
0.5.4 (2013-08-14)
- make headers and author definitions aligned the same way; white space fixes
0.5.2 (2013-07-15)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
moveit_ros_benchmarks_gui | |
moveit_ros |
Launch files
Messages
Services
Plugins
Recent questions tagged moveit_ros_benchmarks at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.7.14 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2019-06-17 |
Dev Status | DEVELOPED |
CI status | 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
- Dave Coleman
- MoveIt! Release Team
Authors
- Ryan Luna
Changelog for package moveit_ros_benchmarks
0.7.14 (2018-10-20)
0.7.13 (2017-12-25)
0.7.12 (2017-08-06)
0.7.11 (2017-06-21)
0.7.10 (2017-06-07)
0.7.9 (2017-04-03)
0.7.8 (2017-03-08)
- [fix][moveit_ros_warehouse] gcc6 build error #423
- Contributors: Dmitry Rozhkov
0.7.7 (2017-02-06)
- [maintenance] clang-format upgraded to 3.8 (#404)
- Contributors: Dave Coleman
0.7.6 (2016-12-30)
0.7.5 (2016-12-25)
0.7.4 (2016-12-22)
0.7.3 (2016-12-20)
0.7.2 (2016-06-20)
0.7.1 (2016-04-11)
0.7.0 (2016-01-30)
- Removed trailing whitespace from entire repository
- Adding tf dep fixes
- Contributors: Dave Coleman, Mr-Yellow
0.6.5 (2015-01-24)
- update maintainers
- Contributors: Michael Ferguson
0.6.4 (2014-12-20)
- install moveit_benchmark_statistics.py
- Contributors: Michael Ferguson
0.6.3 (2014-12-03)
- Add missing include of scoped_ptr
- Contributors: v4hn
0.6.2 (2014-10-31)
0.6.1 (2014-10-31)
0.6.0 (2014-10-27)
- Removed PlanningContext clear before planning call
- Contributors: Sachin Chitta, arjungm
0.5.19 (2014-06-23)
- benchmarks: add missing include.
- Fix broken log & output statements.
- Address [cppcheck: coutCerrMisusage] and [-Werror=format-extra-args] errors.
- ROS_ERROR -> ROS_ERROR_NAMED.
- Print size_t values portably.
- Address [-Wsign-compare] warning.
- Contributors: Adolfo Rodriguez Tsouroukdissian, Benjamin Chretien
0.5.18 (2014-03-23)
0.5.17 (2014-03-22)
- update build system for ROS indigo
- update maintainer e-mail
- Contributors: Ioan Sucan
0.5.16 (2014-02-27)
0.5.14 (2014-02-06)
0.5.13 (2014-02-06)
0.5.12 (2014-01-03)
0.5.11 (2014-01-03)
0.5.10 (2013-12-08)
0.5.9 (2013-12-03)
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 moveit_ros_benchmarks at Robotics Stack Exchange
![]() |
moveit_ros_benchmarks package from moveit_ros repomoveit_ros_benchmarks moveit_ros_benchmarks_gui moveit_ros_manipulation moveit_ros_move_group moveit_ros moveit_ros_perception moveit_ros_planning moveit_ros_planning_interface moveit_ros_robot_interaction moveit_ros_visualization moveit_ros_warehouse |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.5.20 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit_ros.git |
VCS Type | git |
VCS Version | hydro-devel |
Last Updated | 2015-04-14 |
Dev Status | MAINTAINED |
CI status | 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
- Ioan Sucan
Authors
- Ioan Sucan
Changelog for package moveit_ros_benchmarks
0.5.20 (2014-12-09)
- Removed PlanningContext clear before planning call
- Contributors: arjungm
0.5.19 (2014-06-23)
- benchmarks: add missing include.
- Fix broken log & output statements.
- Address [cppcheck: coutCerrMisusage] and [-Werror=format-extra-args] errors.
- ROS_ERROR -> ROS_ERROR_NAMED.
- Print size_t values portably.
- Address [-Wsign-compare] warning.
- Contributors: Adolfo Rodriguez Tsouroukdissian, Benjamin Chretien
0.5.18 (2014-03-23)
0.5.17 (2014-03-22)
- update build system for ROS indigo
- update maintainer e-mail
- Contributors: Ioan Sucan
0.5.16 (2014-02-27)
0.5.14 (2014-02-06)
0.5.13 (2014-02-06)
0.5.12 (2014-01-03)
0.5.11 (2014-01-03)
0.5.10 (2013-12-08)
0.5.9 (2013-12-03)
- Cleaned up var names and debug output
0.5.8 (2013-10-11)
0.5.7 (2013-10-01)
0.5.6 (2013-09-26)
0.5.5 (2013-09-23)
- porting to new RobotState API
0.5.4 (2013-08-14)
- make headers and author definitions aligned the same way; white space fixes
0.5.2 (2013-07-15)
0.5.1 (2013-07-14)
0.5.0 (2013-07-12)
- white space fixes (tabs are now spaces)
- port to new base class for planning_interface (using planning contexts)
0.4.5 (2013-07-03)
- Fixed per Ioan's code review
- Code cleanup
- Merge branch 'groovy-devel' of github.com:davetcoleman/moveit_ros into groovy-devel
- Changed for fractional factorial analysis
- More advanced parameter sweeping implmented, workspace bounds added
- Added parameter sweeping to benchmarking
- Added ability to store the goal name - the query, constraint, traj constraint, etc
- Added new command line arguments and ability to export all experiments to csv file
0.4.4 (2013-06-26)
- bugfixes
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged moveit_ros_benchmarks at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.9.18 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2020-10-12 |
Dev Status | DEVELOPED |
CI status | 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
- Dave Coleman
- MoveIt! Release Team
Authors
- Ryan Luna
MoveIt! ROS Benchmarks
This package provides methods to benchmark motion planning algorithms and aggregate/plot statistics. Results can be viewed in Planner Arena.
For more information and usage example please see moveit tutorials.
Changelog for package moveit_ros_benchmarks
0.9.18 (2020-01-24)
- [maintanance] Fix plot details, correcting xlabels positions and cleaning the graph (#1658)
- Contributors: Kaike W. Reis
0.9.17 (2019-07-09)
0.9.16 (2019-06-29)
- [maintanance] Resolve catkin lint issues (#1137)
- [maintanance] Improve clang-format (#1214)
- Contributors: Ludovic Delval, Robert Haschke
0.9.15 (2018-10-29)
- [code] cleanup, improvements (#1099)
- Contributors: Simon Schmeisser
0.9.14 (2018-10-24)
0.9.13 (2018-10-24)
- [capability] Benchmarking with different Motion Planners (STOMP, CHOMP, OMPL) (#992)
- [maintenance] various compiler warnings (#1038)
- Contributors: Mohmmad Ayman, Raghavender Sahdev, Robert Haschke, mike lautman
0.9.12 (2018-05-29)
0.9.11 (2017-12-25)
0.9.10 (2017-12-09)
- [fix] benchmarks: always prefer local header over system installations #630
- Contributors: Jorge Nicho, v4hn
0.9.9 (2017-08-06)
0.9.8 (2017-06-21)
0.9.7 (2017-06-05)
0.9.6 (2017-04-12)
- [improve] Add install rule for examples, statistics script
- Contributors: Bence Magyar
0.9.5 (2017-03-08)
- [fix][moveit_ros_warehouse] gcc6 build error #423
- [enhancement] Remove "catch (...)" instances, catch std::exception instead of std::runtime_error (#445)
- Contributors: Bence Magyar, Dave Coleman
0.9.4 (2017-02-06)
- clang-format upgraded to 3.8 (#367)
- Contributors: Dave Coleman
- [enhancement] clang-format upgraded to 3.8 (#367)
- Contributors: Dave Coleman
0.9.3 (2016-11-16)
- 0.9.3 (catkin_prepare_release again missed increment as http://answers.ros.org/question/245969/catkin_prepare_release-not-bumping-packages-in-a-certain-folder
- Merge pull request #330 from davetcoleman/kinetic-package.xml Updated package.xml maintainers and author emails
- Updated package.xml maintainers and author emails
- Contributors: Dave Coleman, Ian McMahon, Isaac I.Y. Saito
0.9.2 (2016-11-05)
- Versions that didn't get bumped by catkin_prepare_release.
- Auto format codebase using clang-format (#284)
- Contributors: Dave Coleman, Isaac I.Y. Saito
0.9.1 (2016-10-21)
- add full VERSIONs / SONAMEs to all libraries (#273)
- More version consolidation for all package.xml in the moveit repo,
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
moveit_ros |
Launch files
- examples/demo_fanuc.launch
-
- bench_opts [default: $(find moveit_ros_benchmarks)/examples/demo1.yaml]
- examples/demo_panda.launch
-
- bench_opts [default: $(find moveit_ros_benchmarks)/examples/demo1.yaml]
- examples/demo_panda_all_planners.launch
-
- bench_opts [default: $(find moveit_ros_benchmarks)/examples/demo_panda_all_planners.yaml]
- examples/demo_panda_all_planners_obstacles.launch
-
- bench_opts [default: $(find moveit_ros_benchmarks)/examples/demo_obstacles.yaml]
Messages
Services
Plugins
Recent questions tagged moveit_ros_benchmarks at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.0.11 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit.git |
VCS Type | git |
VCS Version | melodic-devel |
Last Updated | 2022-09-13 |
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
- Dave Coleman
- MoveIt! Release Team
Authors
- Ryan Luna
MoveIt! ROS Benchmarks
This package provides methods to benchmark motion planning algorithms and aggregate/plot statistics. Results can be viewed in Planner Arena.
For more information and usage example please see moveit tutorials.
Changelog for package moveit_ros_benchmarks
1.0.11 (2022-09-13)
1.0.10 (2022-03-06)
1.0.9 (2022-01-09)
- Provide
MOVEIT_VERSION_CHECK
macro (#2997) - Contributors: Robert Haschke
1.0.8 (2021-05-23)
1.0.7 (2020-11-20)
1.0.6 (2020-08-19)
- [maint] Adapt repository for splitted moveit_resources layout (#2199)
- [maint] Migrate to clang-format-10, Fix warnings
- [maint] Optimize includes (#2229)
- Contributors: Markus Vieth, Robert Haschke
1.0.5 (2020-07-08)
1.0.4 (2020-05-30)
1.0.3 (2020-04-26)
- [feature] MoveIt benchmark improvements
(#1510)
- Add pseudo experiment all_experiments to allow comparing all entries
- Expose loadBenchmarkQueryData() for setting up custom queries
- Add benchmark entry for comparing the 'final' result trajectory
- Add trajectory similarity function to measure repeatability
- Address requested changes
- Fill empty fields in all_experiments
- Improve variable and function names
- Add helper function computeTrajectoryDistance()
- [maint] Apply clang-tidy fix to entire code base (#1394)
- [maint] Windows build fixes
- [maint] Use CMAKE_CXX_STANDARD to enforce c++14 (#1607)
- Contributors: Henning Kayser, Michael Görner, Robert Haschke, Sean Yen, Yu, Yan
1.0.2 (2019-06-28)
- [maintenance] Removed unnecessary null pointer checks on deletion (#1410)
- Contributors: Mahmoud Ahmed Selim
1.0.1 (2019-03-08)
- [improve] Apply clang tidy fix to entire code base (Part 1) (#1366)
- Contributors: Robert Haschke, Yu, Yan
1.0.0 (2019-02-24)
- [fix] catkin_lint issues (#1341)
- Contributors: Dave Coleman, Robert Haschke
0.10.8 (2018-12-24)
0.10.7 (2018-12-13)
0.10.6 (2018-12-09)
- [maintenance] Replaced Eigen::Affine3d -> Eigen::Isometry3d (#1096)
- Contributors: Robert Haschke
0.10.5 (2018-11-01)
0.10.4 (2018-10-29)
0.10.3 (2018-10-29)
- [maintenance] Use locale independent conversion from double to string (#1099)
- Contributors: Simon Schmeisser
0.10.2 (2018-10-24)
- [capability] Benchmarking with different Motion Planners (STOMP, CHOMP, OMPL) (#992)
- [maintenance] various compiler warnings (#1038)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- examples/demo_fanuc.launch
-
- bench_opts [default: $(find moveit_ros_benchmarks)/examples/demo1.yaml]
- examples/demo_panda.launch
-
- bench_opts [default: $(find moveit_ros_benchmarks)/examples/demo1.yaml]
- examples/demo_panda_all_planners.launch
-
- bench_opts [default: $(find moveit_ros_benchmarks)/examples/demo_panda_all_planners.yaml]
- examples/demo_panda_all_planners_obstacles.launch
-
- bench_opts [default: $(find moveit_ros_benchmarks)/examples/demo_obstacles.yaml]
Messages
Services
Plugins
Recent questions tagged moveit_ros_benchmarks at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.1.16 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2025-06-24 |
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
- Dave Coleman
- MoveIt Release Team
Authors
- Ryan Luna
MoveIt ROS Benchmarks
This package provides methods to benchmark motion planning algorithms and aggregate/plot statistics. Results can be viewed in Planner Arena.
For more information and usage example please see moveit tutorials.
Changelog for package moveit_ros_benchmarks
1.1.16 (2024-10-07)
1.1.15 (2024-09-09)
1.1.14 (2024-05-27)
- Use boost::timer::progress_display if available (#3547)
- Contributors: Michael Görner
1.1.13 (2023-07-28)
1.1.12 (2023-05-13)
1.1.11 (2022-12-21)
1.1.10 (2022-09-13)
- Fix namespace of planning plugin for benchmarks examples (#3128)
- Replace bind() with lambdas (#3106)
- Filter more invalid values in moveit_benchmark_statistics.py (#3084)
- Contributors: Hugal31, Michael Görner, Robert Haschke
1.1.9 (2022-03-06)
1.1.8 (2022-01-30)
1.1.7 (2021-12-31)
- Provide
MOVEIT_VERSION_CHECK
macro (#2997) - Switch to
std::bind
(#2967) - Contributors: Jochen Sprickerhof, Robert Haschke
1.1.6 (2021-11-06)
- Use newly introduced cmake macro
moveit_build_options()
frommoveit_core
- clang-tidy: modernize-make-shared, modernize-make-unique (#2762)
- Fix predefined poses benchmark example (#2718)
- Contributors: Captain Yoshi, Robert Haschke
1.1.5 (2021-05-23)
1.1.4 (2021-05-12)
1.1.3 (2021-04-29)
1.1.2 (2021-04-08)
- Fix formatting errors
- Contributors: Tyler Weaver
1.1.1 (2020-10-13)
- [fix] python3 issues (#2323)
- [maint] Cleanup MSA includes (#2351)
- Contributors: Michael Görner, Robert Haschke
1.1.0 (2020-09-04)
- [feature] Benchmark combinations of predefined poses (#1548)
- [feature] Support benchmarking of full planning pipelines (#1531)
- [fix] Various fixes for upcoming Noetic release (#2180)
- [fix] Fix plot details, correcting xlabels positions and cleaning the graph (#1658) (#1668)
- [maint] Optional cpp version setting (#2166)
- [maint] clang-tidy fixes (#2050, #2004, #1419)
- [maint] Fix usage of panda_moveit_config (#1904)
- [maint] Replace namespaces robot_state and robot_model with moveit::core (#1924)
- [maint] Fix compiler warnings (#1773)
- [maint] Do not install helper scripts in global bin destination (#1704)
- [maint] Cleanup launch + config files (#1631)
- [maint] Switch from include guards to pragma once (#1615)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Launch files
- examples/demo_fanuc.launch
-
- bench_opts [default: $(find moveit_ros_benchmarks)/examples/demo1.yaml]
- examples/demo_panda.launch
-
- bench_opts [default: $(find moveit_ros_benchmarks)/examples/demo1.yaml]
- examples/demo_panda_all_planners.launch
-
- bench_opts [default: $(find moveit_ros_benchmarks)/examples/demo_panda_all_planners.yaml]
- examples/demo_panda_all_planners_obstacles.launch
-
- bench_opts [default: $(find moveit_ros_benchmarks)/examples/demo_obstacles.yaml]
- examples/demo_panda_predefined_poses.launch
-
- bench_opts [default: $(find moveit_ros_benchmarks)/examples/demo_panda_predefined_poses.yaml]