We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to move arm with base?
The text was updated successfully, but these errors were encountered:
(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
Sorry, something went wrong.
No branches or pull requests
How to move arm with base?
The text was updated successfully, but these errors were encountered: