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

Can multiple ActionServers share a goal callback?

asked 2013-10-09 01:02:43 -0500

Rasmus gravatar image

updated 2013-11-14 12:32:08 -0500

tfoote gravatar image

Hi,

I have an issues where I try to make two ActionServers share a single callback method (on different topics though), but for some reason only one of the servers (the one created latest) sets up the action topics.

Is it not possible for multiple action servers to share a single callback method?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-10-09 04:36:53 -0500

thebyohazard gravatar image

I would think it's possible as I've used a single callback for multiple subscribers quite a few times. And I think ActionServers just use subscribers under the hood. How about posting some code so we could help?

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-10-09 01:02:43 -0500

Seen: 169 times

Last updated: Oct 09 '13