| RCCars | Crack Roll | Flying Giants | RC Power | The E Zone | Lift Zone | Our Sponsors | |||||||||
|
|
||||||||||||||
|
|
#31 | |
|
Scale Robotics Inc.
Join Date: Feb 2004
Location: Gilroy, CA
Posts: 178
|
Quote:
http://ppzuav.com/osc/catalog/produc...products_id=53 |
|
|
|
|
|
#32 | |
|
Alam
Join Date: Aug 2007
Location: RENO
Posts: 440
|
Quote:
Fakhre Alam |
|
|
|
|
|
#33 | |
|
Registered User
Join Date: Feb 2006
Posts: 134
|
Quote:
Last edited by Buzz_Lightyear; Mar 28, 2009 at 03:26 AM. |
|
|
|
|
|
#34 |
|
Registered User
Join Date: Mar 2002
Location: Navarre, FL
Posts: 1,984
|
RTL Mode?
Greetings,
In V1, there was a line where you could change from RTL to WP mode. I don't see that in V2. Best I can tell, V2 is always in WP mode, but the first waypoint is the home position, so it would RTL anyway. The next standard waypoints appear to be a parallelogram sort of holding pattern. Is this correct? BTW, the V2 setup is mounted on a piece of cardboard, and I'll give it a test drive in a little while. Thanks, Rusty |
|
|
|
|
#35 | |
|
Chris Anderson
Join Date: Mar 2007
Location: San Francisco/Bay Area
Posts: 670
|
Quote:
Toggle down: manual mode Toggle middle: waypoint mode Toggle up: RTL mode But if you want to select it manually in the code (you don't have a three-position toggle or your Tx can't mix), you can hardwire the state in the code. Look at this in the system tab: Code:
byte Tx_Switch_Status(void) //Returns zero when we are in manual mode, returns 2 when autopilot mode 0, return 3 when autopilot mode 1...
{
if(digitalRead(4)==HIGH)
{
if(digitalRead(5)==HIGH)
return 0x02; // WP mode
else
return 0x03; // RTL mode
}
else
return 0x00;
}
Code:
byte Tx_Switch_Status(void) //Return zero when we are in manual mode, return 2 when autopilot mode 0, return 3 when autopilot mode 1...
{
if(digitalRead(4)==HIGH)
{
if(digitalRead(5)==HIGH)
return 0x03; // RTL mode
else
return 0x02; // WP mode
}
else
return 0x00;
}
Last edited by zlite; Mar 16, 2009 at 12:32 AM. |
|
|
|
|
|
#36 | |
|
Registered User
Join Date: Mar 2002
Location: Navarre, FL
Posts: 1,984
|
Quote:
I guess I didn't realize that the 3 position switch had been activated in V2. In fact, I just read this on the LED sequence post: [Note: the "Mode" LED is only used for three-position toggle switches, so you can have an intermediate position between autopilot on and off. The feature is not currently used by ArduPilot, but may be in the future.] If the 3 position mode is working, that's great, and I have no shortage of 3 position switches. The next question will be verifying which mode I'm in, to make sure the switch is properly configure. Will the mode led be on to confirm one mode or the other? Thanks, Rusty |
|
|
|
|
|
#37 | |
|
Chris Anderson
Join Date: Mar 2007
Location: San Francisco/Bay Area
Posts: 670
|
Quote:
The Mode LED comes on when you are in Waypoint Mode (middle position of the autopilot toggle channel.) Last edited by zlite; Mar 16, 2009 at 02:12 AM. |
|
|
|
|
|
#38 | |
|
Registered User
Join Date: Mar 2002
Location: Navarre, FL
Posts: 1,984
|
Quote:
Thanks again for a great way to spend my time : Rusty |
|
|
|
|
|
#39 | |
|
Chris Anderson
Join Date: Mar 2007
Location: San Francisco/Bay Area
Posts: 670
|
Quote:
For those who don't have a three-position toggle, you can use a proportional dial as well. When you turn it half-way, you're in Waypoint mode. All the way is RTL. |
|
|
|
|
|
#40 | |
|
Registered User
Join Date: Mar 2002
Location: Navarre, FL
Posts: 1,984
|
Quote:
That's even better. I'll just keep my current two position switch then, since I only want RTL for now. Rusty |
|
|
|
|
|
#41 | |
|
WSMC 95
Join Date: Mar 2007
Location: USA
Posts: 846
|
Quote:
http://ppzuav.com/osc/catalog/produc...products_id=92 Just add the IC and Thermopiles ... I had a mixup with the assembler where they ordered the wrong part so I ended up with 100 of these. 5.95 each. Barely more than the cost of the bare PCB. I am in California and can ship them immediately. NOTE: This is not the "small" version but the orig. design. Still smaller than the FMA one. Here's a photo of the differences in sizes between the Paparazzi designed ones. Note the size differences. I have the orig. which is not all that bigger. Just less that IC and Thermopiles for 5.95. -BMW Last edited by bmw330i; Mar 16, 2009 at 01:46 AM. |
|
|
|
|
|
#42 |
|
WSMC 95
Join Date: Mar 2007
Location: USA
Posts: 846
|
Great Job
You guys are doing a great job. I bought two of these ArduPilots and am just waiting for some sort of GCS to become ready to use. Adding the IR stabilization was a great leap forward. Also you are raising the bar as far as giving detail instructions showing the connections and pinouts with howto information for newbies. All well done.
Your pace of progress is amazing. Excellent work. -BMW |
|
|
|
|
#43 | |
|
Chris Anderson
Join Date: Mar 2007
Location: San Francisco/Bay Area
Posts: 670
|
Quote:
Hope to release it in the next few weeks. |
|
|
|
|
|
#44 |
|
Registered User
Join Date: Jan 2008
Location: Sweden
Posts: 835
|
Chris,
how does ArduPilot act in v2.0 if a thermopyle sensor is not connected? The reason I am asking is that I like 2nd version's enhancements but I prefer to use the stock Co-pilot for attitude stabilization... Also, in manual control mode (not RTL or WP) does ArduPilot (with thermopyle sensor connected) still stabilize, or not? Dimitris |
|
|
|
|
#45 | |
|
Chris Anderson
Join Date: Mar 2007
Location: San Francisco/Bay Area
Posts: 670
|
Quote:
If you disconnect the GPS, switching on the autopilot puts it in what we call "fly-by-wire" mode, which is similar to FMA Co-Pilot stabilization. ArduPilot basically flies the plane, and you just steer it manually. Like a F-16 ;-) |
|
|
|
|
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Discussion willhaney released 2.0 | willhaney 2.1 | Site Chat | 1 | Jan 22, 2009 08:45 PM |
| DXF2DAT 3.0 Professional Released (cnc foam cutting software) | djmrozinski | Electric Plane Talk | 2 | Feb 17, 2008 05:24 AM |
| Question what news in mpx evo software V.2.0 ? | vidhawas | Radios | 18 | Aug 02, 2007 07:35 AM |
| Download SmartPropoPlus 2.2.0 released - better usability | shaul_ei | Simulators | 0 | Feb 27, 2006 09:20 AM |
| FMS 2.0 Beta | Mark Fitz | Beginner Training Area (Aircraft-Electric) | 13 | Jun 07, 2001 09:57 AM |