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

user3452345's profile - activity

2020-03-24 05:18:03 -0500 received badge  Famous Question (source)
2020-03-24 05:18:03 -0500 received badge  Notable Question (source)
2020-03-24 05:18:03 -0500 received badge  Popular Question (source)
2018-12-09 16:32:51 -0500 received badge  Supporter (source)
2018-12-09 16:18:25 -0500 answered a question Using a ROS Kinetic node as both a SimpleActionServer and SimpleActionClient

The problem was that while the SimpleActionClient spins it's own thread for handling subscriptions the server does not.

2018-12-09 16:04:19 -0500 asked a question Using a ROS Kinetic node as both a SimpleActionServer and SimpleActionClient

Using a ROS Kinetic node as both a SimpleActionServer and SimpleActionClient I have a class that provides a SimpleAction