nodegcs icon indicating copy to clipboard operation
nodegcs copied to clipboard

want to add open parachute function

Open wianoski opened this issue 6 years ago • 1 comments

hey i wanna ask, if i want to add open parachute command, how do i create a new function to it, and what's the meaning from module.export in mavlink_connection.js

thank you

wianoski avatar Jun 16 '18 13:06 wianoski

Hi @thirafi98 You can fill up the send_command_long function. The parachute command id is MAV_CMD_DO_PARACHUTE. You can see the detail of this command in mavlink common message set

module.export is an object that will be exposed as a module when mavlink_connection.js required in main module.

kvenux avatar Aug 09 '18 07:08 kvenux