No version for distro humble showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2026-03-06
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLIPS snippets to help using the cx_pddl_interfaces with CLIPS.

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_pddl_clips

Augment CLIPS-based reasoning with PDDL.

As PDDL is an expressive formalism, this module relies on an external pddl manager to do the heavy lifting.

Prerequisites

  1. A running instance of the external pddl manager node
  2. The RosMsgsPlugin
  3. (for planning:) Generated CLIPS plugins cx::CXPDDLMsgsPlanTemporalPlugin and cx::CXPDDLMsgsTimedPlanActionPlugin
  4. Open the respective ROS interfaces

Basic Usage

  1. Store the information on the external node using a pddl-manager fact.
  2. Load pddl instances using pddl-instance facts.
  3. Maintain up-to-date information of a current situation modeled via pddl-fluent and pddl-numeric-fluent facts.
    • Fetch the initial situation using pddl-get-fluents and pddl-get-numeric-fluents facts.
    • Update the situation using pending-pddl-fluent and pending-pddl-numeric-fluent facts.
    • Add new objects using pending-pddl-object facts.
  4. Specify desired future states through pddl goals
    • Describe goals using pddl-goal-fluent and pddl-goal-numeric-fluent facts.
    • Register the goal uisng the pddl-set-goals fact.
    • Clear goals using the pddl-clear-goals fact.
  5. Obtain a viable plan using the pddl-planner-call fact.
    • Plans consist of pddl-action facts
  6. Inspect actions to ensure smooth execution
    • Check whether an action is viable for execution by checking it’s precondition (start conditions).
    • Retrieve the projected effects.
    • TBD
CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
cx_pddl_bringup

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_pddl_clips at Robotics Stack Exchange

Package Summary

Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2026-03-06
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLIPS snippets to help using the cx_pddl_interfaces with CLIPS.

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_pddl_clips

Augment CLIPS-based reasoning with PDDL.

As PDDL is an expressive formalism, this module relies on an external pddl manager to do the heavy lifting.

Prerequisites

  1. A running instance of the external pddl manager node
  2. The RosMsgsPlugin
  3. (for planning:) Generated CLIPS plugins cx::CXPDDLMsgsPlanTemporalPlugin and cx::CXPDDLMsgsTimedPlanActionPlugin
  4. Open the respective ROS interfaces

Basic Usage

  1. Store the information on the external node using a pddl-manager fact.
  2. Load pddl instances using pddl-instance facts.
  3. Maintain up-to-date information of a current situation modeled via pddl-fluent and pddl-numeric-fluent facts.
    • Fetch the initial situation using pddl-get-fluents and pddl-get-numeric-fluents facts.
    • Update the situation using pending-pddl-fluent and pending-pddl-numeric-fluent facts.
    • Add new objects using pending-pddl-object facts.
  4. Specify desired future states through pddl goals
    • Describe goals using pddl-goal-fluent and pddl-goal-numeric-fluent facts.
    • Register the goal uisng the pddl-set-goals fact.
    • Clear goals using the pddl-clear-goals fact.
  5. Obtain a viable plan using the pddl-planner-call fact.
    • Plans consist of pddl-action facts
  6. Inspect actions to ensure smooth execution
    • Check whether an action is viable for execution by checking it’s precondition (start conditions).
    • Retrieve the projected effects.
    • TBD
CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
cx_pddl_bringup

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_pddl_clips at Robotics Stack Exchange

Package Summary

Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2026-03-06
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLIPS snippets to help using the cx_pddl_interfaces with CLIPS.

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_pddl_clips

Augment CLIPS-based reasoning with PDDL.

As PDDL is an expressive formalism, this module relies on an external pddl manager to do the heavy lifting.

Prerequisites

  1. A running instance of the external pddl manager node
  2. The RosMsgsPlugin
  3. (for planning:) Generated CLIPS plugins cx::CXPDDLMsgsPlanTemporalPlugin and cx::CXPDDLMsgsTimedPlanActionPlugin
  4. Open the respective ROS interfaces

