Advertisement
Guest User

~/ardupilot/ArduPlane terminal output

a guest
May 12th, 2021
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. USERNAME@ubuntu:~$ cd ~/ardupilot/ArduPlane
  2. USERNAME@ubuntu:~/ardupilot/ArduPlane$ sim_vehicle.py --map --console
  3. SIM_VEHICLE: Start
  4. SIM_VEHICLE: Killing tasks
  5. SIM_VEHICLE: Starting up at SITL location
  6. SIM_VEHICLE: WAF build
  7. SIM_VEHICLE: Configure waf
  8. SIM_VEHICLE: "/home/USERNAME/ardupilot/modules/waf/waf-light" "configure" "--board" "sitl"
  9. Setting top to : /home/USERNAME/ardupilot
  10. Setting out to : /home/USERNAME/ardupilot/build
  11. Autoconfiguration : enabled
  12. Setting board to : sitl
  13. Using toolchain : native
  14. Checking for 'g++' (C++ compiler) : /usr/lib/ccache/g++
  15. Checking for 'gcc' (C compiler) : /usr/lib/ccache/gcc
  16. Checking for c flags '-MMD' : yes
  17. Checking for cxx flags '-MMD' : yes
  18. CXX Compiler : g++ 9.3.0
  19. Checking for need to link with librt : not necessary
  20. Checking for feenableexcept : yes
  21. Checking for HAVE_CMATH_ISFINITE : yes
  22. Checking for HAVE_CMATH_ISINF : yes
  23. Checking for HAVE_CMATH_ISNAN : yes
  24. Checking for NEED_CMATH_ISFINITE_STD_NAMESPACE : yes
  25. Checking for NEED_CMATH_ISINF_STD_NAMESPACE : yes
  26. Checking for NEED_CMATH_ISNAN_STD_NAMESPACE : yes
  27. Checking for header endian.h : yes
  28. Checking for header byteswap.h : yes
  29. Checking for HAVE_MEMRCHR : yes
  30. Checking for program 'python' : /usr/bin/python
  31. Checking for python version >= 2.7.0 : 3.8.5
  32. Checking for program 'python' : /usr/bin/python
  33. Checking for python version >= 2.7.0 : 3.8.5
  34. Source is git repository : yes
  35. Update submodules : yes
  36. Checking for program 'git' : /usr/bin/git
  37. Checking for program 'size' : /usr/bin/size
  38. Benchmarks : disabled
  39. Unit tests : enabled
  40. Scripting : enabled
  41. Scripting runtime checks : enabled
  42. Checking for program 'rsync' : /usr/bin/rsync
  43. 'configure' finished successfully (1.644s)
  44. SIM_VEHICLE: Building
  45. SIM_VEHICLE: "/home/USERNAME/ardupilot/modules/waf/waf-light" "build" "--target" "bin/arduplane"
  46. Waf: Entering directory `/home/USERNAME/ardupilot/build/sitl'
  47. Embedding file locations.txt:Tools/autotest/locations.txt
  48. Embedding file models/Callisto.json:Tools/autotest/models/Callisto.json
  49. Waf: Leaving directory `/home/USERNAME/ardupilot/build/sitl'
  50.  
  51. BUILD SUMMARY
  52. Build directory: /home/USERNAME/ardupilot/build/sitl
  53. Target Text Data BSS Total
  54. -----------------------------------------------
  55. bin/arduplane 3399112 163419 160136 3722667
  56.  
  57. Build commands will be stored in build/sitl/compile_commands.json
  58. 'build' finished successfully (5.224s)
  59. SIM_VEHICLE: Using defaults from (/home/USERNAME/ardupilot/Tools/autotest/default_params/plane.parm)
  60. SIM_VEHICLE: Run ArduPlane
  61. SIM_VEHICLE: "/home/USERNAME/ardupilot/Tools/autotest/run_in_terminal_window.sh" "ArduPlane" "/home/USERNAME/ardupilot/build/sitl/bin/arduplane" "-S" "--model" "plane" "--speedup" "1" "--defaults" "/home/USERNAME/ardupilot/Tools/autotest/default_params/plane.parm" "-I0"
  62. SIM_VEHICLE: Run MavProxy
  63. SIM_VEHICLE: "mavproxy.py" "--map" "--console" "--out" "127.0.0.1:14550" "--out" "127.0.0.1:14551" "--master" "tcp:127.0.0.1:5760" "--sitl" "127.0.0.1:5501"
  64. RiTW: Starting ArduPlane : /home/USERNAME/ardupilot/build/sitl/bin/arduplane -S --model plane --speedup 1 --defaults /home/USERNAME/ardupilot/Tools/autotest/default_params/plane.parm -I0
  65. Connect tcp:127.0.0.1:5760 source_system=255
  66. Loaded module console
  67. Loaded module map
  68. Log Directory:
  69. Telemetry log: mav.tlog
  70. Waiting for heartbeat from tcp:127.0.0.1:5760
  71. MAV> INITIALISING> MANUAL> Received 1369 parameters (ftp)
  72. Saved 1369 parameters to mav.parm
  73.  
  74.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement