-
Notifications
You must be signed in to change notification settings - Fork 241
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
Universal Robot functionality in Gazebo simulation for GPS. #49
base: master
Are you sure you want to change the base?
Conversation
This looks great! Very nice documentation. Is there a way that I can test it in simulation? Note that docs/index.md corresponds to the webpage at rll.berkeley.edu/gps. |
Added documentation for installing and running ur examples
Yep, it should be ready to go in Gazebo. Added to index.md the dependencies and process for running. Let us know how it goes :). |
Added tree_urdf.py for public.
Is there anything outstanding on this before merging? I'm interested in trying it out. |
Dear Andrew,
I do not believe there is anything else on our end so you are free to test
it. Feel free to contact us if you have any questions making it work.
Sincerely,
William
…On Sun, Jan 1, 2017 at 6:47 PM, Andrew Hundt ***@***.***> wrote:
Is there anything outstanding on this before merging? I'm interested in
trying it out.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#49 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AS1mC8og0oFGPMH6lMNCTIY5MBo_YOwNks5rOGVSgaJpZM4J6_w2>
.
|
@wtokumaru great! @cbfinn can this be merged? |
Universal Robot functionality in Gazebo simulation for GPS.
@wtokumaru @cbfinn After some initial trials of this PR, I believe there are some minor notes to be added.
$UR_PATH/ur_description/urdf/ , this would be fine if using ROS < Indigo. However, starting from Indigo, these urdf files are not directly provided anymore under that folder, but instead xacro files, please see https://github.com/ros-industrial/universal_robot/tree/indigo/ur_description/urdf . So, for ros >= Indigo, you need to manually convert these xacro files to urdf, I use If you build ros-industrial from source, it should be fine. But if you install the ros-industrial stack using apt-get, these folders are inside /opt/ros, so you probably won't have write access to them, you can download these files https://github.com/ros-industrial/universal_robot/tree/indigo/ur_description/urdf in a folder owned by you, and then use xacro for converting format. I am going to test this on a real ur5 robot, and will let you know once I have more questions. @wtokumaru Thanks for the nice work! Jianlan |
Thank you for your feedback @jianlanluo! We will update this PR shortly with your suggestions. |
Thanks @jianlanluo! Happy to merge when changes have been made and Jianlan approves. |
Added commits and should be ready to merge when approved by @jianlanluo. |
Is this ready for merging? |
I believe so. |
I think the PR2 part should be split from ROS package And other two things should be considered.
More things will be deeply explored. |
@jacknlliu this PR was designed for this codebase over a year ago and is not really intended to change. Further development on this feature since then is unfortunately proprietary. I am not sure what @cbfinn's plan is with it but you are welcome to merge and modify it as you see fit. |
@wtokumaru thanks for sharing your thoughts. Are there some better algorithms beyond this GPS for such tasks? I hope to find a replacement. |
@jacknlliu What kind of tasks are you talking about specifically? |
unknown dynamics and need fewer samples, more efficient sample. |
For model-based reinforcement learning specifically for a UR simulation, I would recommend not using something quite as hefty as GPS. Something like a simple optimal control solver should be sufficient. Not sure what you mean by more efficient samples. It may also worth note that any simulation has known dynamics (itself). |
Was this ever planned to be merged? I do not have write access, so I am not able to... @cbfinn |
Has anyone gotten this working on the actual UR5 arm outside of simulation? |
Contributed to by @symbio-mitch, @symbiomark, @jlmsymbio, and @wtokumaru
Mitch Adler [email protected]
Mark Rogers [email protected]
Jacob Mandelson [email protected]
William Tokumaru [email protected]