Basic Usage

  1. Store the information on the external node using a pddl-manager fact.
  2. Load pddl instances using pddl-instance facts.
  3. Maintain up-to-date information of a current situation modeled via pddl-fluent and pddl-numeric-fluent facts.
    • Fetch the initial situation using pddl-get-fluents and pddl-get-numeric-fluents facts.
    • Update the situation using pending-pddl-fluent and pending-pddl-numeric-fluent facts.
    • Add new objects using pending-pddl-object facts.
  4. Specify desired future states through pddl goals
    • Describe goals using pddl-goal-fluent and pddl-goal-numeric-fluent facts.
    • Register the goal uisng the pddl-set-goals fact.
    • Clear goals using the pddl-clear-goals fact.
  5. Obtain a viable plan using the pddl-planner-call fact.
    • Plans consist of pddl-action facts
  6. Inspect actions to ensure smooth execution
    • Check whether an action is viable for execution by checking it’s precondition (start conditions).
    • Retrieve the projected effects.
    • TBD
CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
cx_pddl_bringup

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_pddl_clips at Robotics Stack Exchange

Package Summary

Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2026-03-06
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLIPS snippets to help using the cx_pddl_interfaces with CLIPS.

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_pddl_clips

Augment CLIPS-based reasoning with PDDL.

As PDDL is an expressive formalism, this module relies on an external pddl manager to do the heavy lifting.

Prerequisites

  1. A running instance of the external pddl manager node
  2. The RosMsgsPlugin
  3. (for planning:) Generated CLIPS plugins cx::CXPDDLMsgsPlanTemporalPlugin and cx::CXPDDLMsgsTimedPlanActionPlugin
  4. Open the respective ROS interfaces

Basic Usage

  1. Store the information on the external node using a pddl-manager fact.
  2. Load pddl instances using pddl-instance facts.
  3. Maintain up-to-date information of a current situation modeled via pddl-fluent and pddl-numeric-fluent facts.
    • Fetch the initial situation using pddl-get-fluents and pddl-get-numeric-fluents facts.
    • Update the situation using pending-pddl-fluent and pending-pddl-numeric-fluent facts.
    • Add new objects using pending-pddl-object facts.
  4. Specify desired future states through pddl goals
    • Describe goals using pddl-goal-fluent and pddl-goal-numeric-fluent facts.
    • Register the goal uisng the pddl-set-goals fact.
    • Clear goals using the pddl-clear-goals fact.
  5. Obtain a viable plan using the pddl-planner-call fact.
    • Plans consist of pddl-action facts
  6. Inspect actions to ensure smooth execution
    • Check whether an action is viable for execution by checking it’s precondition (start conditions).
    • Retrieve the projected effects.
    • TBD
CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
cx_pddl_bringup

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_pddl_clips at Robotics Stack Exchange

No version for distro ardent showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2026-03-06
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLIPS snippets to help using the cx_pddl_interfaces with CLIPS.

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_pddl_clips

Augment CLIPS-based reasoning with PDDL.

As PDDL is an expressive formalism, this module relies on an external pddl manager to do the heavy lifting.

Prerequisites

  1. A running instance of the external pddl manager node
  2. The RosMsgsPlugin
  3. (for planning:) Generated CLIPS plugins cx::CXPDDLMsgsPlanTemporalPlugin and cx::CXPDDLMsgsTimedPlanActionPlugin
  4. Open the respective ROS interfaces

Basic Usage

  1. Store the information on the external node using a pddl-manager fact.
  2. Load pddl instances using pddl-instance facts.
  3. Maintain up-to-date information of a current situation modeled via pddl-fluent and pddl-numeric-fluent facts.
    • Fetch the initial situation using pddl-get-fluents and pddl-get-numeric-fluents facts.
    • Update the situation using pending-pddl-fluent and pending-pddl-numeric-fluent facts.
    • Add new objects using pending-pddl-object facts.
  4. Specify desired future states through pddl goals
    • Describe goals using pddl-goal-fluent and pddl-goal-numeric-fluent facts.
    • Register the goal uisng the pddl-set-goals fact.
    • Clear goals using the pddl-clear-goals fact.
  5. Obtain a viable plan using the pddl-planner-call fact.
    • Plans consist of pddl-action facts
  6. Inspect actions to ensure smooth execution
    • Check whether an action is viable for execution by checking it’s precondition (start conditions).
    • Retrieve the projected effects.
    • TBD
CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
cx_pddl_bringup

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_pddl_clips at Robotics Stack Exchange

No version for distro bouncy showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2026-03-06
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLIPS snippets to help using the cx_pddl_interfaces with CLIPS.

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_pddl_clips

Augment CLIPS-based reasoning with PDDL.

As PDDL is an expressive formalism, this module relies on an external pddl manager to do the heavy lifting.

Prerequisites

  1. A running instance of the external pddl manager node
  2. The RosMsgsPlugin
  3. (for planning:) Generated CLIPS plugins cx::CXPDDLMsgsPlanTemporalPlugin and cx::CXPDDLMsgsTimedPlanActionPlugin
  4. Open the respective ROS interfaces

Basic Usage

  1. Store the information on the external node using a pddl-manager fact.
  2. Load pddl instances using pddl-instance facts.
  3. Maintain up-to-date information of a current situation modeled via pddl-fluent and pddl-numeric-fluent facts.
    • Fetch the initial situation using pddl-get-fluents and pddl-get-numeric-fluents facts.
    • Update the situation using pending-pddl-fluent and pending-pddl-numeric-fluent facts.
    • Add new objects using pending-pddl-object facts.
  4. Specify desired future states through pddl goals
    • Describe goals using pddl-goal-fluent and pddl-goal-numeric-fluent facts.
    • Register the goal uisng the pddl-set-goals fact.
    • Clear goals using the pddl-clear-goals fact.
  5. Obtain a viable plan using the pddl-planner-call fact.
    • Plans consist of pddl-action facts
  6. Inspect actions to ensure smooth execution
    • Check whether an action is viable for execution by checking it’s precondition (start conditions).
    • Retrieve the projected effects.
    • TBD
CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
cx_pddl_bringup

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_pddl_clips at Robotics Stack Exchange

No version for distro crystal showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2026-03-06
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLIPS snippets to help using the cx_pddl_interfaces with CLIPS.

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_pddl_clips

Augment CLIPS-based reasoning with PDDL.

As PDDL is an expressive formalism, this module relies on an external pddl manager to do the heavy lifting.

Prerequisites

  1. A running instance of the external pddl manager node
  2. The RosMsgsPlugin
  3. (for planning:) Generated CLIPS plugins cx::CXPDDLMsgsPlanTemporalPlugin and cx::CXPDDLMsgsTimedPlanActionPlugin
  4. Open the respective ROS interfaces

Basic Usage

  1. Store the information on the external node using a pddl-manager fact.
  2. Load pddl instances using pddl-instance facts.
  3. Maintain up-to-date information of a current situation modeled via pddl-fluent and pddl-numeric-fluent facts.
    • Fetch the initial situation using pddl-get-fluents and pddl-get-numeric-fluents facts.
    • Update the situation using pending-pddl-fluent and pending-pddl-numeric-fluent facts.
    • Add new objects using pending-pddl-object facts.
  4. Specify desired future states through pddl goals
    • Describe goals using pddl-goal-fluent and pddl-goal-numeric-fluent facts.
    • Register the goal uisng the pddl-set-goals fact.
    • Clear goals using the pddl-clear-goals fact.
  5. Obtain a viable plan using the pddl-planner-call fact.
    • Plans consist of pddl-action facts
  6. Inspect actions to ensure smooth execution
    • Check whether an action is viable for execution by checking it’s precondition (start conditions).
    • Retrieve the projected effects.
    • TBD
CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
cx_pddl_bringup

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_pddl_clips at Robotics Stack Exchange

No version for distro eloquent showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2026-03-06
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLIPS snippets to help using the cx_pddl_interfaces with CLIPS.

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_pddl_clips

Augment CLIPS-based reasoning with PDDL.

