mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-22 09:42:10 +08:00
remove unused submaster (#2187)
old-commit-hash: 8f45685c916cbc9e8c873844504e089a83d6dcf3
This commit is contained in:
@@ -32,8 +32,6 @@ int main(int argc, char **argv) {
|
||||
signal(SIGINT, (sighandler_t)set_do_exit);
|
||||
signal(SIGTERM, (sighandler_t)set_do_exit);
|
||||
|
||||
// messaging
|
||||
SubMaster sm({"dMonitoringState"});
|
||||
PubMaster pm({"driverState"});
|
||||
|
||||
// init the models
|
||||
|
||||
Reference in New Issue
Block a user