This website works better with JavaScript.
Explore
Help
Register
Sign In
zrzk
/
px4_autopilot
Watch
1
Star
0
Fork
You've already forked px4_autopilot
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35728
Commits
14
Branches
0
Tags
306 MiB
Branch:
my1.12
main
master
my1.12
my1.12-iic
pr-sensor-distance
release/1.12
sbg
tf-1.12
tf-1.12-print_test
tf-iic2uart
tf_driver-1.12
tf_i2c-1.12
tf_i2c_collis_pre
v1.13.0-BW
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'my1.12'
${ noResults }
px4_autopilot
/
Tools
/
uorb_graph
/
.gitignore
5 lines
22 B
Raw
Permalink
Normal View
History
Unescape
Escape
uorb_graph: add .gitignore, change graph file for sitl runtime config
7 years ago
*.json
[uorb-graph][squash][refactor] Rework of uorb-graph script -- Greatly expands handled test cases - debug output is now printed & filtered with the python 'logging' standard module - changed 'module whitelist' to 'scope-whitelist' - whitelist may now apply to libraries - libraries are not included by default - may be merged with their depending modules with the `--merge-depends` cli flag - eliminates redundant 'special-case' handling code - greatly expands debugging output - fixes debug output if package dependencies are missing - still crashes on error matches - now warns on ambiguous matches - prints a list of ambiguous source sites (aka warnings) on completion - adds warnings if any of the source paths are invalid - do not emit debug output for modules outside of the module/scope whitelist - Expand script's CLI parameters - added 'none' output options: undocumented debugging option to silence file output while debugging - added the `--merge-depends` cli flag -- merges output of modules & their dependee libraries - Source processing now happens on original source files: - processing to line-by-line - required overhaul of regex match patterns + processing - pros: - enable tracing of ambiguous parsing sites -- reports (module, file, line-number, line-contents) - simplifies code - reduces computational complexity - cons: - certain declarations are harder to parse (multiline arrays) - refactors: - added specific subclasses for each: Publications, Subscriptions, Ambiguities - added a "Scope" class to represent either a module ('ModuleScope') or a library ('LibraryScope')
4 years ago
*.fv
*.fv.pdf