have any of you guys tried compiling arduplane in visual micro environment. Can any one walk me through the steps to fully compile ardupilot in visual micro...
You need to be a member of diydrones to add comments!
Hi, please raise a discussion in the visualmicro.com/forum letting us know which ardupilot software version you have loaded. let us have links to ardupilot software and libraries so that we canownload and reproduce your setup. Also confirm that you have the same system compiling in the arduino ide
There are plenty of diyd folk using visual micro so we should be able to help you find the problem with your config :)
getting the following error when compiling in visual micro...
I think its the problem with the library files not being integrated into the project.but i don't know where to put the library files in visual micro...
Compiling 'ArduPlane' for 'Arduino Mega 2560 or Mega ADK' ArduPlane.pde : In function 'void init_home()' commands_logic.pde : 'gcs_send_text_fmt' was not declared in this scope ArduPlane.pde : In function 'void handle_process_nav_cmd()' commands_logic.pde : 'gcs_send_text_fmt' was not declared in this scope ArduPlane.pde : In function 'void handle_process_condition_command()' commands_logic.pde : 'gcs_send_text_fmt' was not declared in this scope ArduPlane.pde : In function 'void handle_process_do_command()' commands_logic.pde : 'gcs_send_text_fmt' was not declared in this scope ArduPlane.pde : In function 'void handle_no_commands()' commands_logic.pde : 'gcs_send_text_fmt' was not declared in this scope ArduPlane.pde : In function 'bool verify_nav_wp()' commands_process.pde : 'gcs_send_text_fmt' was not declared in this scope ArduPlane.pde : In function 'void do_jump()' commands_process.pde : 'gcs_send_text_fmt' was not declared in this scope ArduPlane.pde : In function 'void change_command(uint8_t)' events.pde : 'gcs_send_text_fmt' was not declared in this scope ArduPlane.pde : In function 'void process_next_command()' events.pde : 'gcs_send_text_fmt' was not declared in this scope failsafe.pde : 'gcs_send_text_fmt' was not declared in this scope failsafe.pde : 'gcs_send_text_fmt' was not declared in this scope ArduPlane.pde : In function 'void failsafe_short_on_event(int)' GCS_Mavlink.pde : 'gcs_send_text_fmt' was not declared in this scope ArduPlane.pde : In function 'void failsafe_long_on_event(int)' GCS_Mavlink.pde : 'gcs_send_text_fmt' was not declared in this scope
Replies
Hi, please raise a discussion in the visualmicro.com/forum letting us know which ardupilot software version you have loaded. let us have links to ardupilot software and libraries so that we canownload and reproduce your setup. Also confirm that you have the same system compiling in the arduino ide
There are plenty of diyd folk using visual micro so we should be able to help you find the problem with your config :)
Look forward to disccussing further on the vm site http://www.visualmicro.com
Go ask Fab, he is a member here, and he wrote Visual Micro. If you want help compiling from the rest of us, use Arduino.
getting the following error when compiling in visual micro...
I think its the problem with the library files not being integrated into the project.but i don't know where to put the library files in visual micro...
Compiling 'ArduPlane' for 'Arduino Mega 2560 or Mega ADK'
ArduPlane.pde : In function 'void init_home()'
commands_logic.pde : 'gcs_send_text_fmt' was not declared in this scope
ArduPlane.pde : In function 'void handle_process_nav_cmd()'
commands_logic.pde : 'gcs_send_text_fmt' was not declared in this scope
ArduPlane.pde : In function 'void handle_process_condition_command()'
commands_logic.pde : 'gcs_send_text_fmt' was not declared in this scope
ArduPlane.pde : In function 'void handle_process_do_command()'
commands_logic.pde : 'gcs_send_text_fmt' was not declared in this scope
ArduPlane.pde : In function 'void handle_no_commands()'
commands_logic.pde : 'gcs_send_text_fmt' was not declared in this scope
ArduPlane.pde : In function 'bool verify_nav_wp()'
commands_process.pde : 'gcs_send_text_fmt' was not declared in this scope
ArduPlane.pde : In function 'void do_jump()'
commands_process.pde : 'gcs_send_text_fmt' was not declared in this scope
ArduPlane.pde : In function 'void change_command(uint8_t)'
events.pde : 'gcs_send_text_fmt' was not declared in this scope
ArduPlane.pde : In function 'void process_next_command()'
events.pde : 'gcs_send_text_fmt' was not declared in this scope
failsafe.pde : 'gcs_send_text_fmt' was not declared in this scope
failsafe.pde : 'gcs_send_text_fmt' was not declared in this scope
ArduPlane.pde : In function 'void failsafe_short_on_event(int)'
GCS_Mavlink.pde : 'gcs_send_text_fmt' was not declared in this scope
ArduPlane.pde : In function 'void failsafe_long_on_event(int)'
GCS_Mavlink.pde : 'gcs_send_text_fmt' was not declared in this scope