Hi,
I am reading your codes in pick demo section. I saw the codes below,
|
self.pickup_ac = SimpleActionClient('/pickup', PickupAction) |
|
self.pickup_ac.wait_for_server() |
|
rospy.loginfo("Succesfully connected.") |
|
rospy.loginfo("Connecting to place AS") |
|
self.place_ac = SimpleActionClient('/place', PlaceAction) |
While, what makes confuse is I can't find the corresponding codes defining the Pickup / Place action server. Only clients are used. Could you point out where is it?
Thanks
Hi,
I am reading your codes in pick demo section. I saw the codes below,
tiago_tutorials/tiago_pick_demo/scripts/pick_and_place_server.py
Lines 93 to 97 in 998395e
While, what makes confuse is I can't find the corresponding codes defining the Pickup / Place action server. Only clients are used. Could you point out where is it?
Thanks