File tree Expand file tree Collapse file tree 3 files changed +21
-46
lines changed
ROS2/AMD64x86/wheelchair2_base_gazebo Expand file tree Collapse file tree 3 files changed +21
-46
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,3 @@ RUN sudo mkdir -p /home/container_user/conda_envs
143143WORKDIR /home/container_user/conda_envs
144144COPY detection1.yml .
145145RUN conda env create -f detection1.yml
146-
147- COPY detection2.yml .
148- RUN conda env create -f detection2.yml
Original file line number Diff line number Diff line change 1- name : detection
1+ name : detection1
22channels :
3+ - conda-forge
34 - defaults
45dependencies :
5- - python=3.9
6- - pip
6+ - python=3.9
7+ - pip
8+ - numpy=1.24.2
9+ - scipy
10+ - pandas=2.3.0
11+ - matplotlib
12+ - jupyterlab
13+ - scikit-learn
14+ - pillow=11.3.0
715 - pip :
8- - " numpy<2"
9- - ultralytics
10- - ros2_numpy
11- - torch
12- - torchvision
13- - matplotlib
14- - scikit-learn
16+ - opencv-python==4.11.0.86
17+ - open3d==0.19.0
18+ - pyquaternion==0.9.9
19+ - torch==2.7.1
20+ - torchvision==0.22.1
21+ - torchmetrics
22+ - torchsummary
23+ - ultralytics==8.3.172
24+ - ros2_numpy==0.0.4
25+
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments