Is SMACH supported for ROS2?
It is clear that SMACH is independent of ROS. However, if I am using few serviceStates to call ROS services, will it be compatible with SMACH if I update ros1 to ros2?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
It is clear that SMACH is independent of ROS. However, if I am using few serviceStates to call ROS services, will it be compatible with SMACH if I update ros1 to ros2?
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2019-04-16 02:12:22 -0600
Seen: 1,014 times
Last updated: Jul 27 '22
Learning ROS2 without ROS1 background
ros2 include a launch file from a launch file
ros2 node list doesn not show node - Raspberry Pico
Unable to Include Ackermann Messages in ROS2 C++ Node
The problem in ros2 for big data [closed]
DDS discovery not working with ROS2 Humble and Fast DDS when nodes are on same machine
Not an (authoritative) answer, so a comment: afaik, this is the current state of SMACH porting to ROS 2 (ie: nothing).
For a SMACH port to make sense, actions needed to be supported. Actions only got preliminary support in Crystal.
See https://github.com/ros/executive_smach/issues/70