typo
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
<div id="connectedbuttons">
|
<div id="connectedbuttons">
|
||||||
<div id="buttons">
|
<div id="buttons">
|
||||||
<button id="take_picture">Take picture</button>
|
<button id="take_picture">Take picture</button>
|
||||||
|
<br>
|
||||||
<button id="arm_disarm">Arm/Disarm</button>
|
<button id="arm_disarm">Arm/Disarm</button>
|
||||||
</div>
|
</div>
|
||||||
<div id="connectedstatus">
|
<div id="connectedstatus">
|
||||||
|
|||||||
@@ -491,7 +491,7 @@ private:
|
|||||||
*
|
*
|
||||||
* @param msg the message indicating that the failsafe was enabled
|
* @param msg the message indicating that the failsafe was enabled
|
||||||
*/
|
*/
|
||||||
void on_failsafe_received(const drone_services::msg::FailsafeMsg::SharedPtr msg)
|
void on_failsafe_receive(const drone_services::msg::FailsafeMsg::SharedPtr msg)
|
||||||
{
|
{
|
||||||
if (msg->enabled)
|
if (msg->enabled)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user