NOLINTNEXTLINE(misc-use-internal-linkage)
| 17 | |
| 18 | // NOLINTNEXTLINE(misc-use-internal-linkage) |
| 19 | BT_JSON_CONVERTER(Pose2D, pose) |
| 20 | { |
| 21 | add_field("x", &pose.x); |
| 22 | add_field("y", &pose.y); |
| 23 | add_field("theta", &pose.theta); |
| 24 | } |
| 25 | |
| 26 | namespace BT |
| 27 | { |
nothing calls this directly
no outgoing calls
no test coverage detected