As PDDL is an expressive formalism, this module relies on an external pddl manager to do the heavy lifting.

Prerequisites

  1. A running instance of the external pddl manager node
  2. The RosMsgsPlugin
  3. (for planning:) Generated CLIPS plugins cx::CXPDDLMsgsPlanTemporalPlugin and cx::CXPDDLMsgsTimedPlanActionPlugin
  4. Open the respective ROS interfaces

Basic Usage

  1. Store the information on the external node using a pddl-manager fact.
  2. Load pddl instances using pddl-instance facts.
  3. Maintain up-to-date information of a current situation modeled via pddl-fluent and pddl-numeric-fluent facts.
    • Fetch the initial situation using pddl-get-fluents and pddl-get-numeric-fluents facts.
    • Update the situation using pending-pddl-fluent and pending-pddl-numeric-fluent facts.
    • Add new objects using pending-pddl-object facts.
  4. Specify desired future states through pddl goals
    • Describe goals using pddl-goal-fluent and pddl-goal-numeric-fluent facts.
    • Register the goal uisng the pddl-set-goals fact.
    • Clear goals using the pddl-clear-goals fact.
  5. Obtain a viable plan using the pddl-planner-call fact.
    • Plans consist of pddl-action facts
  6. Inspect actions to ensure smooth execution
    • Check whether an action is viable for execution by checking it’s precondition (start conditions).
    • Retrieve the projected effects.
    • TBD
CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
cx_pddl_bringup

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_pddl_clips at Robotics Stack Exchange

No version for distro dashing showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2026-03-06
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLIPS snippets to help using the cx_pddl_interfaces with CLIPS.

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_pddl_clips

Augment CLIPS-based reasoning with PDDL.

As PDDL is an expressive formalism, this module relies on an external pddl manager to do the heavy lifting.

Prerequisites

  1. A running instance of the external pddl manager node
  2. The RosMsgsPlugin
  3. (for planning:) Generated CLIPS plugins cx::CXPDDLMsgsPlanTemporalPlugin and cx::CXPDDLMsgsTimedPlanActionPlugin
  4. Open the respective ROS interfaces

Basic Usage

  1. Store the information on the external node using a pddl-manager fact.
  2. Load pddl instances using pddl-instance facts.
  3. Maintain up-to-date information of a current situation modeled via pddl-fluent and pddl-numeric-fluent facts.
    • Fetch the initial situation using pddl-get-fluents and pddl-get-numeric-fluents facts.
    • Update the situation using pending-pddl-fluent and pending-pddl-numeric-fluent facts.
    • Add new objects using pending-pddl-object facts.
  4. Specify desired future states through pddl goals
    • Describe goals using pddl-goal-fluent and pddl-goal-numeric-fluent facts.
    • Register the goal uisng the pddl-set-goals fact.
    • Clear goals using the pddl-clear-goals fact.
  5. Obtain a viable plan using the pddl-planner-call fact.
    • Plans consist of pddl-action facts
  6. Inspect actions to ensure smooth execution
    • Check whether an action is viable for execution by checking it’s precondition (start conditions).
    • Retrieve the projected effects.
    • TBD
CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
cx_pddl_bringup

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_pddl_clips at Robotics Stack Exchange

No version for distro galactic showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2026-03-06
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLIPS snippets to help using the cx_pddl_interfaces with CLIPS.

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_pddl_clips

Augment CLIPS-based reasoning with PDDL.

As PDDL is an expressive formalism, this module relies on an external pddl manager to do the heavy lifting.

Prerequisites

  1. A running instance of the external pddl manager node
  2. The RosMsgsPlugin
  3. (for planning:) Generated CLIPS plugins cx::CXPDDLMsgsPlanTemporalPlugin and cx::CXPDDLMsgsTimedPlanActionPlugin
  4. Open the respective ROS interfaces

