Skip to content

Commit

Permalink
docs(yocto/testing): add Known Issues for Python examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nikAizuddin committed Jun 18, 2023
1 parent f4b9225 commit eebce9f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/yocto/common/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ ros2 run ros2_helloworld_python helloworld
```

To exit the program, either `CTRL` + `C` or send `0x0A03` (Number) to serial console.


## Known Issues

Python examples are broken at the moment due to Yocto Langdale uses `Python3 Setuptools v65.0.2`. See [entry_points install path is now 'bin' instead of 'lib' for setup.py installs](https://github.com/colcon/colcon-core/issues/518) issue. The examples only work with Yocto Honister which uses `Python3 Setuptools v57.4.0`.

0 comments on commit eebce9f

Please sign in to comment.