MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / BT_JSON_CONVERTER

Function BT_JSON_CONVERTER

sample_nodes/movebase_node.h:19–24  ·  view source on GitHub ↗

NOLINTNEXTLINE(misc-use-internal-linkage)

Source from the content-addressed store, hash-verified

17
18// NOLINTNEXTLINE(misc-use-internal-linkage)
19BT_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
26namespace BT
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected