20 #include "google/protobuf/io/zero_copy_stream_impl.h" 21 #include "google/protobuf/text_format.h" 23 #include "modules/perception/proto/rt.pb.h" 26 namespace perception {
29 google::protobuf::Message *proto);
31 google::protobuf::Message *proto);
32 bool loadNetParams(
const std::string ¶m_file, NetParameter *param);
33 std::string
locateFile(
const std::string &path,
const std::string &input);
std::string locateFile(const std::string &path, const std::string &input)
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
bool ReadProtoFromBinaryFile(const std::string &filename, google::protobuf::Message *proto)
bool loadNetParams(const std::string ¶m_file, NetParameter *param)
bool ReadProtoFromTextFile(const std::string &filename, google::protobuf::Message *proto)