Skip to content

Commit 990f744

Browse files
authored
maplesim0.2.2 (#44)
1 parent 92c89b3 commit 990f744

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

2025.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,14 @@
143143
"description": "FRC Java Robot Simulation using a physics engine",
144144
"website": "https://github.com/Shenzhen-Robotics-Alliance/maple-sim"
145145
},
146+
{
147+
"path": "2025/maple-sim-0.2.2.json",
148+
"name": "maplesim",
149+
"version": "0.2.2",
150+
"uuid": "c39481e8-4a63-4a4c-9df6-48d91e4da37b",
151+
"description": "FRC Java Robot Simulation using a physics engine",
152+
"website": "https://github.com/Shenzhen-Robotics-Alliance/maple-sim"
153+
},
146154
{
147155
"path": "2025/yagsl.json",
148156
"name": "Yet Another Generic Swerve Library (YAGSL)",

2025/maple-sim-0.2.2.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"fileName": "maple-sim-0.2.2.json",
3+
"name": "maplesim",
4+
"version": "0.2.2",
5+
"frcYear": "2025",
6+
"uuid": "c39481e8-4a63-4a4c-9df6-48d91e4da37b",
7+
"mavenUrls": [
8+
"https://shenzhen-robotics-alliance.github.io/maple-sim/vendordep/repos/releases",
9+
"https://repo1.maven.org/maven2"
10+
],
11+
"jsonUrl": "https://shenzhen-robotics-alliance.github.io/maple-sim/vendordep/maple-sim.json",
12+
"javaDependencies": [
13+
{
14+
"groupId": "org.ironmaple",
15+
"artifactId": "maplesim-java",
16+
"version": "0.2.2"
17+
},
18+
{
19+
"groupId": "org.dyn4j",
20+
"artifactId": "dyn4j",
21+
"version": "5.0.2"
22+
}
23+
],
24+
"jniDependencies": [
25+
26+
],
27+
"cppDependencies": [
28+
29+
]
30+
}

0 commit comments

Comments
 (0)