Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
igonzf committed Nov 4, 2024
1 parent a285c10 commit 7f082d5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ This repository contains a UPF TSB for ROS 2

```
$ pip install --pre unified-planning[pyperplan,tamer]
$ pip install ConfigSpace
$ pip install typing_extensions==4.7.1 --upgrade
$ cd <upf_workspace>
$ cd src
$ git clone https://github.com/PlanSys2/UPF4ROS2.git
Expand Down
12 changes: 10 additions & 2 deletions upf.repos
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@ repositories:
up-tamer:
type: git
url: https://github.com/aiplan4eu/up-tamer.git
version: 869e7ab06cf23c5541a47f46209159fd51d8021f
version: main
up-pyperplan:
type: git
url: https://github.com/aiplan4eu/up-pyperplan.git
version: ac2b04d2d41c20b15f7c4143c19947f9704d1888
version: main
ros2_planning_system:
type: git
url: https://github.com/PlanSys2/ros2_planning_system.git
version: humble-devel
cascade_lifecycle:
type: git
url: https://github.com/fmrico/cascade_lifecycle.git
version: humble-devel

0 comments on commit 7f082d5

Please sign in to comment.