Skip to content

Commit b5875a8

Browse files
committed
Baseball bat and stop sign
1 parent 1a8e610 commit b5875a8

File tree

6 files changed

+23
-1
lines changed

6 files changed

+23
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This tool was made to compete in the [SUAS](https://suas-competition.org/) compe
1717
To run the tool, you must install Rust on your machine
1818

1919
1. Download Rust from [here](https://www.rust-lang.org/tools/install)
20-
2. Navigate to the root of the project after cloning it your machine
20+
2. Navigate to the root of the project after cloning it to your machine
2121
- `git clone https://github.com/dec4234/TargetGeneratorV2`
2222
3. Run `cargo run --release` to generate the images
2323
- Note that the tool will eventually include custom CLI options to give it more flexibility.

objects/baseball_bat_1.png

579 KB
Loading

objects/baseball_bat_2.png

30.8 KB
Loading

objects/baseball_bat_3.png

17.7 KB
Loading

objects/objects.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,22 @@
2727
"mannequin_3.png": {
2828
"ground_width": 1.52,
2929
"object_type": 2
30+
},
31+
"stop_sign.png": {
32+
"ground_width": 0.76,
33+
"object_type": 3
34+
},
35+
"baseball_bat_1.png": {
36+
"ground_width": 1.067,
37+
"object_type": 4
38+
},
39+
"baseball_bat_2.png": {
40+
"ground_width": 1.067,
41+
"object_type": 4
42+
},
43+
"baseball_bat_3.png": {
44+
"ground_width": 1.067,
45+
"object_type": 4
3046
}
3147
},
3248
"object_types": {
@@ -38,6 +54,12 @@
3854
},
3955
"2": {
4056
"name": "mannequin"
57+
},
58+
"3": {
59+
"name": "stop_sign"
60+
},
61+
"4": {
62+
"name": "baseball_bat"
4163
}
4264
}
4365
}

objects/stop_sign.png

74.1 KB
Loading

0 commit comments

Comments
 (0)