Skip to content

Commit

Permalink
Added fpv_cam.sdf as an exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
arwagoner authored and TSC21 committed Apr 2, 2018
1 parent c84d79c commit 28921bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/validate_sdf.bash
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ if [ -d ${MODELS_DIR} ]; then
done <<<"$(find ${MODELS_DIR} -type f -name '*.sdf' \
! -name '3DR_gps_mag-gen.sdf' ! -name 'px4flow-gen.sdf' \
! -name 'pixhawk-gen.sdf' ! -name 'c920-gen.sdf' \
! -name 'iris.sdf' ! -name 'delta_wing.sdf' )"
! -name 'iris.sdf' ! -name 'delta_wing.sdf' \
! -name 'fpv_cam.sdf')"
else
echo "${MODELS_DIR} doesn't exist!"
delete_schema
Expand Down

0 comments on commit 28921bc

Please sign in to comment.