Package Summary

Tags No category tags.
Version 2.0.11
License Apache License, Version 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PlanSys2/ros2_planning_system.git
VCS Type git
VCS Version iron-devel
Last Updated 2023-08-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

This package contains the PDDL-based Planner module for the ROS2 Planning System

Additional Links

No additional links.

Maintainers

  • Francisco Martin Rico

Authors

No additional authors.

Planner

The Planner module is responsible for creating plans. By default, it uses popf, that is a PDDL solver.

This module is very simple, as its only task is calling the popf binary and parsing the result.

The main class is plansys2::PlannerNode, which is instantiated from planner_node.cpp. plansys2::PlannerNode is a also rclcpp_lifecycle::LifecycleNode, but currently the functionality is in the active phase.

Plan solvers are specified in the plan_solver_plugins parameter. In case of more than one specified, the first one will be used. If this parameter is not specified, POPF will be used by default.

Services

CHANGELOG

Changelog for package plansys2_planner

2.0.11 (2023-08-02)

2.0.10 (2023-07-17)

  • Merge remote-tracking branch \'origin/humble-devel\'
  • Merge pull request #238 from roveri-marco/fix_goal_structure_issue_205 Fix goal structure issue 205
  • Minor changes to the tests to comply with some change in the generated output
  • Merge remote-tracking branch \'origin/master\' into fix_goal_structure_issue_205
  • Merge remote-tracking branch \'upstream/master\'
  • Contributors: Francisco Mart

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 plansys2_planner at Robotics Stack Exchange