Skip to content

Commit a76cbae

Browse files
author
Murilo Marinho
committed
Adding package list
1 parent 0a2271c commit a76cbae

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,22 @@ The concept of `SAS` is to split away `ROS 2` code into `client` and `server` cl
3636

3737
Most of the library is licensed in LGPLv3. Some packages are licensed as Research Only, with no commercial use allowed.
3838

39+
## Package Summary
40+
41+
*Research only* packages cannot be used for commercial use.
42+
43+
| Package | License | Description |
44+
|--------------------------|---------|--------------------------------------------------------------------------------------------------------------------------|
45+
| `sas_core` | LGPL | The part of the library that does not depend on `ROS2`. |
46+
| `sas_common` | LGPL | Generic `ROS2` code used throughout the packages. |
47+
| `sas_msgs` | LGPL | A wrapper for `ROS` messages that were made redundant in `ROS2`. |
48+
| `sas_conversions` | LGPL | Convert `ROS2` messages into `float`, `int`, or `dqrobotics` elements. |
49+
| `sas_robot_driver` | LGPL | `ROS2` nodes and libraries for creating servers and clients for robot configuration-space monitoring and control. |
50+
| `sas_robot_kinematics` | LGPL | `ROS2` nodes and libraries for creating servers and clients for kinematic-level robot task-space monitoring and control. |
51+
| `sas_robot_driver_denso` | LGPL | A `sas_robot_driver` implementation for DensoWave's bCap controlled robots |
52+
| `sas_robot_driver_kuka` | LGPL | A `sas_robot_driver` implementation for Kuka (Sunrise cabinet, FRI) |
53+
| `sas_robot_driver_ur` | LGPL | A `sas_robot_driver` implementation for UR |
54+
3955
## Installation instructions and Tutorials
4056

4157
Please refer to https://ros2-tutorial.readthedocs.io/en/latest/sas/index.html.

0 commit comments

Comments
 (0)