Could I execute smach in c++?
Hi,
I've made a state machine, but I need to compile it into c++, because I need to execute in the Nao.
Is there a way to execute Smach in Nao using python?.
Thanks.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
asked 2012-09-04 04:42:43 -0500
This post is a wiki. Anyone with karma >75 is welcome to improve it.
Hi,
I've made a state machine, but I need to compile it into c++, because I need to execute in the Nao.
Is there a way to execute Smach in Nao using python?.
Thanks.
answered 2012-09-05 08:36:08 -0500
This post is a wiki. Anyone with karma >75 is welcome to improve it.
@Loy's answer to just run Python on the NAO looks like the right solution. SMACH is a pure python library. Though there have been implementations of SMACH semantics in other languages, there is no native implementation that I know of in c/c++.
Asked: 2012-09-04 04:42:43 -0500
Seen: 1,243 times
Last updated: Sep 05 '12
rewriting python program in cpp, how to fill in the header field in msg
pr2controller tutorial, quaternion not the same for same program in python and cpp
Do I need to know any specific computer language or framework to use ROS?
Is anybody in ROS community using PySide?
can smach co-exist with a pre-existing mainloop?
Any good examples of using dynamic_reconfigure for a python node?
is there a python equivalent of fromROSMsg/toROSMsg (pcl stack)
How to contributing python versions of tutorials? e.g. Tutorials for arm_navigation
Have you looked into http://www.aldebaran-robotics.com/documentation/dev/python/index.html ?