Basic Usage

  1. Store the information on the external node using a pddl-manager fact.
  2. Load pddl instances using pddl-instance facts.
  3. Maintain up-to-date information of a current situation modeled via pddl-fluent and pddl-numeric-fluent facts.
    • Fetch the initial situation using pddl-get-fluents and pddl-get-numeric-fluents facts.
    • Update the situation using pending-pddl-fluent and pending-pddl-numeric-fluent facts.
    • Add new objects using pending-pddl-object facts.
  4. Specify desired future states through pddl goals
    • Describe goals using pddl-goal-fluent and pddl-goal-numeric-fluent facts.
    • Register the goal uisng the pddl-set-goals fact.
    • Clear goals using the pddl-clear-goals fact.
  5. Obtain a viable plan using the pddl-planner-call fact.
    • Plans consist of pddl-action facts
  6. Inspect actions to ensure smooth execution
    • Check whether an action is viable for execution by checking it’s precondition (start conditions).
    • Retrieve the projected effects.
    • TBD
CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
cx_pddl_bringup

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_pddl_clips at Robotics Stack Exchange

No version for distro foxy showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2026-03-06
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLIPS snippets to help using the cx_pddl_interfaces with CLIPS.

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_pddl_clips

Augment CLIPS-based reasoning with PDDL.

As PDDL is an expressive formalism, this module relies on an external pddl manager to do the heavy lifting.

Prerequisites

  1. A running instance of the external pddl manager node
  2. The RosMsgsPlugin
  3. (for planning:) Generated CLIPS plugins cx::CXPDDLMsgsPlanTemporalPlugin and cx::CXPDDLMsgsTimedPlanActionPlugin
  4. Open the respective ROS interfaces

Basic Usage

  1. Store the information on the external node using a pddl-manager fact.
  2. Load pddl instances using pddl-instance facts.
  3. Maintain up-to-date information of a current situation modeled via pddl-fluent and pddl-numeric-fluent facts.
    • Fetch the initial situation using pddl-get-fluents and pddl-get-numeric-fluents facts.
    • Update the situation using pending-pddl-fluent and pending-pddl-numeric-fluent facts.
    • Add new objects using pending-pddl-object facts.
  4. Specify desired future states through pddl goals
    • Describe goals using pddl-goal-fluent and pddl-goal-numeric-fluent facts.
    • Register the goal uisng the pddl-set-goals fact.
    • Clear goals using the pddl-clear-goals fact.
  5. Obtain a viable plan using the pddl-planner-call fact.
    • Plans consist of pddl-action facts
  6. Inspect actions to ensure smooth execution
    • Check whether an action is viable for execution by checking it’s precondition (start conditions).
    • Retrieve the projected effects.
    • TBD
CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
cx_pddl_bringup

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_pddl_clips at Robotics Stack Exchange

No version for distro iron showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2026-03-06
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLIPS snippets to help using the cx_pddl_interfaces with CLIPS.

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_pddl_clips

Augment CLIPS-based reasoning with PDDL.

As PDDL is an expressive formalism, this module relies on an external pddl manager to do the heavy lifting.

Prerequisites

  1. A running instance of the external pddl manager node
  2. The RosMsgsPlugin
  3. (for planning:) Generated CLIPS plugins cx::CXPDDLMsgsPlanTemporalPlugin and cx::CXPDDLMsgsTimedPlanActionPlugin
  4. Open the respective ROS interfaces

Basic Usage

  1. Store the information on the external node using a pddl-manager fact.
  2. Load pddl instances using pddl-instance facts.
  3. Maintain up-to-date information of a current situation modeled via pddl-fluent and pddl-numeric-fluent facts.
    • Fetch the initial situation using pddl-get-fluents and pddl-get-numeric-fluents facts.
    • Update the situation using pending-pddl-fluent and pending-pddl-numeric-fluent facts.
    • Add new objects using pending-pddl-object facts.
  4. Specify desired future states through pddl goals
    • Describe goals using pddl-goal-fluent and pddl-goal-numeric-fluent facts.
    • Register the goal uisng the pddl-set-goals fact.
    • Clear goals using the pddl-clear-goals fact.
  5. Obtain a viable plan using the pddl-planner-call fact.
    • Plans consist of pddl-action facts
  6. Inspect actions to ensure smooth execution
    • Check whether an action is viable for execution by checking it’s precondition (start conditions).
    • Retrieve the projected effects.
    • TBD
CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
cx_pddl_bringup

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_pddl_clips at Robotics Stack Exchange

No version for distro lunar showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2026-03-06
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLIPS snippets to help using the cx_pddl_interfaces with CLIPS.

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_pddl_clips

Augment CLIPS-based reasoning with PDDL.

As PDDL is an expressive formalism, this module relies on an external pddl manager to do the heavy lifting.

Prerequisites

  1. A running instance of the external pddl manager node
  2. The RosMsgsPlugin
  3. (for planning:) Generated CLIPS plugins cx::CXPDDLMsgsPlanTemporalPlugin and cx::CXPDDLMsgsTimedPlanActionPlugin
  4. Open the respective ROS interfaces

Basic Usage

  1. Store the information on the external node using a pddl-manager fact.
  2. Load pddl instances using pddl-instance facts.
  3. Maintain up-to-date information of a current situation modeled via pddl-fluent and pddl-numeric-fluent facts.
    • Fetch the initial situation using pddl-get-fluents and pddl-get-numeric-fluents facts.
    • Update the situation using pending-pddl-fluent and pending-pddl-numeric-fluent facts.
    • Add new objects using pending-pddl-object facts.
  4. Specify desired future states through pddl goals
    • Describe goals using pddl-goal-fluent and pddl-goal-numeric-fluent facts.
    • Register the goal uisng the pddl-set-goals fact.
    • Clear goals using the pddl-clear-goals fact.
  5. Obtain a viable plan using the pddl-planner-call fact.
    • Plans consist of pddl-action facts
  6. Inspect actions to ensure smooth execution
    • Check whether an action is viable for execution by checking it’s precondition (start conditions).
    • Retrieve the projected effects.
    • TBD
CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
cx_pddl_bringup

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_pddl_clips at Robotics Stack Exchange

No version for distro jade showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2026-03-06
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLIPS snippets to help using the cx_pddl_interfaces with CLIPS.

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_pddl_clips

Augment CLIPS-based reasoning with PDDL.

As PDDL is an expressive formalism, this module relies on an external pddl manager to do the heavy lifting.

Prerequisites

  1. A running instance of the external pddl manager node
  2. The RosMsgsPlugin
  3. (for planning:) Generated CLIPS plugins cx::CXPDDLMsgsPlanTemporalPlugin and cx::CXPDDLMsgsTimedPlanActionPlugin
  4. Open the respective ROS interfaces

Basic Usage

  1. Store the information on the external node using a pddl-manager fact.
  2. Load pddl instances using pddl-instance facts.
  3. Maintain up-to-date information of a current situation modeled via pddl-fluent and pddl-numeric-fluent facts.
    • Fetch the initial situation using pddl-get-fluents and pddl-get-numeric-fluents facts.
    • Update the situation using pending-pddl-fluent and pending-pddl-numeric-fluent facts.
    • Add new objects using pending-pddl-object facts.
  4. Specify desired future states through pddl goals
    • Describe goals using pddl-goal-fluent and pddl-goal-numeric-fluent facts.
    • Register the goal uisng the pddl-set-goals fact.
    • Clear goals using the pddl-clear-goals fact.
  5. Obtain a viable plan using the pddl-planner-call fact.
    • Plans consist of pddl-action facts
  6. Inspect actions to ensure smooth execution
    • Check whether an action is viable for execution by checking it’s precondition (start conditions).
    • Retrieve the projected effects.
    • TBD
CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
cx_pddl_bringup

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_pddl_clips at Robotics Stack Exchange

No version for distro indigo showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2026-03-06
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLIPS snippets to help using the cx_pddl_interfaces with CLIPS.

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_pddl_clips

Augment CLIPS-based reasoning with PDDL.

As PDDL is an expressive formalism, this module relies on an external pddl manager to do the heavy lifting.

