You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: