UML – head orientation PY
SCHEMA
HOW TO use the node – basic way
it requires another node listening for the odom channel and checking when to deactivate the service
set
des_yaw
into the paramater serveractivate the service with a request to
/head_orient_switch
of typestd_srvs/SetBool
(flagSetBool.Request.data=True
)… wait until the error is under your threshold …
turn off the node (flag
SetBool.Request.data=False
)