Skip to content

Commit 2fd6def

Browse files
committed
Remove vendor pkgs
1 parent 0c21481 commit 2fd6def

2 files changed

Lines changed: 96 additions & 32 deletions

File tree

pixi.lock

Lines changed: 93 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 3 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ description = "Runs tests for all ROS 2 packages. Add --packages-select <package
3232
python = "==3.12"
3333

3434
# Patches
35-
#readline = ">=8.2.999" # This is needed because we want to install an empty readline package from our models channel that leads to the system version being used. Otherwise we might have a mismatch between bash (often accessed globally ignoring the env) and readline (provided by the env) breaking everything.
35+
# readline = ">=8.2.999" # This is needed because we want to install an empty readline package from our models channel that leads to the system version being used. Otherwise we might have a mismatch between bash (often accessed globally ignoring the env) and readline (provided by the env) breaking everything.
3636

3737
[feature.ros.dependencies]
3838
# Misc dependencies for our ROS 2 packages
@@ -77,6 +77,7 @@ pyyaml = ">=6.0.3,<7"
7777
rich = ">=14.2.0,<15"
7878
rospkg = ">=1.6.0,<2"
7979
ruff = ">=0.14.6,<0.15"
80+
scipy = ">=1.17.1,<2"
8081
simpleeval = ">=1.0.3,<2"
8182
sphinx-rtd-theme = ">=3.0.2,<4"
8283
sysroot_linux-64 = ">=2.28,<3"
@@ -154,42 +155,12 @@ ros-jazzy-transmission-interface = ">=4.37.0,<5"
154155
ros-jazzy-turtlesim = ">=1.8.3,<2"
155156
ros-jazzy-urdf = ">=2.10.0,<3"
156157
ros-jazzy-urdfdom-py = ">=1.2.1,<2"
158+
ros-jazzy-vision-msgs = ">=4.1.1,<5"
157159
ros-jazzy-vision-opencv = ">=4.1.0,<5"
158160
ros-jazzy-visualization-msgs = ">=5.3.6,<6"
159161
ros-jazzy-web-video-server = ">=2.1.1,<3"
160162
ros-jazzy-xacro = ">=2.1.1,<3"
161163

162-
# Bit-Bots vendor packages
163-
# ros-jazzy-imu-complementary-filter = ">=2.1.5,<3"
164-
# ros-jazzy-pybind11-vendor = ">=3.1.3,<4"
165-
# ros-jazzy-soccer-vision-3d-rviz-markers = ">=1.0.0,<2"
166-
# ros-jazzy-soccer-vision-3d-msgs = ">=1.0.0,<2"
167-
# ros-jazzy-soccer-vision-attribute-msgs = ">=1.0.0,<2"
168-
# ros-jazzy-rot-conv = ">=1.1.0,<2"
169-
# # ros-jazzy-bio-ik = ">=2.0.0,<3"
170-
# ros-jazzy-bio-ik-msgs = ">=0.0.0,<0.0.1"
171-
# ros-jazzy-biped-interfaces = ">=0.0.0,<0.0.1"
172-
# ros-jazzy-bitbots-tf-buffer = ">=1.0.0,<2"
173-
# ros-jazzy-ros2-python-extension = ">=1.0.0,<2"
174-
# ros-jazzy-dynamic-stack-decider = ">=0.5.3,<0.6"
175-
# ros-jazzy-dynamic-stack-decider-visualization = ">=0.2.1,<0.3"
176-
# # To be replaced with ros-jazzy-game-controller-hsl once the new version is released upstream
177-
# # ros-jazzy-game-controller-hl = ">=1.1.0,<2"
178-
# # ros-jazzy-game-controller-hl-interfaces = ">=0.0.1,<0.0.2"
179-
# ros-jazzy-humanoid-base-footprint = ">=0.1.2,<0.2"
180-
# ros-jazzy-ipm-image-node = ">=0.0.0,<0.0.1"
181-
# ros-jazzy-ipm-interfaces = ">=0.0.0,<0.0.1"
182-
# ros-jazzy-ipm-library = ">=0.0.0,<0.0.1"
183-
# ros-jazzy-soccer-ipm = ">=0.0.0,<0.0.1"
184-
# ros-jazzy-soccer-field-map-generator = ">=0.0.0,<0.0.1"
185-
# ros-jazzy-udp-bridge = ">=0.0.0,<0.0.1"
186-
# ros-jazzy-particle-filter = ">=0.0.1,<0.0.2"
187-
# ros-jazzy-ros2-numpy = ">=2.0.9,<3"
188-
# ros-jazzy-gazebo-msgs = ">=3.8.0,<4"
189-
# ros-jazzy-bitbots-dynamixel-sdk = ">=3.7.21,<4"
190-
# ros-jazzy-dynamixel-workbench-toolbox = ">=0.1.8,<0.2"
191-
# ros-jazzy-better-launch = ">=1.0.3,<2"
192-
193164
# Neural network models / data packages
194165
# bitbots_model_2023_04_04_philipp_yoeox_with_team_colors = ">=1.0.0,<2"
195166
# bitbots_model_2022_10_07_flo_torso21_yoeox = ">=1.0.0,<2"

0 commit comments

Comments
 (0)