Failing tasks 1a and 2b in the basics exam drone challenge. Help!

This is an error report.


Screenshot of the error


Error details

I don't know why I keep failing the test for task 1a in the bascis_exam. However, when I run roslaunch bascis_exam drone_off.launch alone, the drone can take off normally. May I ask what the reason is?

This is an error report.


Screenshot of the error


Error details

[17:43:37] [assess] /dist_motion_service result message was NOT correct.

When I call the service myself through the terminal, the result matches the requirement. However, I still can’t pass the assessment test. Could you please tell me what’s wrong?

Consolidating the issues in one post

image

image

The problem was that your service did not return a response, as it should. According to the logs:

ERROR: service [/dist_motion_service] returned no response

It appears one of the topics we use for checking drone takeoff was not working. Sorry about that. We can give you the full points for this while looking into the problem, but you need to work on the /dist_motion_service part.