Closed Chunting closed 8 years ago
Thank you all the same, I have figured it out~~~
Great, I'll close this issue then. Next time, you should probably direct your questions to either
when you are in doubt on how to accomplish something, as these questions are not an issue with this specific package
OK. Thanks for your information. You are so kind.
Chunting
2016-05-30 16:34 GMT+08:00 Thomas Timm Andersen notifications@github.com:
Great, I'll close this issue then. Next time, you should probably direct your questions to either
- ROS mailing list
- ROS Industrial mailing list
- MoveIt! mailing lsit
- ROS answers
when you are in doubt on how to accomplish something, as these questions are not an issue with this specific package
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ThomasTimm/ur_modern_driver/issues/52#issuecomment-222441815, or mute the thread https://github.com/notifications/unsubscribe/ADKLGa2GlSEsHDTo_TJUy5KNaW6bDkMwks5qGqEtgaJpZM4IpA6T .
焦春亭
Hi Thomas, Would you please send me some materials about ur_modern_driver, such as research papers or your thesis? I am a Ph.D. student from Tsinghua University, and my research field is compliance force control for the target capture. I want to develop my experiment based on your driver, after studing it for several days, I am still a little confused about some questions, so I need your help. Now I have read your docs OPTIMAIZING THE UNIVERSAL ROBOTS ROS DRIVER, but would you please give me some more details about your controller? Or would your please give me some other experiment examples to help it more understandable? I learned that you have just submitted your PHD thesis, can I take a look at it?
Yor are so kind to make your driver open, and it is a great job. Thank you very much.
Sincerely, Chunting
2016-05-30 16:34 GMT+08:00 Thomas Timm Andersen notifications@github.com:
Great, I'll close this issue then. Next time, you should probably direct your questions to either
- ROS mailing list
- ROS Industrial mailing list
- MoveIt! mailing lsit
- ROS answers
when you are in doubt on how to accomplish something, as these questions are not an issue with this specific package
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ThomasTimm/ur_modern_driver/issues/52#issuecomment-222441815, or mute the thread https://github.com/notifications/unsubscribe/ADKLGa2GlSEsHDTo_TJUy5KNaW6bDkMwks5qGqEtgaJpZM4IpA6T .
焦春亭
Chunting, I haven't made any other documentation than the paper you've already read. if using the driver in your research, please cite that paper. My phd thesis is available from http://orbit.dtu.dk/en/publications/sensor-based-realtime-control-of-robots(34ded5f8-4cae-4bb0-82fa-35d432dfcf07).html but it doesn't really give any further information than what is in the paper Optimizing the universal robots ROs driver It will probably be easier for both of us if I answer your questions rather than me trying to guess what you want to know.
Hi Thomas, Would you please help me explain the control strategy of your controller in ur_modern_driver? Is it open or closed loop? Do you have the block scheme of the system? Since I want to integrate your driver into force control, I want to learn the mathematic relation in position and velocity (acceleration) level, then I think I can make the controller better.
Thanks,
Regards, Chunting
2016-06-13 15:29 GMT+08:00 Thomas Timm Andersen notifications@github.com:
Chunting, I haven't made any other documentation than the paper you've already read. if using the driver in your research, please cite that paper. My phd thesis is available from http://orbit.dtu.dk/en/publications/sensor-based-realtime-control-of-robots(34ded5f8-4cae-4bb0-82fa-35d432dfcf07).html but it doesn't really give any further information than what is in the paper Optimizing the universal robots ROs driver It will probably be easier for both of us if I answer your questions rather than me trying to guess what you want to know.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ThomasTimm/ur_modern_driver/issues/52#issuecomment-225507234, or mute the thread https://github.com/notifications/unsubscribe/ADKLGQw7BDgAVybO38X_SEsXvJkpMzIfks5qLQbQgaJpZM4IpA6T .
焦春亭
I haven't implemented any controllers, the driver is only an interface to the robot. Thus I guess you can say that the driver is open-loop, but it is inteded to be sued with a ros_control controller which closes the loop. Also, there is probably one or many controllers running on the robot itself, trying to keep the robot moving at the commanded velocity. How they work is not known.
Hi, Anyone has developed a action client in C++? I transfer the test_move.py to a cpp file, but it does not work, it seems that it can not connect to the action server. It stops at below.
I am just a beginner for ROS and UR. And would you please tell how to intergrate other package such as ur_kinematics into test_move.py? where can I find an example for UR5? Thanks for your help.
Sincerely, Chunting