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

FLEXBE STATE ACTION SERVER ?

asked 2021-05-04 05:53:34 -0500

hediimohamed gravatar image

updated 2022-04-30 13:27:35 -0500

lucasw gravatar image

HELLO , I'm trying to implement different behaviors using flexbe, I know that is possible to implement an action server , and create the action client inside the state . Is it possible to do it backward ? I mean implementing the action_server inside the state and create the client somewhere else ? Thank you,

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-06-15 21:09:42 -0500

dcconner gravatar image

The state's on_enter, execute, on_exit should not be blocking, and the execute loop of action server blocks while processing goals.

The typical use is for FlexBE to use client in state to talk with the more computationally intensive parts outside FlexBE

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-05-04 05:53:34 -0500

Seen: 88 times

Last updated: Jun 15 '23