We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, when mocap is disconnected more than certain second, the whole system consider the mocap as unhealthy sensor module, and force to set the robot to force landing mode: https://github.com/JSKAerialRobot/aerial_robot/blob/master/aerial_robot_control/src/flight_navigation.cpp#L601-L609
This is irreversible process, which means we can not recover this force landing state unless we kill the whole processes and re-launch it.
Thus, we need a service server to receive the recovery request to "force" recover from such status.
The text was updated successfully, but these errors were encountered:
tongtybj
No branches or pull requests
Currently, when mocap is disconnected more than certain second, the whole system consider the mocap as unhealthy sensor module, and force to set the robot to force landing mode:
https://github.com/JSKAerialRobot/aerial_robot/blob/master/aerial_robot_control/src/flight_navigation.cpp#L601-L609
This is irreversible process, which means we can not recover this force landing state unless we kill the whole processes and re-launch it.
Thus, we need a service server to receive the recovery request to "force" recover from such status.
The text was updated successfully, but these errors were encountered: