uorb_graph: add .gitignore, change graph file for sitl runtime config

This commit is contained in:
Beat Küng 2017-12-15 11:59:27 +01:00
parent ec50193d6c
commit eeff52cda7
2 changed files with 3 additions and 1 deletions

2
Tools/uorb_graph/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.json

View File

@ -9,5 +9,5 @@ startup_file="$SCRIPT_DIR"/../../posix-configs/SITL/init/ekf2/typhoon_h480
modules=$(cat "$startup_file"|cut -f1 -d' '|sort|uniq|tr '\n' ,)
cd "$SCRIPT_DIR/../.."
"$SCRIPT_DIR"/create.py --src-path src -m "$modules" -f "$SCRIPT_DIR/graph_sitl"
"$SCRIPT_DIR"/create.py --src-path src -m "$modules" -f "$SCRIPT_DIR/graph_runtime_sitl"