-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpixi.toml
64 lines (54 loc) · 1.48 KB
/
pixi.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[project]
authors = [ "See CONTRIBUTORS" ]
channels = ["https://fast.prefix.dev/conda-forge"]
name = "gss"
platforms = ["linux-64"]
version = "0.1.0"
[tasks]
gss = "python3 GSServer.py"
test_scenarios_ci = "bash scripts/run_scenarios.bash --no-dash --non-interactive"
[system-requirements]
libc = { family = "glibc", version = "2.31" }
[dependencies]
python = "3.11.*"
pip = "*"
tk = { build = "xft_*" }
antlr4-python3-runtime = "==4.9.3"
graphviz = "*"
matplotlib = "*"
numpy = "*"
scipy = "*"
requests = "*"
pynput = "*"
screeninfo = "*"
[pypi-dependencies]
antlr-denter = "*"
glog = "*"
lanelet2 = "*"
py-trees = "==0.7.6"
sysv-ipc = "*"
[target.linux.dependencies]
libgl-devel = "*"
[environments]
humble = { features = ["humble"] }
[feature.humble]
channels = ["https://prefix.dev/robostack-humble"]
[feature.humble.dependencies]
compilers = "*"
cmake = "*"
pkg-config = "*"
make = "*"
ninja = "*"
ros-humble-desktop = "*"
ros-humble-geographic-msgs = "*"
catkin_tools = "*"
rosdep = "*"
colcon-common-extensions = ">=0.3.0,<0.4"
setuptools = "<=58.2.0"
[feature.humble.activation]
scripts = ["colcon_ws/install/setup.bash"]
[feature.humble.tasks]
ros_client_build = { cmd = "bash scripts/pixi_build_ros2_client.bash", outputs = ["colcon_ws/install/setup.bash"] }
ros_client = { cmd = "ros2 run geoscenario_client geoscenario_client", depends-on = ["ros_client_build"] }
ros_mock_co_simulator = { cmd = "ros2 run geoscenario_client mock_co_simulator", depends-on = ["ros_client_build"] }
rqt = "rqt"