-
Notifications
You must be signed in to change notification settings - Fork 86
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
FYI: ROS-compatible version of Director exists #623
Comments
Thanks for the notice! I will take a look. I appreciate the need for a fork so that you can merge PRs as needed. I wonder if you see the new work eventually coming back to Director |
By the way, in case it is useful to you, there is a little more ROS code that I wrote that landed in |
The code in that commit shows how to create new director libraries, including python wrapping, in the |
Hi Pat, This vtk_ros module subscribes to and provides vtkPolyData from point clouds, images and depth images: A version of the DRC-era Director compiles (or could easily) without a ROS dependency at present. We have an add-on repo ('director_anymal') which adapts the core Director app with UI components specific to ANYmal - all of which is runtime imported python. In brief, the question is "who would use this variant of Director?". For us, Director must have a straightforward catkin build environment - cross platform compatibility is not important to us. It's also not Drake dependent anymore - FK and URDF parsing is now from ROS tools. We don't use any exotic optimal solvers (snopt, gurobi) |
This is a note to users of Director. We (Oxford Dynamic Robot Systems) have adapted Director to natively compile within the ROS ecosystem:
https://github.com/ori-drs/director
PCL, OpenCV, VTK, Qt and other dependencies use those provided with ROS-land. Recently we updated to Ubuntu 18.04. LCM dependency has been removed.
We use it to operate our ANYmal robot instead of Rviz.
The text was updated successfully, but these errors were encountered: