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

[PR2] move arm with base movement #344

Open
furushchev opened this issue Apr 25, 2018 · 1 comment
Open

[PR2] move arm with base movement #344

furushchev opened this issue Apr 25, 2018 · 1 comment

Comments

@furushchev
Copy link
Member

furushchev commented Apr 25, 2018

How to move arm with base?

@furushchev furushchev changed the title Pmove arm with base movement [PR2] move arm with base movement Apr 25, 2018
@furushchev
Copy link
Member Author

furushchev commented Apr 25, 2018

  1. Use Fix wrong behaviors in :go-pos-unsafe / :move-trajectory / :move-trajectory #336
  2. Send base command without waiting for result
(pr2-init)
(setq ac (pr2-interface-move-base-trajectory-action *ri*))
(setq goal (send *ri* :move-trajectory 1.0 0 pi 3000)) ;; forward 1.0m and rotate 180 degrees
(send ac :send-goal goal) ;; robot will start to move

CC: @takayuki5168

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

1 participant