File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -343,9 +343,14 @@ mechanically, not by discipline.
343343 1.8 ns) — invisible at 136 calls, ~ 0.35 s at 1M; the lowering story (6-line
344344 cppdef checker) is the in-script answer. Bringup ~ 538 ms (cheapest kit).
345345 callback() dogfood found a real gap: class-typed hints infer ` T& ` but OMPL
346- needs ` const T* ` — succeeds silently, fails at the setter (follow-up
347- queued). Demos incl. nav_msgs/Path publishing via rclcppyy. Docs mirror
348- the structure (` docs/ompl_kit/ ` ).
346+ needs ` const T* ` — succeeds silently, fails at the setter. ** Fixed
347+ (88c6165):** verbatim C++ type strings as annotations
348+ (` s: "const ompl::base::State*" ` ) + a one-time warning on bare class-hint
349+ reference inference; regression-tested. COMMON_PATTERNS gained §16–18
350+ (cross-inheritance mechanics, shared_ptr/RTTI, reserved-word methods);
351+ README Kits section now lists all three kits (63b0535). Demos incl.
352+ nav_msgs/Path publishing via rclcppyy. Docs mirror the structure
353+ (` docs/ompl_kit/ ` ).
349354
350355## Risks & mitigations
351356
You can’t perform that action at this time.
0 commit comments