You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When launching the Calibration program by giving it one of the arguments --id-robot, --id-navigation or --id-navigation-parameters, the program crashes with the error message:
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_M_construct null not valid
The problem comes from the utilization of the external char *optarg variable.
The text was updated successfully, but these errors were encountered:
Describe the bug
When launching the
Calibration
program by giving it one of the arguments--id-robot
,--id-navigation
or--id-navigation-parameters
, the program crashes with the error message:The problem comes from the utilization of the
external char *optarg
variable.The text was updated successfully, but these errors were encountered: