Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't find declaration of Pickup action server #18

Open
huiwenzhang opened this issue Aug 29, 2018 · 2 comments
Open

can't find declaration of Pickup action server #18

huiwenzhang opened this issue Aug 29, 2018 · 2 comments

Comments

@huiwenzhang
Copy link

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

@angelbeibei
Copy link

@huiwenzhang 你好,你解决这个问题了么,谢谢

@huiwenzhang
Copy link
Author

@huiwenzhang 你好,你解决这个问题了么,谢谢

我都忘了^_^,应该是没解决吧。我有一阵子没碰硬件了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants