Skip to content

Commit

Permalink
adding maplesim
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondaming committed Nov 25, 2024
1 parent e5368e7 commit 2a9e5ad
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 2025.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,13 @@
"uuid": "151ecca8-670b-4026-8160-cdd2679ef2bd",
"description": "Redux Robotics 2025 Beta",
"website": "https://docs.reduxrobotics.com/reduxlib"
},
{
"path": "2025/maple-sim-0.2.0.json",
"name": "maplesim",
"version": "0.2.0",
"uuid": "c39481e8-4a63-4a4c-9df6-48d91e4da37b",
"description": "FRC Java Robot Simulation using a physics engine",
"website": "https://github.com/Shenzhen-Robotics-Alliance/maple-sim"
}
]
29 changes: 29 additions & 0 deletions 2025/maple-sim-0.2.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"fileName": "maple-sim-0.2.0.json",
"name": "maplesim",
"version": "0.2.0",
"frcYear": "2025",
"uuid": "c39481e8-4a63-4a4c-9df6-48d91e4da37b",
"mavenUrls": [
"https://shenzhen-robotics-alliance.github.io/maple-sim/vendordep/repos/releases"
],
"jsonUrl": "https://shenzhen-robotics-alliance.github.io/maple-sim/vendordep/maple-sim.json",
"javaDependencies": [
{
"groupId": "org.ironmaple",
"artifactId": "maplesim-java",
"version": "0.2.0"
},
{
"groupId": "org.dyn4j",
"artifactId": "dyn4j",
"version": "5.0.2"
}
],
"jniDependencies": [

],
"cppDependencies": [

]
}

0 comments on commit 2a9e5ad

Please sign in to comment.