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

pddl_planner package from jsk_planning repo

jsk_planning pddl_msgs pddl_planner pddl_planner_viewer task_compiler

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.1.14
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description JSK planning packages
Checkout URI https://github.com/jsk-ros-pkg/jsk_planning.git
VCS Type git
VCS Version master
Last Updated 2023-12-05
Dev Status DEVELOPED
Released RELEASED
Tags hacktoberfest
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

pddl planner wrappers

Additional Links

Maintainers

  • Ryohei Ueda
  • Yohei Kakiuchi
  • Kei Okada
  • Yuki Furuta

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)

pddl_planner

This package provides ROS interface for ff/ffha/downward planners

demos/sample-pddl

bare example

  • ff example
roscd pddl_planner/demos/sample-pddl/
rosrun ff ff -f ./sample-problem.pddl -o sample-domain.pddl

  • ffha example
roscd pddl_planner/demos/sample-pddl/
rosrun ffha ffha -f ./sample-problem.pddl -o sample-domain.pddl

  • downward example
roscd pddl_planner/demos/sample-pddl/
rosrun downward plan sample-domain.pddl ./sample-problem.pddl ipc seq-sat-lama-2011 --plan-file sample.plan

ros example

This package provides ROS actionlib interface for planners, using API defined in pddl_msgs. Please see pddl_planner/demos/sample-pddl/sample-client.py for cliet example.

  • ff example
roslaunch pddl_planner pddl_ff.launch
rosrun pddl_planner sample-client.py --text

  • ffha example
roslaunch pddl_planner pddl_ffha.launch
rosrun pddl_planner sample-client.py --text

  • downward example
roslaunch pddl_planner pddl_downward.launch
rosrun pddl_planner sample-client.py --text

CHANGELOG

Changelog for package pddl_planner

0.1.14 (2023-12-05)

0.1.13 (2023-11-29)

  • [pddl_panner/src/eus-pddl.l] support multiple simbols for 'forall and 'exists (#79)
  • add test to reproduce https://github.com/jsk-ros-pkg/jsk_demos/issues/1286 (#88)
  • add github/workflows (#101)
  • update LPG download link (#97)
  • Add obinata demo (#99)
    • Use only move-with-obj action by introducing none item
    • Use different initial condition for office demo and kitchen car demo
    • Add obinata's multiple robot cooperation demo
    • add launch to run simple_metric_plan
  • add CHECK_PYTHON2_COMPILE, CHECK_PYTHON3_COMPILE (#96)
    • 2to3 -w -f has_key *
    • 2to3 -w -f print *
  • cannot run graph-solver for pddl-graph (#94)
  • add test to check pddl planning results (#89)
    • search_object/simple_failure_torelant : run euslisp planning script with repeat.sh
    • use unique test-name
    • use proc.returncode instead of proc.poll()
    • test multiple sequence_action at once
    • pddlresulttest: support multiple sequence at once
    • add add_rostest(test/search_object.test)
    • demos/search_object: use display_graph to gnome-open pdf
    • [pddl_planner/demos/search_object] fix bug, and add launch file
    • add_rostest for test directory
    • add pddl result test for demo
    • add simple_metric/simple_metric.launch
    • 2016_kamada_durative: demo.launch,example.launch starts euslisp file too, for complete example
    • gnome-open .pdf only when ~display_graph is set
    • use display_graph argument for launch file to skip gnome-open pdf demos/2008_okada_ias/demo_pour_tea.launch demos/2011_kakiuchi/demo_cleanup_table.launch demos/2011_saito/demo-knock-door.launch demos/2011_saito/demo-simple-task.launch demos/2011_saito/demo-taking-elevator.launch demos/simple_failure_torelant/demo_simple_failure_torelant.launch demos/2013_fridge_demo/demo_bring_can.launch demos/hanoi/demo_hanoi.launch
    • add pddlresulttest
    • use shell to run pddl solver
    • add test to reproduce https://github.com/jsk-ros-pkg/jsk_demos/issues/1286
  • [pddl_planner/demos/simple_metrix] add launch file (#77)
  • use xdg-open instad of evince. Both installed by ubuntu-desktop package (#76)
  • [pddl_planner] format README.md (#74)

File truncated at 100 lines see the full file

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pddl_planner at Robotics Stack Exchange

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

pddl_planner package from jsk_planning repo

jsk_planning pddl_msgs pddl_planner pddl_planner_viewer task_compiler

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.1.14
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description JSK planning packages
Checkout URI https://github.com/jsk-ros-pkg/jsk_planning.git
VCS Type git
VCS Version master
Last Updated 2023-12-05
Dev Status DEVELOPED
Released RELEASED
Tags hacktoberfest
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

pddl planner wrappers

Additional Links

Maintainers

  • Ryohei Ueda
  • Yohei Kakiuchi
  • Kei Okada
  • Yuki Furuta

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)

pddl_planner

This package provides ROS interface for ff/ffha/downward planners

demos/sample-pddl

bare example

  • ff example
roscd pddl_planner/demos/sample-pddl/
rosrun ff ff -f ./sample-problem.pddl -o sample-domain.pddl

  • ffha example
roscd pddl_planner/demos/sample-pddl/
rosrun ffha ffha -f ./sample-problem.pddl -o sample-domain.pddl

  • downward example
roscd pddl_planner/demos/sample-pddl/
rosrun downward plan sample-domain.pddl ./sample-problem.pddl ipc seq-sat-lama-2011 --plan-file sample.plan

ros example

This package provides ROS actionlib interface for planners, using API defined in pddl_msgs. Please see pddl_planner/demos/sample-pddl/sample-client.py for cliet example.

  • ff example
roslaunch pddl_planner pddl_ff.launch
rosrun pddl_planner sample-client.py --text

  • ffha example
roslaunch pddl_planner pddl_ffha.launch
rosrun pddl_planner sample-client.py --text

  • downward example
roslaunch pddl_planner pddl_downward.launch
rosrun pddl_planner sample-client.py --text

CHANGELOG

Changelog for package pddl_planner

0.1.14 (2023-12-05)

0.1.13 (2023-11-29)

  • [pddl_panner/src/eus-pddl.l] support multiple simbols for 'forall and 'exists (#79)
  • add test to reproduce https://github.com/jsk-ros-pkg/jsk_demos/issues/1286 (#88)
  • add github/workflows (#101)
  • update LPG download link (#97)
  • Add obinata demo (#99)
    • Use only move-with-obj action by introducing none item
    • Use different initial condition for office demo and kitchen car demo
    • Add obinata's multiple robot cooperation demo
    • add launch to run simple_metric_plan
  • add CHECK_PYTHON2_COMPILE, CHECK_PYTHON3_COMPILE (#96)
    • 2to3 -w -f has_key *
    • 2to3 -w -f print *
  • cannot run graph-solver for pddl-graph (#94)
  • add test to check pddl planning results (#89)
    • search_object/simple_failure_torelant : run euslisp planning script with repeat.sh
    • use unique test-name
    • use proc.returncode instead of proc.poll()
    • test multiple sequence_action at once
    • pddlresulttest: support multiple sequence at once
    • add add_rostest(test/search_object.test)
    • demos/search_object: use display_graph to gnome-open pdf
    • [pddl_planner/demos/search_object] fix bug, and add launch file
    • add_rostest for test directory
    • add pddl result test for demo
    • add simple_metric/simple_metric.launch
    • 2016_kamada_durative: demo.launch,example.launch starts euslisp file too, for complete example
    • gnome-open .pdf only when ~display_graph is set
    • use display_graph argument for launch file to skip gnome-open pdf demos/2008_okada_ias/demo_pour_tea.launch demos/2011_kakiuchi/demo_cleanup_table.launch demos/2011_saito/demo-knock-door.launch demos/2011_saito/demo-simple-task.launch demos/2011_saito/demo-taking-elevator.launch demos/simple_failure_torelant/demo_simple_failure_torelant.launch demos/2013_fridge_demo/demo_bring_can.launch demos/hanoi/demo_hanoi.launch
    • add pddlresulttest
    • use shell to run pddl solver
    • add test to reproduce https://github.com/jsk-ros-pkg/jsk_demos/issues/1286
  • [pddl_planner/demos/simple_metrix] add launch file (#77)
  • use xdg-open instad of evince. Both installed by ubuntu-desktop package (#76)
  • [pddl_planner] format README.md (#74)

File truncated at 100 lines see the full file

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pddl_planner at Robotics Stack Exchange

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

pddl_planner package from jsk_planning repo

jsk_planning pddl_msgs pddl_planner pddl_planner_viewer task_compiler

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.1.14
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description JSK planning packages
Checkout URI https://github.com/jsk-ros-pkg/jsk_planning.git
VCS Type git
VCS Version master
Last Updated 2023-12-05
Dev Status DEVELOPED
Released RELEASED
Tags hacktoberfest
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

pddl planner wrappers

Additional Links

Maintainers

  • Ryohei Ueda
  • Yohei Kakiuchi
  • Kei Okada
  • Yuki Furuta

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)

pddl_planner

This package provides ROS interface for ff/ffha/downward planners

demos/sample-pddl

bare example

  • ff example
roscd pddl_planner/demos/sample-pddl/
rosrun ff ff -f ./sample-problem.pddl -o sample-domain.pddl

  • ffha example
roscd pddl_planner/demos/sample-pddl/
rosrun ffha ffha -f ./sample-problem.pddl -o sample-domain.pddl

  • downward example
roscd pddl_planner/demos/sample-pddl/
rosrun downward plan sample-domain.pddl ./sample-problem.pddl ipc seq-sat-lama-2011 --plan-file sample.plan

ros example

This package provides ROS actionlib interface for planners, using API defined in pddl_msgs. Please see pddl_planner/demos/sample-pddl/sample-client.py for cliet example.

  • ff example
roslaunch pddl_planner pddl_ff.launch
rosrun pddl_planner sample-client.py --text

  • ffha example
roslaunch pddl_planner pddl_ffha.launch
rosrun pddl_planner sample-client.py --text

  • downward example
roslaunch pddl_planner pddl_downward.launch
rosrun pddl_planner sample-client.py --text

CHANGELOG

Changelog for package pddl_planner

0.1.14 (2023-12-05)

0.1.13 (2023-11-29)

  • [pddl_panner/src/eus-pddl.l] support multiple simbols for 'forall and 'exists (#79)
  • add test to reproduce https://github.com/jsk-ros-pkg/jsk_demos/issues/1286 (#88)
  • add github/workflows (#101)
  • update LPG download link (#97)
  • Add obinata demo (#99)
    • Use only move-with-obj action by introducing none item
    • Use different initial condition for office demo and kitchen car demo
    • Add obinata's multiple robot cooperation demo
    • add launch to run simple_metric_plan
  • add CHECK_PYTHON2_COMPILE, CHECK_PYTHON3_COMPILE (#96)
    • 2to3 -w -f has_key *
    • 2to3 -w -f print *
  • cannot run graph-solver for pddl-graph (#94)
  • add test to check pddl planning results (#89)
    • search_object/simple_failure_torelant : run euslisp planning script with repeat.sh
    • use unique test-name
    • use proc.returncode instead of proc.poll()
    • test multiple sequence_action at once
    • pddlresulttest: support multiple sequence at once
    • add add_rostest(test/search_object.test)
    • demos/search_object: use display_graph to gnome-open pdf
    • [pddl_planner/demos/search_object] fix bug, and add launch file
    • add_rostest for test directory
    • add pddl result test for demo
    • add simple_metric/simple_metric.launch
    • 2016_kamada_durative: demo.launch,example.launch starts euslisp file too, for complete example
    • gnome-open .pdf only when ~display_graph is set
    • use display_graph argument for launch file to skip gnome-open pdf demos/2008_okada_ias/demo_pour_tea.launch demos/2011_kakiuchi/demo_cleanup_table.launch demos/2011_saito/demo-knock-door.launch demos/2011_saito/demo-simple-task.launch demos/2011_saito/demo-taking-elevator.launch demos/simple_failure_torelant/demo_simple_failure_torelant.launch demos/2013_fridge_demo/demo_bring_can.launch demos/hanoi/demo_hanoi.launch
    • add pddlresulttest
    • use shell to run pddl solver
    • add test to reproduce https://github.com/jsk-ros-pkg/jsk_demos/issues/1286
  • [pddl_planner/demos/simple_metrix] add launch file (#77)
  • use xdg-open instad of evince. Both installed by ubuntu-desktop package (#76)
  • [pddl_planner] format README.md (#74)

File truncated at 100 lines see the full file

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pddl_planner at Robotics Stack Exchange

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

pddl_planner package from jsk_planning repo

jsk_planning pddl_msgs pddl_planner pddl_planner_viewer task_compiler

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.1.14
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description JSK planning packages
Checkout URI https://github.com/jsk-ros-pkg/jsk_planning.git
VCS Type git
VCS Version master
Last Updated 2023-12-05
Dev Status DEVELOPED
Released RELEASED
Tags hacktoberfest
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

pddl planner wrappers

Additional Links

Maintainers

  • Ryohei Ueda
  • Yohei Kakiuchi
  • Kei Okada
  • Yuki Furuta

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)

pddl_planner

This package provides ROS interface for ff/ffha/downward planners

demos/sample-pddl

bare example

  • ff example
roscd pddl_planner/demos/sample-pddl/
rosrun ff ff -f ./sample-problem.pddl -o sample-domain.pddl

  • ffha example
roscd pddl_planner/demos/sample-pddl/
rosrun ffha ffha -f ./sample-problem.pddl -o sample-domain.pddl

  • downward example
roscd pddl_planner/demos/sample-pddl/
rosrun downward plan sample-domain.pddl ./sample-problem.pddl ipc seq-sat-lama-2011 --plan-file sample.plan

ros example

This package provides ROS actionlib interface for planners, using API defined in pddl_msgs. Please see pddl_planner/demos/sample-pddl/sample-client.py for cliet example.

  • ff example
roslaunch pddl_planner pddl_ff.launch
rosrun pddl_planner sample-client.py --text

  • ffha example
roslaunch pddl_planner pddl_ffha.launch
rosrun pddl_planner sample-client.py --text

  • downward example
roslaunch pddl_planner pddl_downward.launch
rosrun pddl_planner sample-client.py --text

CHANGELOG

Changelog for package pddl_planner

0.1.14 (2023-12-05)

0.1.13 (2023-11-29)

  • [pddl_panner/src/eus-pddl.l] support multiple simbols for 'forall and 'exists (#79)
  • add test to reproduce https://github.com/jsk-ros-pkg/jsk_demos/issues/1286 (#88)
  • add github/workflows (#101)
  • update LPG download link (#97)
  • Add obinata demo (#99)
    • Use only move-with-obj action by introducing none item
    • Use different initial condition for office demo and kitchen car demo
    • Add obinata's multiple robot cooperation demo
    • add launch to run simple_metric_plan
  • add CHECK_PYTHON2_COMPILE, CHECK_PYTHON3_COMPILE (#96)
    • 2to3 -w -f has_key *
    • 2to3 -w -f print *
  • cannot run graph-solver for pddl-graph (#94)
  • add test to check pddl planning results (#89)
    • search_object/simple_failure_torelant : run euslisp planning script with repeat.sh
    • use unique test-name
    • use proc.returncode instead of proc.poll()
    • test multiple sequence_action at once
    • pddlresulttest: support multiple sequence at once
    • add add_rostest(test/search_object.test)
    • demos/search_object: use display_graph to gnome-open pdf
    • [pddl_planner/demos/search_object] fix bug, and add launch file
    • add_rostest for test directory
    • add pddl result test for demo
    • add simple_metric/simple_metric.launch
    • 2016_kamada_durative: demo.launch,example.launch starts euslisp file too, for complete example
    • gnome-open .pdf only when ~display_graph is set
    • use display_graph argument for launch file to skip gnome-open pdf demos/2008_okada_ias/demo_pour_tea.launch demos/2011_kakiuchi/demo_cleanup_table.launch demos/2011_saito/demo-knock-door.launch demos/2011_saito/demo-simple-task.launch demos/2011_saito/demo-taking-elevator.launch demos/simple_failure_torelant/demo_simple_failure_torelant.launch demos/2013_fridge_demo/demo_bring_can.launch demos/hanoi/demo_hanoi.launch
    • add pddlresulttest
    • use shell to run pddl solver
    • add test to reproduce https://github.com/jsk-ros-pkg/jsk_demos/issues/1286
  • [pddl_planner/demos/simple_metrix] add launch file (#77)
  • use xdg-open instad of evince. Both installed by ubuntu-desktop package (#76)
  • [pddl_planner] format README.md (#74)

File truncated at 100 lines see the full file

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pddl_planner at Robotics Stack Exchange

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

pddl_planner package from jsk_planning repo

jsk_planning pddl_msgs pddl_planner pddl_planner_viewer task_compiler

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.1.14
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description JSK planning packages
Checkout URI https://github.com/jsk-ros-pkg/jsk_planning.git
VCS Type git
VCS Version master
Last Updated 2023-12-05
Dev Status DEVELOPED
Released RELEASED
Tags hacktoberfest
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

pddl planner wrappers

Additional Links

Maintainers

  • Ryohei Ueda
  • Yohei Kakiuchi
  • Kei Okada
  • Yuki Furuta

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)

pddl_planner

This package provides ROS interface for ff/ffha/downward planners

demos/sample-pddl

bare example

  • ff example
roscd pddl_planner/demos/sample-pddl/
rosrun ff ff -f ./sample-problem.pddl -o sample-domain.pddl

  • ffha example
roscd pddl_planner/demos/sample-pddl/
rosrun ffha ffha -f ./sample-problem.pddl -o sample-domain.pddl

  • downward example
roscd pddl_planner/demos/sample-pddl/
rosrun downward plan sample-domain.pddl ./sample-problem.pddl ipc seq-sat-lama-2011 --plan-file sample.plan

ros example

This package provides ROS actionlib interface for planners, using API defined in pddl_msgs. Please see pddl_planner/demos/sample-pddl/sample-client.py for cliet example.

  • ff example
roslaunch pddl_planner pddl_ff.launch
rosrun pddl_planner sample-client.py --text

  • ffha example
roslaunch pddl_planner pddl_ffha.launch
rosrun pddl_planner sample-client.py --text

  • downward example
roslaunch pddl_planner pddl_downward.launch
rosrun pddl_planner sample-client.py --text

CHANGELOG

Changelog for package pddl_planner

0.1.14 (2023-12-05)

0.1.13 (2023-11-29)

  • [pddl_panner/src/eus-pddl.l] support multiple simbols for 'forall and 'exists (#79)
  • add test to reproduce https://github.com/jsk-ros-pkg/jsk_demos/issues/1286 (#88)
  • add github/workflows (#101)
  • update LPG download link (#97)
  • Add obinata demo (#99)
    • Use only move-with-obj action by introducing none item
    • Use different initial condition for office demo and kitchen car demo
    • Add obinata's multiple robot cooperation demo
    • add launch to run simple_metric_plan
  • add CHECK_PYTHON2_COMPILE, CHECK_PYTHON3_COMPILE (#96)
    • 2to3 -w -f has_key *
    • 2to3 -w -f print *
  • cannot run graph-solver for pddl-graph (#94)
  • add test to check pddl planning results (#89)
    • search_object/simple_failure_torelant : run euslisp planning script with repeat.sh
    • use unique test-name
    • use proc.returncode instead of proc.poll()
    • test multiple sequence_action at once
    • pddlresulttest: support multiple sequence at once
    • add add_rostest(test/search_object.test)
    • demos/search_object: use display_graph to gnome-open pdf
    • [pddl_planner/demos/search_object] fix bug, and add launch file
    • add_rostest for test directory
    • add pddl result test for demo
    • add simple_metric/simple_metric.launch
    • 2016_kamada_durative: demo.launch,example.launch starts euslisp file too, for complete example
    • gnome-open .pdf only when ~display_graph is set
    • use display_graph argument for launch file to skip gnome-open pdf demos/2008_okada_ias/demo_pour_tea.launch demos/2011_kakiuchi/demo_cleanup_table.launch demos/2011_saito/demo-knock-door.launch demos/2011_saito/demo-simple-task.launch demos/2011_saito/demo-taking-elevator.launch demos/simple_failure_torelant/demo_simple_failure_torelant.launch demos/2013_fridge_demo/demo_bring_can.launch demos/hanoi/demo_hanoi.launch
    • add pddlresulttest
    • use shell to run pddl solver
    • add test to reproduce https://github.com/jsk-ros-pkg/jsk_demos/issues/1286
  • [pddl_planner/demos/simple_metrix] add launch file (#77)
  • use xdg-open instad of evince. Both installed by ubuntu-desktop package (#76)
  • [pddl_planner] format README.md (#74)

File truncated at 100 lines see the full file

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pddl_planner at Robotics Stack Exchange

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

pddl_planner package from jsk_planning repo

jsk_planning pddl_msgs pddl_planner pddl_planner_viewer task_compiler

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.1.14
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description JSK planning packages
Checkout URI https://github.com/jsk-ros-pkg/jsk_planning.git
VCS Type git
VCS Version master
Last Updated 2023-12-05
Dev Status DEVELOPED
Released RELEASED
Tags hacktoberfest
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

pddl planner wrappers

Additional Links

Maintainers

  • Ryohei Ueda
  • Yohei Kakiuchi
  • Kei Okada
  • Yuki Furuta

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)

pddl_planner

This package provides ROS interface for ff/ffha/downward planners

demos/sample-pddl

bare example

  • ff example
roscd pddl_planner/demos/sample-pddl/
rosrun ff ff -f ./sample-problem.pddl -o sample-domain.pddl

  • ffha example
roscd pddl_planner/demos/sample-pddl/
rosrun ffha ffha -f ./sample-problem.pddl -o sample-domain.pddl

  • downward example
roscd pddl_planner/demos/sample-pddl/
rosrun downward plan sample-domain.pddl ./sample-problem.pddl ipc seq-sat-lama-2011 --plan-file sample.plan

ros example

This package provides ROS actionlib interface for planners, using API defined in pddl_msgs. Please see pddl_planner/demos/sample-pddl/sample-client.py for cliet example.

  • ff example
roslaunch pddl_planner pddl_ff.launch
rosrun pddl_planner sample-client.py --text

  • ffha example
roslaunch pddl_planner pddl_ffha.launch
rosrun pddl_planner sample-client.py --text

  • downward example
roslaunch pddl_planner pddl_downward.launch
rosrun pddl_planner sample-client.py --text

CHANGELOG

Changelog for package pddl_planner

0.1.14 (2023-12-05)

0.1.13 (2023-11-29)

  • [pddl_panner/src/eus-pddl.l] support multiple simbols for 'forall and 'exists (#79)
  • add test to reproduce https://github.com/jsk-ros-pkg/jsk_demos/issues/1286 (#88)
  • add github/workflows (#101)
  • update LPG download link (#97)
  • Add obinata demo (#99)
    • Use only move-with-obj action by introducing none item
    • Use different initial condition for office demo and kitchen car demo
    • Add obinata's multiple robot cooperation demo
    • add launch to run simple_metric_plan
  • add CHECK_PYTHON2_COMPILE, CHECK_PYTHON3_COMPILE (#96)
    • 2to3 -w -f has_key *
    • 2to3 -w -f print *
  • cannot run graph-solver for pddl-graph (#94)
  • add test to check pddl planning results (#89)
    • search_object/simple_failure_torelant : run euslisp planning script with repeat.sh
    • use unique test-name
    • use proc.returncode instead of proc.poll()
    • test multiple sequence_action at once
    • pddlresulttest: support multiple sequence at once
    • add add_rostest(test/search_object.test)
    • demos/search_object: use display_graph to gnome-open pdf
    • [pddl_planner/demos/search_object] fix bug, and add launch file
    • add_rostest for test directory
    • add pddl result test for demo
    • add simple_metric/simple_metric.launch
    • 2016_kamada_durative: demo.launch,example.launch starts euslisp file too, for complete example
    • gnome-open .pdf only when ~display_graph is set
    • use display_graph argument for launch file to skip gnome-open pdf demos/2008_okada_ias/demo_pour_tea.launch demos/2011_kakiuchi/demo_cleanup_table.launch demos/2011_saito/demo-knock-door.launch demos/2011_saito/demo-simple-task.launch demos/2011_saito/demo-taking-elevator.launch demos/simple_failure_torelant/demo_simple_failure_torelant.launch demos/2013_fridge_demo/demo_bring_can.launch demos/hanoi/demo_hanoi.launch
    • add pddlresulttest
    • use shell to run pddl solver
    • add test to reproduce https://github.com/jsk-ros-pkg/jsk_demos/issues/1286
  • [pddl_planner/demos/simple_metrix] add launch file (#77)
  • use xdg-open instad of evince. Both installed by ubuntu-desktop package (#76)
  • [pddl_planner] format README.md (#74)

File truncated at 100 lines see the full file

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pddl_planner at Robotics Stack Exchange

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

pddl_planner package from jsk_planning repo

jsk_planning pddl_msgs pddl_planner pddl_planner_viewer task_compiler

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.1.14
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description JSK planning packages
Checkout URI https://github.com/jsk-ros-pkg/jsk_planning.git
VCS Type git
VCS Version master
Last Updated 2023-12-05
Dev Status DEVELOPED
Released RELEASED
Tags hacktoberfest
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

pddl planner wrappers

Additional Links

Maintainers

  • Ryohei Ueda
  • Yohei Kakiuchi
  • Kei Okada
  • Yuki Furuta

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)

pddl_planner

This package provides ROS interface for ff/ffha/downward planners

demos/sample-pddl

bare example

  • ff example
roscd pddl_planner/demos/sample-pddl/
rosrun ff ff -f ./sample-problem.pddl -o sample-domain.pddl

  • ffha example
roscd pddl_planner/demos/sample-pddl/
rosrun ffha ffha -f ./sample-problem.pddl -o sample-domain.pddl

  • downward example
roscd pddl_planner/demos/sample-pddl/
rosrun downward plan sample-domain.pddl ./sample-problem.pddl ipc seq-sat-lama-2011 --plan-file sample.plan

ros example

This package provides ROS actionlib interface for planners, using API defined in pddl_msgs. Please see pddl_planner/demos/sample-pddl/sample-client.py for cliet example.

  • ff example
roslaunch pddl_planner pddl_ff.launch
rosrun pddl_planner sample-client.py --text

  • ffha example
roslaunch pddl_planner pddl_ffha.launch
rosrun pddl_planner sample-client.py --text

  • downward example
roslaunch pddl_planner pddl_downward.launch
rosrun pddl_planner sample-client.py --text

CHANGELOG

Changelog for package pddl_planner

0.1.14 (2023-12-05)

0.1.13 (2023-11-29)

  • [pddl_panner/src/eus-pddl.l] support multiple simbols for 'forall and 'exists (#79)
  • add test to reproduce https://github.com/jsk-ros-pkg/jsk_demos/issues/1286 (#88)
  • add github/workflows (#101)
  • update LPG download link (#97)
  • Add obinata demo (#99)
    • Use only move-with-obj action by introducing none item
    • Use different initial condition for office demo and kitchen car demo
    • Add obinata's multiple robot cooperation demo
    • add launch to run simple_metric_plan
  • add CHECK_PYTHON2_COMPILE, CHECK_PYTHON3_COMPILE (#96)
    • 2to3 -w -f has_key *
    • 2to3 -w -f print *
  • cannot run graph-solver for pddl-graph (#94)
  • add test to check pddl planning results (#89)
    • search_object/simple_failure_torelant : run euslisp planning script with repeat.sh
    • use unique test-name
    • use proc.returncode instead of proc.poll()
    • test multiple sequence_action at once
    • pddlresulttest: support multiple sequence at once
    • add add_rostest(test/search_object.test)
    • demos/search_object: use display_graph to gnome-open pdf
    • [pddl_planner/demos/search_object] fix bug, and add launch file
    • add_rostest for test directory
    • add pddl result test for demo
    • add simple_metric/simple_metric.launch
    • 2016_kamada_durative: demo.launch,example.launch starts euslisp file too, for complete example
    • gnome-open .pdf only when ~display_graph is set
    • use display_graph argument for launch file to skip gnome-open pdf demos/2008_okada_ias/demo_pour_tea.launch demos/2011_kakiuchi/demo_cleanup_table.launch demos/2011_saito/demo-knock-door.launch demos/2011_saito/demo-simple-task.launch demos/2011_saito/demo-taking-elevator.launch demos/simple_failure_torelant/demo_simple_failure_torelant.launch demos/2013_fridge_demo/demo_bring_can.launch demos/hanoi/demo_hanoi.launch
    • add pddlresulttest
    • use shell to run pddl solver
    • add test to reproduce https://github.com/jsk-ros-pkg/jsk_demos/issues/1286
  • [pddl_planner/demos/simple_metrix] add launch file (#77)
  • use xdg-open instad of evince. Both installed by ubuntu-desktop package (#76)
  • [pddl_planner] format README.md (#74)

File truncated at 100 lines see the full file

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pddl_planner at Robotics Stack Exchange

Package symbol

pddl_planner package from jsk_planning repo

jsk_planning pddl_msgs pddl_planner pddl_planner_viewer task_compiler

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.1.14
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description JSK planning packages
Checkout URI https://github.com/jsk-ros-pkg/jsk_planning.git
VCS Type git
VCS Version master
Last Updated 2023-12-05
Dev Status DEVELOPED
Released RELEASED
Tags hacktoberfest
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

pddl planner wrappers

Additional Links

Maintainers

  • Ryohei Ueda
  • Yohei Kakiuchi
  • Kei Okada
  • Yuki Furuta

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)

pddl_planner

This package provides ROS interface for ff/ffha/downward planners

demos/sample-pddl

bare example

  • ff example
roscd pddl_planner/demos/sample-pddl/
rosrun ff ff -f ./sample-problem.pddl -o sample-domain.pddl

  • ffha example
roscd pddl_planner/demos/sample-pddl/
rosrun ffha ffha -f ./sample-problem.pddl -o sample-domain.pddl

  • downward example
roscd pddl_planner/demos/sample-pddl/
rosrun downward plan sample-domain.pddl ./sample-problem.pddl ipc seq-sat-lama-2011 --plan-file sample.plan

ros example

This package provides ROS actionlib interface for planners, using API defined in pddl_msgs. Please see pddl_planner/demos/sample-pddl/sample-client.py for cliet example.

  • ff example
roslaunch pddl_planner pddl_ff.launch
rosrun pddl_planner sample-client.py --text

  • ffha example
roslaunch pddl_planner pddl_ffha.launch
rosrun pddl_planner sample-client.py --text

  • downward example
roslaunch pddl_planner pddl_downward.launch
rosrun pddl_planner sample-client.py --text

CHANGELOG

Changelog for package pddl_planner

0.1.14 (2023-12-05)

0.1.13 (2023-11-29)

  • [pddl_panner/src/eus-pddl.l] support multiple simbols for 'forall and 'exists (#79)
  • add test to reproduce https://github.com/jsk-ros-pkg/jsk_demos/issues/1286 (#88)
  • add github/workflows (#101)
  • update LPG download link (#97)
  • Add obinata demo (#99)
    • Use only move-with-obj action by introducing none item
    • Use different initial condition for office demo and kitchen car demo
    • Add obinata's multiple robot cooperation demo
    • add launch to run simple_metric_plan
  • add CHECK_PYTHON2_COMPILE, CHECK_PYTHON3_COMPILE (#96)
    • 2to3 -w -f has_key *
    • 2to3 -w -f print *
  • cannot run graph-solver for pddl-graph (#94)
  • add test to check pddl planning results (#89)
    • search_object/simple_failure_torelant : run euslisp planning script with repeat.sh
    • use unique test-name
    • use proc.returncode instead of proc.poll()
    • test multiple sequence_action at once
    • pddlresulttest: support multiple sequence at once
    • add add_rostest(test/search_object.test)
    • demos/search_object: use display_graph to gnome-open pdf
    • [pddl_planner/demos/search_object] fix bug, and add launch file
    • add_rostest for test directory
    • add pddl result test for demo
    • add simple_metric/simple_metric.launch
    • 2016_kamada_durative: demo.launch,example.launch starts euslisp file too, for complete example
    • gnome-open .pdf only when ~display_graph is set
    • use display_graph argument for launch file to skip gnome-open pdf demos/2008_okada_ias/demo_pour_tea.launch demos/2011_kakiuchi/demo_cleanup_table.launch demos/2011_saito/demo-knock-door.launch demos/2011_saito/demo-simple-task.launch demos/2011_saito/demo-taking-elevator.launch demos/simple_failure_torelant/demo_simple_failure_torelant.launch demos/2013_fridge_demo/demo_bring_can.launch demos/hanoi/demo_hanoi.launch
    • add pddlresulttest
    • use shell to run pddl solver
    • add test to reproduce https://github.com/jsk-ros-pkg/jsk_demos/issues/1286
  • [pddl_planner/demos/simple_metrix] add launch file (#77)
  • use xdg-open instad of evince. Both installed by ubuntu-desktop package (#76)
  • [pddl_planner] format README.md (#74)

File truncated at 100 lines see the full file

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pddl_planner at Robotics Stack Exchange

Package symbol

pddl_planner package from jsk_planning repo

jsk_planning pddl_msgs pddl_planner pddl_planner_viewer task_compiler

ROS Distro
noetic

Package Summary

Tags No category tags.
Version 0.1.14
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description JSK planning packages
Checkout URI https://github.com/jsk-ros-pkg/jsk_planning.git
VCS Type git
VCS Version master
Last Updated 2023-12-05
Dev Status DEVELOPED
Released RELEASED
Tags hacktoberfest
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

pddl planner wrappers

Additional Links

Maintainers

  • Ryohei Ueda
  • Yohei Kakiuchi
  • Kei Okada
  • Yuki Furuta

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)

pddl_planner

This package provides ROS interface for ff/ffha/downward planners

demos/sample-pddl

bare example

  • ff example
roscd pddl_planner/demos/sample-pddl/
rosrun ff ff -f ./sample-problem.pddl -o sample-domain.pddl

  • ffha example
roscd pddl_planner/demos/sample-pddl/
rosrun ffha ffha -f ./sample-problem.pddl -o sample-domain.pddl

  • downward example
roscd pddl_planner/demos/sample-pddl/
rosrun downward plan sample-domain.pddl ./sample-problem.pddl ipc seq-sat-lama-2011 --plan-file sample.plan

ros example

This package provides ROS actionlib interface for planners, using API defined in pddl_msgs. Please see pddl_planner/demos/sample-pddl/sample-client.py for cliet example.

  • ff example
roslaunch pddl_planner pddl_ff.launch
rosrun pddl_planner sample-client.py --text

  • ffha example
roslaunch pddl_planner pddl_ffha.launch
rosrun pddl_planner sample-client.py --text

  • downward example
roslaunch pddl_planner pddl_downward.launch
rosrun pddl_planner sample-client.py --text

CHANGELOG

Changelog for package pddl_planner

0.1.14 (2023-12-05)

0.1.13 (2023-11-29)

  • [pddl_panner/src/eus-pddl.l] support multiple simbols for 'forall and 'exists (#79)
  • add test to reproduce https://github.com/jsk-ros-pkg/jsk_demos/issues/1286 (#88)
  • add github/workflows (#101)
  • update LPG download link (#97)
  • Add obinata demo (#99)
    • Use only move-with-obj action by introducing none item
    • Use different initial condition for office demo and kitchen car demo
    • Add obinata's multiple robot cooperation demo
    • add launch to run simple_metric_plan
  • add CHECK_PYTHON2_COMPILE, CHECK_PYTHON3_COMPILE (#96)
    • 2to3 -w -f has_key *
    • 2to3 -w -f print *
  • cannot run graph-solver for pddl-graph (#94)
  • add test to check pddl planning results (#89)
    • search_object/simple_failure_torelant : run euslisp planning script with repeat.sh
    • use unique test-name
    • use proc.returncode instead of proc.poll()
    • test multiple sequence_action at once
    • pddlresulttest: support multiple sequence at once
    • add add_rostest(test/search_object.test)
    • demos/search_object: use display_graph to gnome-open pdf
    • [pddl_planner/demos/search_object] fix bug, and add launch file
    • add_rostest for test directory
    • add pddl result test for demo
    • add simple_metric/simple_metric.launch
    • 2016_kamada_durative: demo.launch,example.launch starts euslisp file too, for complete example
    • gnome-open .pdf only when ~display_graph is set
    • use display_graph argument for launch file to skip gnome-open pdf demos/2008_okada_ias/demo_pour_tea.launch demos/2011_kakiuchi/demo_cleanup_table.launch demos/2011_saito/demo-knock-door.launch demos/2011_saito/demo-simple-task.launch demos/2011_saito/demo-taking-elevator.launch demos/simple_failure_torelant/demo_simple_failure_torelant.launch demos/2013_fridge_demo/demo_bring_can.launch demos/hanoi/demo_hanoi.launch
    • add pddlresulttest
    • use shell to run pddl solver
    • add test to reproduce https://github.com/jsk-ros-pkg/jsk_demos/issues/1286
  • [pddl_planner/demos/simple_metrix] add launch file (#77)
  • use xdg-open instad of evince. Both installed by ubuntu-desktop package (#76)
  • [pddl_planner] format README.md (#74)

File truncated at 100 lines see the full file

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pddl_planner at Robotics Stack Exchange