Prerequisites

  1. A running instance of the external pddl manager node
  2. The RosMsgsPlugin
  3. (for planning:) Generated CLIPS plugins cx::CXPDDLMsgsPlanTemporalPlugin and cx::CXPDDLMsgsTimedPlanActionPlugin
  4. Open the respective ROS interfaces

Basic Usage

  1. Store the information on the external node using a pddl-manager fact.
  2. Load pddl instances using pddl-instance facts.
  3. Maintain up-to-date information of a current situation modeled via pddl-fluent and pddl-numeric-fluent facts.
    • Fetch the initial situation using pddl-get-fluents and pddl-get-numeric-fluents facts.
    • Update the situation using pending-pddl-fluent and pending-pddl-numeric-fluent facts.
    • Add new objects using pending-pddl-object facts.
  4. Specify desired future states through pddl goals
    • Describe goals using pddl-goal-fluent and pddl-goal-numeric-fluent facts.
    • Register the goal uisng the pddl-set-goals fact.
    • Clear goals using the pddl-clear-goals fact.
  5. Obtain a viable plan using the pddl-planner-call fact.
    • Plans consist of pddl-action facts
  6. Inspect actions to ensure smooth execution
    • Check whether an action is viable for execution by checking it’s precondition (start conditions).
    • Retrieve the projected effects.
    • TBD
CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
cx_pddl_bringup

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_pddl_clips at Robotics Stack Exchange

No version for distro hydro showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2026-03-06
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLIPS snippets to help using the cx_pddl_interfaces with CLIPS.

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_pddl_clips

Augment CLIPS-based reasoning with PDDL.

As PDDL is an expressive formalism, this module relies on an external pddl manager to do the heavy lifting.

Prerequisites

  1. A running instance of the external pddl manager node
  2. The RosMsgsPlugin
  3. (for planning:) Generated CLIPS plugins cx::CXPDDLMsgsPlanTemporalPlugin and cx::CXPDDLMsgsTimedPlanActionPlugin
  4. Open the respective ROS interfaces

Basic Usage

  1. Store the information on the external node using a pddl-manager fact.
  2. Load pddl instances using pddl-instance facts.
  3. Maintain up-to-date information of a current situation modeled via pddl-fluent and pddl-numeric-fluent facts.
    • Fetch the initial situation using pddl-get-fluents and pddl-get-numeric-fluents facts.
    • Update the situation using pending-pddl-fluent and pending-pddl-numeric-fluent facts.
    • Add new objects using pending-pddl-object facts.
  4. Specify desired future states through pddl goals
    • Describe goals using pddl-goal-fluent and pddl-goal-numeric-fluent facts.
    • Register the goal uisng the pddl-set-goals fact.
    • Clear goals using the pddl-clear-goals fact.
  5. Obtain a viable plan using the pddl-planner-call fact.
    • Plans consist of pddl-action facts
  6. Inspect actions to ensure smooth execution
    • Check whether an action is viable for execution by checking it’s precondition (start conditions).
    • Retrieve the projected effects.
    • TBD
CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
cx_pddl_bringup

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_pddl_clips at Robotics Stack Exchange

No version for distro kinetic showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2026-03-06
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLIPS snippets to help using the cx_pddl_interfaces with CLIPS.

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_pddl_clips

Augment CLIPS-based reasoning with PDDL.

As PDDL is an expressive formalism, this module relies on an external pddl manager to do the heavy lifting.

Prerequisites

  1. A running instance of the external pddl manager node
  2. The RosMsgsPlugin
  3. (for planning:) Generated CLIPS plugins cx::CXPDDLMsgsPlanTemporalPlugin and cx::CXPDDLMsgsTimedPlanActionPlugin
  4. Open the respective ROS interfaces

Basic Usage

  1. Store the information on the external node using a pddl-manager fact.
  2. Load pddl instances using pddl-instance facts.
  3. Maintain up-to-date information of a current situation modeled via pddl-fluent and pddl-numeric-fluent facts.
    • Fetch the initial situation using pddl-get-fluents and pddl-get-numeric-fluents facts.
    • Update the situation using pending-pddl-fluent and pending-pddl-numeric-fluent facts.
    • Add new objects using pending-pddl-object facts.
  4. Specify desired future states through pddl goals
    • Describe goals using pddl-goal-fluent and pddl-goal-numeric-fluent facts.
    • Register the goal uisng the pddl-set-goals fact.
    • Clear goals using the pddl-clear-goals fact.
  5. Obtain a viable plan using the pddl-planner-call fact.
    • Plans consist of pddl-action facts
  6. Inspect actions to ensure smooth execution
    • Check whether an action is viable for execution by checking it’s precondition (start conditions).
    • Retrieve the projected effects.
    • TBD
CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
cx_pddl_bringup

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_pddl_clips at Robotics Stack Exchange

No version for distro melodic showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2026-03-06
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLIPS snippets to help using the cx_pddl_interfaces with CLIPS.

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_pddl_clips

Augment CLIPS-based reasoning with PDDL.

As PDDL is an expressive formalism, this module relies on an external pddl manager to do the heavy lifting.

Prerequisites

  1. A running instance of the external pddl manager node
  2. The RosMsgsPlugin
  3. (for planning:) Generated CLIPS plugins cx::CXPDDLMsgsPlanTemporalPlugin and cx::CXPDDLMsgsTimedPlanActionPlugin
  4. Open the respective ROS interfaces

Basic Usage

  1. Store the information on the external node using a pddl-manager fact.
  2. Load pddl instances using pddl-instance facts.
  3. Maintain up-to-date information of a current situation modeled via pddl-fluent and pddl-numeric-fluent facts.
    • Fetch the initial situation using pddl-get-fluents and pddl-get-numeric-fluents facts.
    • Update the situation using pending-pddl-fluent and pending-pddl-numeric-fluent facts.
    • Add new objects using pending-pddl-object facts.
  4. Specify desired future states through pddl goals
    • Describe goals using pddl-goal-fluent and pddl-goal-numeric-fluent facts.
    • Register the goal uisng the pddl-set-goals fact.
    • Clear goals using the pddl-clear-goals fact.
  5. Obtain a viable plan using the pddl-planner-call fact.
    • Plans consist of pddl-action facts
  6. Inspect actions to ensure smooth execution
    • Check whether an action is viable for execution by checking it’s precondition (start conditions).
    • Retrieve the projected effects.
    • TBD
CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
cx_pddl_bringup

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_pddl_clips at Robotics Stack Exchange

No version for distro noetic showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2026-03-06
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLIPS snippets to help using the cx_pddl_interfaces with CLIPS.

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_pddl_clips

Augment CLIPS-based reasoning with PDDL.

As PDDL is an expressive formalism, this module relies on an external pddl manager to do the heavy lifting.

Prerequisites

  1. A running instance of the external pddl manager node
  2. The RosMsgsPlugin
  3. (for planning:) Generated CLIPS plugins cx::CXPDDLMsgsPlanTemporalPlugin and cx::CXPDDLMsgsTimedPlanActionPlugin
  4. Open the respective ROS interfaces

Basic Usage

  1. Store the information on the external node using a pddl-manager fact.
  2. Load pddl instances using pddl-instance facts.
  3. Maintain up-to-date information of a current situation modeled via pddl-fluent and pddl-numeric-fluent facts.
    • Fetch the initial situation using pddl-get-fluents and pddl-get-numeric-fluents facts.
    • Update the situation using pending-pddl-fluent and pending-pddl-numeric-fluent facts.
    • Add new objects using pending-pddl-object facts.
  4. Specify desired future states through pddl goals
    • Describe goals using pddl-goal-fluent and pddl-goal-numeric-fluent facts.
    • Register the goal uisng the pddl-set-goals fact.
    • Clear goals using the pddl-clear-goals fact.
  5. Obtain a viable plan using the pddl-planner-call fact.
    • Plans consist of pddl-action facts
  6. Inspect actions to ensure smooth execution
    • Check whether an action is viable for execution by checking it’s precondition (start conditions).
    • Retrieve the projected effects.
    • TBD
CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
cx_pddl_bringup

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_pddl_clips at Robotics Stack Exchange