Revision 3559306dd8728afa8bd9020e147828478627886e authored by Matteo Barbera on 04 May 2020, 08:11:53 UTC, committed by GitHub on 04 May 2020, 08:11:53 UTC
* Modified disco airframe used in flat spin landing experiment

* Added disco_modified.xml airframe to conf

* Removed unnecessary nav modules and sim defines, updated servo ThrottleHigh value

* Fixed ThrottleHigh() value
1 parent ce4f35b
Raw File
paparazzi.sublime-project
{
	"folders":
	[
		{
			"follow_symlinks": true,
			"path": ".",
      "file_exclude_patterns":
      [
        "*.swp",
        ".emacs*",
        "*.o",
        "*.a",
        "*.d",
        "*.depend",
        "*.so",
        "*.out",
        "*.cmo",
        "*.cma",
        "*.cmi",
        "*.cmx",
        "*.cmxa",
        "*.sublime-project",
        "*.sublime-workspace",
        ".project",
        ".cproject",
        ".pydevproject"
      ],
      "folder_exclude_patterns":
      [
        ".settings",
        ".idea",
        ".vagrant",
        "var"
      ]
		}
	],
	"settings":
    {
        "tab_size": 2,
        "translate_tabs_to_spaces": true,
        "highlight_line": true,
        "trim_trailing_white_space_on_save": true,
        "ensure_newline_at_eof_on_save": true
    },
}
back to top