-
Notifications
You must be signed in to change notification settings - Fork 165
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
XArm servoing in ROS1 - arm not moving #161
Comments
@Akumar201 |
@Akumar201 |
Hi, Thank you so much for your help. The arm is taking commands now.
I am closing this issue as it has been solved. If the problem persists, please comment and the issue will be reopened if appropriate. |
Hi, I am trying to move real xarm with the example pose_tracking_example.cpp . I am trying yo use ROS2 moveit servoing as an example and replicate it in ROS1.
I am following the steps
roslaunch xarm6_server.launch
launch fileroslaunch realMove_exec.launch
launch_fileroslaunch pose_tracking_example.launch
launch_fileMy config file for xarm is
I am getting no error but my arm is not moving. I have doubt as in my rqt graph nodes are different
logs
I also tried printing the current EE transform using the code
`
std::cout << "Wohoooooooooooooooooooooooooo" << current_ee_tf << std::endl;
`
However, it's not getting the pose
I am not sure what thing I am missing
Any help would be much appreciated
The text was updated successfully, but these errors were encountered: