Skip to content

Commit 14fa1cb

Browse files
committed
Update devkit dependencies
1 parent b4406a3 commit 14fa1cb

File tree

4 files changed

+27
-12
lines changed

4 files changed

+27
-12
lines changed

autodrive_devkit/README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ This directory hosts ROS 2 API (a meta-package), which supports modular algorith
3838
3939
| Package | Tested Version |
4040
|-----------------------|----------------|
41-
| numpy | 1.13.3 |
42-
| pillow | 5.1.0 |
43-
| opencv-contrib-python | 4.5.1.48 |
41+
| attrdict | 2.0.1 |
42+
| numpy | 1.22.2 |
43+
| pillow | 9.0.1 |
44+
| opencv-contrib-python | 4.10.0.84 |
45+
| transforms3d | 0.4.2 |
4446
4547
- Install dependencies using `requirements.txt` file (use the file specific to your Python version → check using `python3 --version`):
4648
@@ -50,6 +52,13 @@ This directory hosts ROS 2 API (a meta-package), which supports modular algorith
5052
$ pip3 install -r requirements_python_3.10.txt # Python 3.10
5153
```
5254
55+
- ROS 2 dependencies for data processing and visualization (usually any version will do the job):
56+
57+
```bash
58+
$ sudo apt install ros-$ROS_DISTRO-tf-transformations
59+
$ sudo apt install ros-$ROS_DISTRO-imu-tools
60+
```
61+
5362
## USAGE
5463
5564
- **Bringup:**

autodrive_devkit/requirements_python_3.10.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ gevent-websocket==0.10.1
99
Jinja2==3.0.3
1010
itsdangerous==2.0.1
1111
werkzeug==2.0.3
12-
numpy
13-
pillow
14-
opencv-contrib-python
12+
attrdict==2.0.1
13+
numpy==1.22.2
14+
pillow==9.0.1
15+
opencv-contrib-python==4.10.0.84
16+
transforms3d==0.4.2

autodrive_devkit/requirements_python_3.8.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ gevent-websocket==0.10.1
99
Jinja2==3.0.3
1010
itsdangerous==2.0.1
1111
werkzeug==2.0.3
12-
numpy
13-
pillow
14-
opencv-contrib-python
12+
attrdict==2.0.1
13+
numpy==1.22.2
14+
pillow==9.0.1
15+
opencv-contrib-python==4.10.0.84
16+
transforms3d==0.4.2

autodrive_devkit/requirements_python_3.9.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ gevent-websocket==0.10.1
99
Jinja2==3.0.3
1010
itsdangerous==2.0.1
1111
werkzeug==2.0.3
12-
numpy
13-
pillow
14-
opencv-contrib-python
12+
attrdict==2.0.1
13+
numpy==1.22.2
14+
pillow==9.0.1
15+
opencv-contrib-python==4.10.0.84
16+
transforms3d==0.4.2

0 commit comments

Comments
 (0)