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
If you call the /airsim_node/local_position_goal ROS service with a position underground such that the drone cannot ever reach it, any further calls to the service will fail and the drone will be stuck trying to move to the original impossible goal.
call the /airsim_node/local_position_goal ROS service again with a valid location, i.e. rosservice call /airsim_node/local_position_goal 0 0 -- -5 2 drone_1
Include full error message in text form
What's better than filing an issue? Filing a pull request :).
The text was updated successfully, but these errors were encountered:
I think with topic "/airsim_node/local_position_goal/override" you can change the goal and get over the problem.
However, I think that could be added a check for unsupported positions in local_position_goal_srv_cb ( I don't know if a position underground would be required in some case, I don't think so ).
Bug report
What's the issue you encountered?
If you call the
/airsim_node/local_position_goal
ROS service with a position underground such that the drone cannot ever reach it, any further calls to the service will fail and the drone will be stuck trying to move to the original impossible goal.Settings
follow configuration described here
How can the issue be reproduced?
/airsim_node/local_position_goal
ROS service again with a valid location, i.e.rosservice call /airsim_node/local_position_goal 0 0 -- -5 2 drone_1
Include full error message in text form
What's better than filing an issue? Filing a pull request :).
The text was updated successfully, but these errors were encountered: