Skip to content

Commit 2700419

Browse files
authored
Merge pull request #151 from Gregwar/robot_soccer_kit
Omniwheel Robot soccer kit
2 parents 18608e5 + 1870a42 commit 2700419

37 files changed

+1825
-0
lines changed

robot_soccer_kit/LICENSE

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright 2019-2099 Rhoban Team <Grégoire Passault>
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

robot_soccer_kit/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Robot soccer kit omnidirectional
2+
3+
## Overview
4+
5+
This package contains a robot description (MJCF) of a [Robot Soccer Kit omnidirectional robot](https://robot-soccer-kit.github.io/). All passive wheels (20 per wheel) are simulated as passive joints.
6+
7+
No accurate system identification was performed, so the model is not expected to be highly accurate for control purposes.
8+
9+
<p float="left">
10+
<img src="robot_soccer_kit.png" width="400">
11+
</p>
12+
13+
## CAD → MJCF conversion
14+
15+
The model was converted using [onshape-to-robot](https://onshape-to-robot.readthedocs.io/) from the [Onshape CAD assembly](https://cad.onshape.com/documents/81e7adfaf4d8d74f2936fbd5/w/97141f458dee8c3b80cbf3d2/e/5e1ff591ff562de3da8ed2af).
16+
17+
The conversion configuration ([config.json](config.json)) was kept in the package for reference. Only passive wheels were kept for collision, using pure cylinders.
18+
19+
## License
20+
21+
This model is released under a [MIT License](LICENSE)

robot_soccer_kit/assets/18650.stl

14.1 KB
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
% scale(1000) import("bearing.stl");
2+
3+
// Append pure shapes (cube, cylinder and sphere), e.g:
4+
// cube([10, 10, 10], center=true);
5+
cylinder(r=6, h=4);
6+
// sphere(10);
28.2 KB
Binary file not shown.
3.6 KB
Binary file not shown.
1.25 KB
Binary file not shown.

robot_soccer_kit/assets/board.stl

333 KB
Binary file not shown.

robot_soccer_kit/assets/coil.stl

28.2 KB
Binary file not shown.

robot_soccer_kit/assets/core.stl

101 KB
Binary file not shown.

0 commit comments

Comments
 (0)