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

Remove implementation of action behavior to robot_smach_states #70

Open
1 of 5 tasks
rokusottervanger opened this issue Oct 24, 2017 · 0 comments
Open
1 of 5 tasks
Assignees

Comments

@rokusottervanger
Copy link
Member

rokusottervanger commented Oct 24, 2017

Actions should only contain the handling of semantics from the command, possibly using information from chained actions. The implementation could be done in one of two ways:

  • They should construct smach states/state machines on configure(), start their execution on start() and preempt them on cancel(). The actual behavior implementation should be contained in the underlying smach state (machine).
  • They should act as actionlib clients, similar to FlexBE states. (Find the FlexBE tutorials for more info.)

The following actions need to be refactored:

  • Bring
  • Answer question
  • Arm goal
  • Find
  • Say
@rokusottervanger rokusottervanger self-assigned this Oct 24, 2017
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

1 participant