ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Saphira7544's profile - activity

2022-09-19 17:45:13 -0500 marked best answer Concurrent smach state where if one side finishes the other must stop and finish aswell

I'm implementing a state machine using smach, and my point in this particular part is to have a state that is continuously checking if my UAV can visualize the marker by implementing a MonitorState, and another concurrent state that is meant to draw the UAV towards that marker. However, if it cannot detect the marker, the Monitor State finished, but it gets stuck waiting for the other state to end. Is there any way that when the MonitorState ends, the concurrent state ends aswell? I was thinking Petri Net wise, as in, when the transition is triggered, they must both transition.

2022-09-19 17:44:52 -0500 received badge  Popular Question (source)
2021-07-14 06:13:32 -0500 answered a question Concurrent smach state where if one side finishes the other must stop and finish aswell

It appears I hadn't searched enough, found the answer here: http://wiki.ros.org/smach/Tutorials/Concurrence%20container

2021-07-14 06:13:32 -0500 received badge  Rapid Responder (source)
2021-07-14 05:37:20 -0500 asked a question Concurrent smach state where if one side finishes the other must stop and finish aswell

Concurrent smach state where if one side finishes the other must stop and finish aswell I'm implementing a state machine

2021-06-18 08:06:04 -0500 received badge  Famous Question (source)
2021-05-13 06:33:06 -0500 received badge  Enthusiast
2021-05-04 12:47:53 -0500 received badge  Notable Question (source)
2021-05-04 12:47:53 -0500 received badge  Popular Question (source)
2021-04-13 06:39:21 -0500 asked a question Bebop has no /cmd_vel or /takeoff topics

Bebop has no /cmd_vel or /takeoff topics The drone I need to use for my thesis is the Parrot Bebop, and I have a simulat

2021-03-23 08:29:38 -0500 asked a question How do I spawn an ArUcO marker on top of jackal

How do I spawn an ArUcO marker on top of jackal I need to put an ArUcO marker on top of my jackal in gazebo so that my d