You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+51-45Lines changed: 51 additions & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,34 @@
1
1
# SAS
2
2
3
-
> [!NOTE]
4
-
> If being read on GitHub, please note that this page is better seen at https://smartarmstack.github.io.
3
+
The SmartArmStack (`sas`) has been developed (with this name) in support of the [SmartArm robot](https://www.youtube.com/watch?v=dayuW47PKKc&list=PLwlAbCcz-l4th0eD8DCTSjyUo3rKeTY16&index=12) described in http://doi.org/10.1002/rcs.2053,
4
+
at the University of Tokyo.
5
+
It has then been used in dozens of projects and updated in http://doi.org/10.1109/MRA.2023.3336472 for the [AI Science Platform](https://www.youtube.com/watch?v=3JPSywPAdj4). Please cite one
6
+
of these references if you use `sas` in your own work.
7
+
8
+
::::{grid} 1 1 2 3
9
+
10
+
:::{card}
11
+
:header: Focus on your application🔍
12
+
`sas` is a C++ framework with Python bindings to enable fast prototyping using `ROS 2`
13
+
toolchain.
14
+
:::
15
+
16
+
:::{card}
17
+
:header: `ROS 2` where it shines✨
18
+
Split away `ROS 2` code into `client` and `server` classes, communicate via `ROS 2`
19
+
without `ROS 2` code.
20
+
:::
21
+
22
+
:::{card}
23
+
:header: Multiple robots🤖
24
+
Enjoy drivers for `DensoWave`, `UR`, and `KUKA`. With ongoing developments for `Franka Emika`
25
+
and `Unitree` robots.
26
+
:::
27
+
::::
28
+
29
+
Please note that `sas` is originally based on developments [circa 2013](https://github.com/rosilo) by Murilo M. Marinho.
30
+
Affiliation with the University of Tokyo has ceased on December 2023 and this project is currently affiliated with
0 commit comments