-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv.yml
43 lines (43 loc) · 780 Bytes
/
env.yml
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
# Copyright (c) 2024. Tudor Oancea, Matteo Berthet
name: brains2
channels:
- robostack-staging
- robostack-humble
- conda-forge
dependencies:
# dependency management
- conda-lock
# python dependencies
- python=3.11
- pip
- uv
# misc tools for debugging, linting, etc.
- icecream
- ruff
- tqdm
- gtest
# general scientifc computing
- numpy
- matplotlib
- scipy
- casadi>=3.6.7
- eigen
- osqp-eigen
# c++ dependencies
- compilers
- clang
- ninja
- cmake
- nlohmann_json
- yaml-cpp
# track generation dependencies
- shapely
# ros2 dependencies
- ros-humble-desktop
- pkg-config
- colcon-common-extensions
- ros-humble-rosbag2-storage-mcap
- ros-humble-foxglove-bridge
platforms:
- osx-arm64
- linux-aarch64