Skip to content

Commit

Permalink
Fix #34, Add lgtm badge to README
Browse files Browse the repository at this point in the history
  • Loading branch information
avan989 authored and skliper committed Dec 30, 2019
1 parent 2d9612d commit a6bc94d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Travis-CI: [![Build Status](https://travis-ci.com/nasa/cFS.svg)](https://travis-ci.com/nasa/cFS)
[![Build Status](https://travis-ci.com/nasa/cFS.svg)](https://travis-ci.com/nasa/cFS)
[![LGTM Alerts](https://img.shields.io/lgtm/alerts/github/nasa/cfs)](https://lgtm.com/projects/g/nasa/cfs/alerts/?mode=list)
[![LGTM Grade](https://img.shields.io/lgtm/grade/python/github/nasa/cfs)](https://lgtm.com/projects/g/nasa/cfs/alerts/?mode=list)
[![LGTM Grade](https://img.shields.io/lgtm/grade/cpp/github/nasa/cfs)](https://lgtm.com/projects/g/nasa/cfs/alerts/?mode=list)

# Core Flight System - BUNDLE

Expand Down Expand Up @@ -90,7 +93,7 @@ The cFS-GroundSystem tool can be used to send commands and receive telemetry (se
make
cd ../..
python GroundSystem.py

3. Select "Start Command System"
4. Select "Enable Tlm"
5. Enter IP address of system executing cFS, 127.0.0.1 if running locally
Expand Down Expand Up @@ -125,7 +128,7 @@ The following list is user submitted, and not CCB controlled. They are released
- SC: Stored Commands application at https://github.com/nasa/SC
- SCA: Stored Command Absolute application at https://github.com/nasa/SCA
- SCH: Scheduler application at https://github.com/nasa/SCH
- TO: Telemetry Output application at https://github.com/nasa/CFS_TO
- TO: Telemetry Output application at https://github.com/nasa/CFS_TO
- Other Interfaces
- SIL: Simulink Interface Layer at https://github.com/nasa/SIL
- ECI: External Code Interface at https://github.com/nasa/ECI
Expand All @@ -140,4 +143,3 @@ The following list is user submitted, and not CCB controlled. They are released
- TBD
- Other PSPs
- TBD

0 comments on commit a6bc94d

Please sign in to comment.