MCPcopy Create free account
hub / github.com/amov-lab/Prometheus / msg_planning_cb

Function msg_planning_cb

Modules/ground_station/src/ground_station_msg.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 printf_message(message);
23}
24void msg_planning_cb(const prometheus_msgs::Message::ConstPtr& msg)
25{
26 prometheus_msgs::Message message = *msg;
27 printf_message(message);
28}
29void msg_det_cb(const prometheus_msgs::Message::ConstPtr& msg)
30{
31 prometheus_msgs::Message message = *msg;

Callers

nothing calls this directly

Calls 1

printf_messageFunction · 0.85

Tested by

no test coverage detected