Skip to content

Commit 15b4c97

Browse files
authored
Adding maplesim (#42)
* adding maplesim * adding maven url
1 parent e5368e7 commit 15b4c97

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
@@ -134,5 +134,13 @@
134134
"uuid": "151ecca8-670b-4026-8160-cdd2679ef2bd",
135135
"description": "Redux Robotics 2025 Beta",
136136
"website": "https://docs.reduxrobotics.com/reduxlib"
137+
},
138+
{
139+
"path": "2025/maple-sim-0.2.0.json",
140+
"name": "maplesim",
141+
"version": "0.2.0",
142+
"uuid": "c39481e8-4a63-4a4c-9df6-48d91e4da37b",
143+
"description": "FRC Java Robot Simulation using a physics engine",
144+
"website": "https://github.com/Shenzhen-Robotics-Alliance/maple-sim"
137145
}
138146
]

2025/maple-sim-0.2.0.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.0.json",
3+
"name": "maplesim",
4+
"version": "0.2.0",
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.0"
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)