double2double / ardupilot-mega

Automatically exported from code.google.com/p/ardupilot-mega
0 stars 0 forks source link

CLI setup does not call save_EEPROM_waypoint_info #186

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Attempt to change wp_radius or loiter_radius

What is the expected output? What do you see instead?
I expect there to be some way to set wp_radius and loiter_radius.  There does 
not appear to be one.  Instead, init_ardupilot calls read_EEPROM_startup which 
calls read_EEPROM_waypoint_info which overwrites the initialized values of 
wp_radius = 20.  Since there is no way to redefine wp_radius and loiter_radius 
in setup.pde, they cannot be set to reasonable values.

What version of the product are you using? On what operating system?
trunk r1251

Please provide any additional information below.
It seems like config.h and APM_Config.h.reference should be adjusted to include 
settings for wp_radius and loiter_radius.

Original issue reported on code.google.com by bjpcalt...@gmail.com on 13 Oct 2010 at 7:29

GoogleCodeExporter commented 8 years ago

Original comment by dewei...@gmail.com on 25 Oct 2010 at 5:46

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1313.

Original comment by bjpcalt...@gmail.com on 27 Oct 2010 at 6:55