mirror of
https://github.com/modelec/Modelec-ROS2.git
synced 2026-05-09 04:45:37 +02:00
rework action executor #9
Labels
No labels
bug
bug
enhancement
modelec-com
modelec-gui
modelec-strat
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
modelec/Modelec-ROS2#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Ackimixs on GitHub.
Originally assigned to: @Ackimixs on GitHub.
Describe the bug
there is too much action that are the same but cause i can't pass data too them i can't use only one action with data.
Package
Actual behavior
To much action / step
Expected behavior
On action / step with data
Additional context
Maybe use custom class that refer to the action executor to use the pub / sub of the action executor,
Each custom class ovveride the exec func of a base class and inside of it i call a func from the action executor
Each class has a unique name and to transfer data maybe do something like our pcb protocole :
in the msg file set all the name and a delimiter so something like :
ActionExec.msg :
in the custom class