diff --git a/README.md b/README.md index c3af358..04cf2dc 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ rosdoc2 build \ ``` > [!NOTE] -> Please make sure that ROS 2 colcon workspace is NOT sourced during build. +> Please see [Known Issues](#known-issues) if failed. This command will inspect your package and run various documentation tools based on the configuration of your package. @@ -197,3 +197,9 @@ TODO ## Contributing TODO + +## Known Issues + +| Description / Error Message | Issue | Workaround | +|:---|:---:|:---| +| `No module named 'rclpy._rclpy_pybind11'` | #66 | Do not source colcon workspace. |