-
Notifications
You must be signed in to change notification settings - Fork 41
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
How to use func_id: 72(robot_move) to move the robot to a specific pose? #48
Comments
Hi I'm not from Denso and can't answer your question unfortunately but I am also interested in it. You want to use /bcap_service because it will probably fix the error and also enables you to give the figure as a parameter right? |
If you don't use MoveIt, I recommend directly use of bcap library instead of bcap_service node. bcap_service node is the ROS wrapper of bcap library. |
I would still use MoveIt for its collision detection. And sometimes I use MoveIt when the end effector needs to move at constant velocity. |
Yes. But it is need to coordinate taking an arm semaphore and switching slave mode. Here is a python script using bcap_service.
|
I have tried something these days.
At step 10, the robot got an error saying that my command was sent too fast. I forget the error code number. I will check it tomorrow. |
There are two errors: 83500121 and 84204051 at step 10. But if I skip step 6, I can change to slave mode successfully and control the robot by MoveIt. |
Sorry. I forget to describe my environment. I use Ubuntu 16.04 and ROS Kinetic. The robot is VM-6083M and the controller is RC8. |
Dear @DobbyPeng san,
■Errors You can check the error here. Various operations are available with bcapservice. I'm sorry to trouble you, but I appreciate your cooperation. |
I used MoveIt to control the arm before, but I often get 8440454* or 8420404* errors when executing the trajectory planned by MoveIt.
So I want to use the /bcap_service service to move the arm to the specific pose by given [x, y, z, rx, ry, rz, fig].
And set the speed/acceleration of the robot.
But I don't know how to set the value of vntArgs.
The text was updated successfully, but these errors were encountered: