Package Summary

Tags No category tags.
Version 2.9.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 2024-04-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

STOMP Motion Planner for MoveIt

Additional Links

Maintainers

  • Henning Kayser

Authors

  • Henning Kayser
README
No README found. See repository README.
CHANGELOG

Changelog for package moveit_planners_stomp

2.9.0 (2024-01-09)

  • Node logging for the rest of MoveIt (#2599)
  • [Planning Pipeline Refactoring] #2 Enable chaining planners (#2457)
    • Enable chaining multiple planners
  • [Planning Pipeline Refactoring] #1 Simplify Adapter - Planner chain (#2429)
  • Add new clang-tidy style rules (#2177)
  • Do not pass and return simple types by const ref (#2453) Co-authored-by: Nils <nilsmailiseke@gmail.com>
  • Use constraint distance instead of bool validity in STOMP cost function (#2418)
    • Use constraint distance instead of bool validity in STOMP cost function
    • Fix comment
  • Using std types instead of boost for Gaussian sampling (#2351) * *Changed boost namespace to std*Need to compare function implementations *Find an equivalent implementation for variate_generator

    • calling Distribution(Engine) directly
    • cleanup
    • Seed mersenne twister variable with random device
    • Updated with rsl random library
  • Merge branch \'main\' into dependabot/github_actions/SonarSource/sonarcloud-github-c-cpp-2

  • Update clang-format-14 with QualifierAlignment (#2362)

    • Set qualifier order in .clang-format
    • Ran pre-commit to update according to new style guide
  • Merge branch \'main\' into dependabot/github_actions/SonarSource/sonarcloud-github-c-cpp-2

  • Contributors: Henning Kayser, Marq Rasmussen, Sebastian Jahr, Shobuj Paul, Tyler Weaver

2.8.0 (2023-09-10)

  • Remove added path index from planner adapter function signature (#2285)
  • Always set response planner id and warn if it is not set (#2236)
  • Contributors: Sebastian Jahr

2.7.4 (2023-05-18)

  • Migrate STOMP from ros-planning/stomp_moveit (#2158)
  • Fix clang-tidy warnings
  • Improve Documentation and Readability
  • Remove MVT example
  • Migrate stomp_moveit into moveit_planners
    • Move package into moveit_planners subdirectory
    • Rename stomp_moveit package to moveit_planners_stomp
    • List moveit_planners_stomp as package dependency
  • Contributors: Henning Kayser

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged moveit_planners_stomp at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.9.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 2024-04-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

STOMP Motion Planner for MoveIt

Additional Links

Maintainers

  • Henning Kayser

Authors

  • Henning Kayser
README
No README found. See repository README.
CHANGELOG

Changelog for package moveit_planners_stomp

2.9.0 (2024-01-09)

  • Node logging for the rest of MoveIt (#2599)
  • [Planning Pipeline Refactoring] #2 Enable chaining planners (#2457)
    • Enable chaining multiple planners
  • [Planning Pipeline Refactoring] #1 Simplify Adapter - Planner chain (#2429)
  • Add new clang-tidy style rules (#2177)
  • Do not pass and return simple types by const ref (#2453) Co-authored-by: Nils <nilsmailiseke@gmail.com>
  • Use constraint distance instead of bool validity in STOMP cost function (#2418)
    • Use constraint distance instead of bool validity in STOMP cost function
    • Fix comment
  • Using std types instead of boost for Gaussian sampling (#2351) * *Changed boost namespace to std*Need to compare function implementations *Find an equivalent implementation for variate_generator

    • calling Distribution(Engine) directly
    • cleanup
    • Seed mersenne twister variable with random device
    • Updated with rsl random library
  • Merge branch \'main\' into dependabot/github_actions/SonarSource/sonarcloud-github-c-cpp-2

  • Update clang-format-14 with QualifierAlignment (#2362)

    • Set qualifier order in .clang-format
    • Ran pre-commit to update according to new style guide
  • Merge branch \'main\' into dependabot/github_actions/SonarSource/sonarcloud-github-c-cpp-2

  • Contributors: Henning Kayser, Marq Rasmussen, Sebastian Jahr, Shobuj Paul, Tyler Weaver

2.8.0 (2023-09-10)

  • Remove added path index from planner adapter function signature (#2285)
  • Always set response planner id and warn if it is not set (#2236)
  • Contributors: Sebastian Jahr

2.7.4 (2023-05-18)

  • Migrate STOMP from ros-planning/stomp_moveit (#2158)
  • Fix clang-tidy warnings
  • Improve Documentation and Readability
  • Remove MVT example
  • Migrate stomp_moveit into moveit_planners
    • Move package into moveit_planners subdirectory
    • Rename stomp_moveit package to moveit_planners_stomp
    • List moveit_planners_stomp as package dependency
  • Contributors: Henning Kayser

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged moveit_planners_stomp at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.9.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 2024-04-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

STOMP Motion Planner for MoveIt

Additional Links

Maintainers

  • Henning Kayser

Authors

  • Henning Kayser
README
No README found. See repository README.
CHANGELOG

Changelog for package moveit_planners_stomp

2.9.0 (2024-01-09)

  • Node logging for the rest of MoveIt (#2599)
  • [Planning Pipeline Refactoring] #2 Enable chaining planners (#2457)
    • Enable chaining multiple planners
  • [Planning Pipeline Refactoring] #1 Simplify Adapter - Planner chain (#2429)
  • Add new clang-tidy style rules (#2177)
  • Do not pass and return simple types by const ref (#2453) Co-authored-by: Nils <nilsmailiseke@gmail.com>
  • Use constraint distance instead of bool validity in STOMP cost function (#2418)
    • Use constraint distance instead of bool validity in STOMP cost function
    • Fix comment
  • Using std types instead of boost for Gaussian sampling (#2351) * *Changed boost namespace to std*Need to compare function implementations *Find an equivalent implementation for variate_generator

    • calling Distribution(Engine) directly
    • cleanup
    • Seed mersenne twister variable with random device
    • Updated with rsl random library
  • Merge branch \'main\' into dependabot/github_actions/SonarSource/sonarcloud-github-c-cpp-2

  • Update clang-format-14 with QualifierAlignment (#2362)

    • Set qualifier order in .clang-format
    • Ran pre-commit to update according to new style guide
  • Merge branch \'main\' into dependabot/github_actions/SonarSource/sonarcloud-github-c-cpp-2

  • Contributors: Henning Kayser, Marq Rasmussen, Sebastian Jahr, Shobuj Paul, Tyler Weaver

2.8.0 (2023-09-10)

  • Remove added path index from planner adapter function signature (#2285)
  • Always set response planner id and warn if it is not set (#2236)
  • Contributors: Sebastian Jahr

2.7.4 (2023-05-18)

  • Migrate STOMP from ros-planning/stomp_moveit (#2158)
  • Fix clang-tidy warnings
  • Improve Documentation and Readability
  • Remove MVT example
  • Migrate stomp_moveit into moveit_planners
    • Move package into moveit_planners subdirectory
    • Rename stomp_moveit package to moveit_planners_stomp
    • List moveit_planners_stomp as package dependency
  • Contributors: Henning Kayser

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged moveit_planners_stomp at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.9.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 2024-04-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

STOMP Motion Planner for MoveIt

Additional Links

Maintainers

  • Henning Kayser

Authors

  • Henning Kayser
README
No README found. See repository README.
CHANGELOG

Changelog for package moveit_planners_stomp

2.9.0 (2024-01-09)

  • Node logging for the rest of MoveIt (#2599)
  • [Planning Pipeline Refactoring] #2 Enable chaining planners (#2457)
    • Enable chaining multiple planners
  • [Planning Pipeline Refactoring] #1 Simplify Adapter - Planner chain (#2429)
  • Add new clang-tidy style rules (#2177)
  • Do not pass and return simple types by const ref (#2453) Co-authored-by: Nils <nilsmailiseke@gmail.com>
  • Use constraint distance instead of bool validity in STOMP cost function (#2418)
    • Use constraint distance instead of bool validity in STOMP cost function
    • Fix comment
  • Using std types instead of boost for Gaussian sampling (#2351) * *Changed boost namespace to std*Need to compare function implementations *Find an equivalent implementation for variate_generator

    • calling Distribution(Engine) directly
    • cleanup
    • Seed mersenne twister variable with random device
    • Updated with rsl random library
  • Merge branch \'main\' into dependabot/github_actions/SonarSource/sonarcloud-github-c-cpp-2

  • Update clang-format-14 with QualifierAlignment (#2362)

    • Set qualifier order in .clang-format
    • Ran pre-commit to update according to new style guide
  • Merge branch \'main\' into dependabot/github_actions/SonarSource/sonarcloud-github-c-cpp-2

  • Contributors: Henning Kayser, Marq Rasmussen, Sebastian Jahr, Shobuj Paul, Tyler Weaver

2.8.0 (2023-09-10)

  • Remove added path index from planner adapter function signature (#2285)
  • Always set response planner id and warn if it is not set (#2236)
  • Contributors: Sebastian Jahr

2.7.4 (2023-05-18)

  • Migrate STOMP from ros-planning/stomp_moveit (#2158)
  • Fix clang-tidy warnings
  • Improve Documentation and Readability
  • Remove MVT example
  • Migrate stomp_moveit into moveit_planners
    • Move package into moveit_planners subdirectory
    • Rename stomp_moveit package to moveit_planners_stomp
    • List moveit_planners_stomp as package dependency
  • Contributors: Henning Kayser

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged moveit_planners_stomp at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.9.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 2024-04-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

STOMP Motion Planner for MoveIt

Additional Links

Maintainers

  • Henning Kayser

Authors

  • Henning Kayser
README
No README found. See repository README.
CHANGELOG

Changelog for package moveit_planners_stomp

2.9.0 (2024-01-09)

  • Node logging for the rest of MoveIt (#2599)
  • [Planning Pipeline Refactoring] #2 Enable chaining planners (#2457)
    • Enable chaining multiple planners
  • [Planning Pipeline Refactoring] #1 Simplify Adapter - Planner chain (#2429)
  • Add new clang-tidy style rules (#2177)
  • Do not pass and return simple types by const ref (#2453) Co-authored-by: Nils <nilsmailiseke@gmail.com>
  • Use constraint distance instead of bool validity in STOMP cost function (#2418)
    • Use constraint distance instead of bool validity in STOMP cost function
    • Fix comment
  • Using std types instead of boost for Gaussian sampling (#2351) * *Changed boost namespace to std*Need to compare function implementations *Find an equivalent implementation for variate_generator

    • calling Distribution(Engine) directly
    • cleanup
    • Seed mersenne twister variable with random device
    • Updated with rsl random library
  • Merge branch \'main\' into dependabot/github_actions/SonarSource/sonarcloud-github-c-cpp-2

  • Update clang-format-14 with QualifierAlignment (#2362)

    • Set qualifier order in .clang-format
    • Ran pre-commit to update according to new style guide
  • Merge branch \'main\' into dependabot/github_actions/SonarSource/sonarcloud-github-c-cpp-2

  • Contributors: Henning Kayser, Marq Rasmussen, Sebastian Jahr, Shobuj Paul, Tyler Weaver

2.8.0 (2023-09-10)

  • Remove added path index from planner adapter function signature (#2285)
  • Always set response planner id and warn if it is not set (#2236)
  • Contributors: Sebastian Jahr

2.7.4 (2023-05-18)

  • Migrate STOMP from ros-planning/stomp_moveit (#2158)
  • Fix clang-tidy warnings
  • Improve Documentation and Readability
  • Remove MVT example
  • Migrate stomp_moveit into moveit_planners
    • Move package into moveit_planners subdirectory
    • Rename stomp_moveit package to moveit_planners_stomp
    • List moveit_planners_stomp as package dependency
  • Contributors: Henning Kayser

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged moveit_planners_stomp at Robotics Stack Exchange

No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.