actionlib callback arguments?
Can parameters be added to actionlib callbacks specified in sendGoal()
/send_goal()
?
C++ and Python answers would be appreciated.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
Can parameters be added to actionlib callbacks specified in sendGoal()
/send_goal()
?
C++ and Python answers would be appreciated.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2016-07-12 09:28:01 -0500
Seen: 94 times
Last updated: Jul 12 '16
Looking at this now python
partial
and modern C++ std::function (or boost for older C++) ought to work here, fill this in more later.