prasanpro / ardupilot-mega

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

I couldn't see arducopter 3d model in flightgear #488

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install flight gear 2.0.0
2. Copy quadhils.xml to Protocol folder, and arducopter to aircraft folder.
3. Run mission planner, and start fg quad.

What is the expected output? What do you see instead?

The 3D model of arducopter expected but there is no aircraft 3d model in the 
simulation window of flightgear.

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

Latest version of Mission planner. And flightgear 2.0.0-

Please provide any additional information below.

Original issue reported on code.google.com by limh...@gmail.com on 19 Jan 2012 at 4:54

GoogleCodeExporter commented 8 years ago
try copying again, something must be wrong.

Original comment by Meee...@gmail.com on 20 Jan 2012 at 10:17

GoogleCodeExporter commented 8 years ago
I tested with below batch file. It succeeded. However, run from mission planner 
failed. I think mission planner has something wrong command in the code. Please 
check.

"C:\Program Files\FlightGear\bin\win32\fgfs.exe" --fg-root="C:\Program 
Files\FlightGear\data" --geometry=400x300 --aircraft=arducopter 
--native-fdm=socket,out,50,127.0.0.1,49005,udp 
--generic=socket,in,50,127.0.0.1,49000,udp,quadhil --fdm=external 
--prop:/logging/log/filename=fg_record.csv --log-level=info --roll=0 --pitch=0 
--wind=0@0 --turbulence=0.0 --prop:/sim/frame-rate-throttle-hz=30 
--timeofday=noon --shading-flat --fog-disable --disable-specular-highlight 
--disable-skyblend --disable-random-objects --disable-panel 
--disable-horizon-effect --disable-clouds --disable-anti-alias-hud

Original comment by limh...@gmail.com on 21 Jan 2012 at 5:01