Skip to content

Commit

Permalink
add selfcheck protect
Browse files Browse the repository at this point in the history
if error happens when selfcheck, exit
  • Loading branch information
Agnel-Wang committed Nov 15, 2022
1 parent 861dc81 commit 7c768a0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file modified lib/libZ1_ROS_Linux64.so
Binary file not shown.
Binary file modified lib/libZ1_UDP_Linux64.so
Binary file not shown.
1 change: 1 addition & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ int main(int argc, char **argv){
usleep(100000);
}

delete fsm;
delete ctrlComp;
return 0;
}

0 comments on commit 7c768a0

Please sign in to comment.