mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-29 22:39:33 +00:00
Verbosity
This commit is contained in:
@@ -308,6 +308,7 @@ def handle(req):
|
||||
global current_pub, current_msg, current_req
|
||||
|
||||
if not state or not state.connected:
|
||||
rospy.logwarn('No connection to the FCU')
|
||||
return {'message': 'No connection to the FCU'}
|
||||
|
||||
if isinstance(req, srv.NavigateRequest) and req.speed <= 0:
|
||||
|
||||
Reference in New Issue
Block a user