一个增加算法模块的实例
https://github.com/ApolloAuto/apollo/blob/master/docs/howto/how_to_add_a_new_predictor_in_prediction_module.md
总结一下,
- 使用虚类定义接口
- 使用prediction_conf.proto增加派生的predictor到枚举中。
- 在prediction_conf.pb.txt中更新predictor_type字段。
- Register 派生类。
一个增加算法模块的实例
https://github.com/ApolloAuto/apollo/blob/master/docs/howto/how_to_add_a_new_predictor_in_prediction_module.md
总结一下,
- 使用虚类定义接口
- 使用prediction_conf.proto增加派生的predictor到枚举中。
- 在prediction_conf.pb.txt中更新predictor_type字段。
- Register 派生类。