MyMission installation to the simulated drone failed

Hi, I just walk through the instructions of “Creating a mission”. When I was at the step of the installation, it was broken with error message:HTTP/1.1 415 Unsupported Media Type. However I tested that the installation of the Hello Drone worked well.

In addition, products/mymission/pc/config/global.config is containing:

# CONFIG_ALCHEMY_BUILD_AIRSDK_HELLO_AUTOPILOT_PLUGINS is not set
# CONFIG_ALCHEMY_BUILD_AIRSDK_HELLO_CV_SERVICE is not set
# CONFIG_ALCHEMY_BUILD_AIRSDK_MYMISSION_AUTOPILOT_PLUGINS is not set
# CONFIG_ALCHEMY_BUILD_AIRSDK_MYSERVICE_SERVICE is not set
# CONFIG_ALCHEMY_BUILD_LIBAIRSDK_HELLO_CV_SERVICE_MSGHUB is not set
# CONFIG_ALCHEMY_BUILD_LIBAIRSDK_HELLO_CV_SERVICE_PB is not set
# CONFIG_ALCHEMY_BUILD_LIBAIRSDK_HELLO_CV_SERVICE_PBPY is not set
# CONFIG_ALCHEMY_BUILD_LIBAIRSDK_HELLO_GUIDANCE_PBPY is not set
# CONFIG_ALCHEMY_BUILD_LIBMISSION_AIRSDK_HELLO_PBPY is not set
# CONFIG_ALCHEMY_BUILD_LIBMISSION_AIRSDK_MYMISSION_PBPY is not set

which is not the same as the sample provided in the instruction. Does it matter?
Any thought to fix the installation problem?

Hello @Queenie,

Did you configure de mission as per Creating a mission - 7.4 / Configure the mission in the build System

Try running

./build.sh -p mymission-pc -A config-update

If the above command does not update the products/mymission/pc/config/global.config file correctly then check your atom.mk file and verify that the LOCAL_LIBRARIES variables are well specified as per the instructions.

Georges

This topic was automatically closed after 30 days. New replies are no longer allowed.