MCPcopy Create free account
hub / github.com/dji-sdk/Onboard-SDK-ROS / rcDataCallback

Function rcDataCallback

src/dji_osdk_ros/samples/telemetry_node.cpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void rcDataCallback(const sensor_msgs::Joy::ConstPtr& rcData)
131{
132 rc_data_ = *rcData;
133}
134
135void localPositionSubCallback(const geometry_msgs::PointStamped::ConstPtr& localPosition)
136{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected