Skip to content

Instantly share code, notes, and snippets.

@CarterFendley
Last active July 27, 2021 02:20

The error

When runing gdb pHelmIvP and then r targ_vehicle.moos I got the following error

No mission config block found for /home/moos/moos-ivp/bin/pHelmIvP

And a note that the helim is in the MALCONFIG state

The problem

The pHelmIvP app uses arg[0] not $PATH to construct relative paths.

The fix

Give the pHelmIvP an alias to run under when launching it after gdb pHelmIvP like below

r targ_vehicle.moos --alias=pHelmIvP

Credits

Courtesy of the brain of Conlan (HeroCC)... as per usual :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment