Skip to content

Commit 5b4e150

Browse files
committed
[FAQ.mdx] Added a FAQ section
1 parent e913a54 commit 5b4e150

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

website/docs/FAQ.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
sidebar_position: 4
3+
---
4+
5+
6+
### Can I use the SmartArmStack libraries without ROS/ROS 2?
7+
8+
Yes! The [**SmartArmStack**](https://github.com/SmartArmStack) packages provide modularized
9+
robot control tools for ROS and ROS 2. Each device can be used directly through C++ or
10+
Python without ROS, through their **sas_robot_driver** interfaces.
11+
Then, using inheritance and subclass polymorphism, each device is individually managed
12+
through ROS by an instance of **sas_robot_driver_ros**.
13+
In general, each robotic device will have different configuration requirements and
14+
those are handled in a modular way through configuration files.
15+
16+
### What robots are supported in SmartArmStack?
17+
18+
Roughly speaking, all robots, sensors, and actuators are compatible with the [**SmartArmStack**](https://github.com/SmartArmStack)
19+
framework as long as you implement their respective **sas_robot_driver** interfaces.
20+
21+

0 commit comments

Comments
 (0)