You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -136,3 +136,4 @@ see the file [3rd-party-licenses.txt](3rd-party-licenses.txt).
136
136
- When using provided precompiled libraries, users should take into account the already configured static memory pools in middleware layers. [More info here](https://micro-ros.github.io/docs/tutorials/core/microxrcedds_rmw_configuration/).
137
137
- micro-ROS transports should be refactored in order to provide a pluggable mechanims. Only USB serial transports are provided.
138
138
- Teensyduino support files have to be patched in order to use precompiled libraries.
139
+
- To solve Python errors on ESP32 compilation: `apt install python-is-python3 && pip3 install pyserial`
0 commit comments