fix segmentation fault when running local_position_estimator module without arguments
argv[1] was read even if argc < 2 -> segmentation fault when running without arguments the return saves this
Please register or sign in to comment
argv[1] was read even if argc < 2 -> segmentation fault when running without arguments the return saves this