We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df75268 commit 89fa3feCopy full SHA for 89fa3fe
README.md
@@ -11,7 +11,7 @@ This component needs `colcon` and other Python 3 packages inside the IDF virtual
11
12
```bash
13
. $IDF_PATH/export.sh
14
-pip3 install catkin_pkg lark-parser colcon-common-extensions
+pip3 install catkin_pkg lark-parser colcon-common-extensions empy==3.3.4
15
```
16
17
## Middlewares available
docker/install_micro_ros_deps_script.sh
@@ -5,6 +5,6 @@ set -eu
5
sudo apt update -q
6
sudo apt install -yq python3-pip
7
source $IDF_PATH/export.sh
8
-pip3 install catkin_pkg lark-parser colcon-common-extensions importlib-resources
+pip3 install catkin_pkg lark-parser colcon-common-extensions importlib-resources empy==3.3.4
9
10
set +u
0 commit comments