Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMACH with no ROS #84

Open
Jovimocar opened this issue Jul 26, 2021 · 1 comment
Open

SMACH with no ROS #84

Jovimocar opened this issue Jul 26, 2021 · 1 comment

Comments

@Jovimocar
Copy link

Hi.
Using a Ubuntu with Melodic ROS Distro I'm able to import smach library on python only even not using any ROS functionality.
So, I'm wondering if is it possible to use smach library without ROS on a Windows or Raspbian OS .
Does somebody knows if that's possible?

@theotromp97
Copy link

theotromp97 commented Jan 7, 2022

Hi,

The smach library can be used in any python project, independent of ROS
see tutorial 1: getting started with smach:

Smach, which stands for "State Machine", is a powerful and scalable Python-based library for hierarchical state machines. The Smach library does not depend on ROS, and can be used in any Python project. The executive_smach stack however provides very nice integration with ROS, including smooth actionlib integration and a powerful Smach viewer to visualize and introspect state machines.

You can however not use the smach_viewer, since it needs to be roslaunched. Not sure about that latter though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants