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

Function triggerSubCallback

src/dji_osdk_ros/samples/telemetry_node.cpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void triggerSubCallback(const sensor_msgs::TimeReference::ConstPtr& trigger)
181{
182 trigger_ = *trigger;
183}
184
185void rcConnectionStatusSubCallback(const std_msgs::UInt8::ConstPtr& rcConnectionStatus)
186{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected