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
+2-2
Original file line number
Diff line number
Diff line change
@@ -51,8 +51,8 @@ sudo apt install mypy
51
51
## Limitations
52
52
53
53
- 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++).
0 commit comments