Add insertCpmToCpmTable in indicate
This commit is contained in:
parent
8482cacc84
commit
8d09bfccf6
|
@ -169,6 +169,8 @@ namespace v2x {
|
||||||
// RCLCPP_INFO(node_->get_logger(), "[INDICATE] Empty POC");
|
// RCLCPP_INFO(node_->get_logger(), "[INDICATE] Empty POC");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
insertCpmToCpmTable(message, (char*) "cpm_received");
|
||||||
|
|
||||||
if (reflect_packet_) {
|
if (reflect_packet_) {
|
||||||
Application::DownPacketPtr packet{new DownPacket()};
|
Application::DownPacketPtr packet{new DownPacket()};
|
||||||
std::unique_ptr<geonet::DownPacket> payload{new geonet::DownPacket()};
|
std::unique_ptr<geonet::DownPacket> payload{new geonet::DownPacket()};
|
||||||
|
|
Loading…
Reference in New Issue