Skip to content

Commit 8dd306b

Browse files
committed
Extend readme
1 parent dd75afc commit 8dd306b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ sudo apt install mypy
5151
## Limitations
5252

5353
- Only `register_simple_action`, `register_simple_condition`, and `register_simple_decorator` are currently supported.
54-
- Due to limitations of `BT::Any` only copy-constructible types are supported.
55-
- Due to how `pybind11` handle memory, mixing `std::shared_ptr` and `std::unique_ptr` between python/c++ is not supported.
54+
- Due to limitations of `BT::Any`, only copy-constructible types are supported.
55+
- Due to how `pybind11` handle memory, mixing `std::shared_ptr` and `std::unique_ptr` between Python/C++ is not supported (You can't have an (in/out)_port with a shared_ptr/unique_ptr if you are planning to share it between Python/C++).
5656

5757
## Acknowledgements
5858

0 commit comments

Comments
 (0)