Skip to content

Add temporal-numeric benchmark and performance evaluation - #7

Open
igonzf wants to merge 10 commits into
PlanSys2:mainfrom
igonzf:main
Open

Add temporal-numeric benchmark and performance evaluation#7
igonzf wants to merge 10 commits into
PlanSys2:mainfrom
igonzf:main

Conversation

@igonzf

@igonzf igonzf commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

This PR adds a new temporal-numeric benchmark to evaluate UPF4ROS2 on a more computationally demanding planning problem.

Changes

  • Added the new benchmark PDDL domain and problem files.
  • Added the performance metrics collected from the evaluation.

Benchmark

The benchmark PDDL files are available at:

upf4ros2_demo/test/pddl

Evaluation data

The execution metrics and performance results are available in:

data/

Comment thread upf_msgs/CMakeLists.txt Outdated
find_package(ament_cmake REQUIRED)
find_package(builtin_interfaces REQUIRED)
find_package(rosidl_default_generators REQUIRED)
find_package(rosidl_cmake REQUIRED)

@fmrico fmrico Jul 24, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why specifying all the generators manually?

@igonzf

igonzf commented Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

We added them temporarily because, in our CI environment, rosidl_default_generators was also enabling the Rust generator, which was failing due to a missing dependency (rosidl_pycommon). This has now been resolved by keeping rosidl_default_generators and filtering out only the Rust generator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants