Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-diego committed Nov 8, 2024
1 parent 278e82d commit 8e6c9d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ All required packages are listed in the `requirements.txt` file.
2. Run the main script with the appropriate arguments:

```bash
python src/main.py test SAF_SpeedTest
python src/main.py PATH_TO_LOG/example.txt PATH_TO_DBC/example.dbc SignalName StartTime EndTime
```

or
Example:

```bash
python src/main.py test SAF_SpeedTest 43.2 45.6
python src/main.py ../data/test_log.txt ../data/test.dbc SAF_SpeedTest 43.2 45.6
```

## Repository Structure
Expand Down

0 comments on commit 8e6c9d3

Please sign in to comment.