RobotLocomotion / spartan

A project repo for robotics research and applications using drake and director.
Other
31 stars 26 forks source link

Drake iiwa simulation #300

Open manuelli opened 6 years ago

manuelli commented 6 years ago

This simulator should live in spartan, probably as a catkin project. Should target drake as a library.

manuelli commented 6 years ago

@pangtao22 has made great progress on getting our drake-iiwa-sim back up and running. Thanks! @gizatt I think if we could get the depth images to be rendered through the drake sim and then published out as ROS messages that would be great. Can you take the lead on that?

gizatt commented 6 years ago

Yeah glad to.

On Thu, Jul 12, 2018 at 5:15 PM, Lucas Manuelli notifications@github.com wrote:

@pangtao22 https://github.com/pangtao22 has made great progress on getting our drake-iiwa-sim back up and running. Thanks! @gizatt https://github.com/gizatt I think if we could get the depth images to be rendered through the drake sim and then published out as ROS messages that would be great. Can you take the lead on that?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/RobotLocomotion/spartan/issues/300#issuecomment-404653266, or mute the thread https://github.com/notifications/unsubscribe-auth/AC7LT9o-Sixc8sggC7pOjk_JjAveDYbnks5uF7yIgaJpZM4UtwOC .

pangtao22 commented 6 years ago

Drake's WorldSimTreeBuilder could be helpful if we are adding more than one urdf's to a RigidBodyTree: https://github.com/RobotLocomotion/drake/blob/3fcdc79b6c581e23fa53942196c05bc24cf003d4/manipulation/dev/quasistatic_iiwa_pick_and_place_demo.cc#L51

I also did some exploration of the C++ API of drake's RgbdCamera here: https://github.com/pangtao22/drake_w_octomap