-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
Feature request
Feature description
- Currently, the
action_server_nameis passed as an argument to the constructor, and the action_client is initialized in the constructor. - In this implementation the action client is reinitialized with a
remapped_action_name. However, this wouldn't work unless the default action server is available. Otherwise, the code will get blocked at the constructor ofBtActionNode
Implementation considerations
- Ideally, I would like it to be implemented just as how
service_nameis passed inBtServiceNode - However, this could change the signature of
BtActionNode, and could lead to errors to the ones already using it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels