Skip to content

can't find declaration of Pickup action server #18

@huiwenzhang

Description

@huiwenzhang

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions