uavcan_dynamic_node_id_server - setting status OK

This commit is contained in:
Pavel Kirienko 2015-05-23 21:32:00 +03:00
parent a6618d9be0
commit 9b5074051f

View File

@ -58,6 +58,8 @@ uavcan_linux::NodePtr initNode(const std::vector<std::string>& ifaces, uavcan::N
throw std::runtime_error("Network conflict with node " + std::to_string(check_result.conflicting_node.get()));
}
node->setStatusOk();
return node;
}