-
Notifications
You must be signed in to change notification settings - Fork 53
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
Double pendulum demo #22
Conversation
Currently falls over in a compile with lcmtypes headers not being found properly by other headers in the install:
Some typical locations for that header:
|
Wow. We should definitely not copy this double_pendulum code wholesale out of Drake. The double_pendulum example code is incomplete and will be undergoing significant rework within Drake as the new SDF parser grows up. I would suggest using RigidBodyTree in the example, since that's what most people should be using right now. Something like an example of a |
Maybe the https://github.com/RobotLocomotion/drake/tree/master/drake/examples/particles would be a better example. Possibly that example should even move into shambhala exclusively, since its purpose was onramp tutorial. |
Yes, aware of the upcoming changes, but wasn't overly concerned about the right example yet (copy/paste is relatively free short term) but instead finding a means of express testing the lack of data support. Definitely better is to just have a simple test that loads an sdf file in drake as that validates data installation in the most minimal way, but I'll need some additional time to write a small program to get there. This PR for the moment will still be useful to uncover the lcmtypes problem (doesn't have to merge). I like the idea of moving the particle demonstration. |
Depends on RobotLocomotion/drake#6817. |
sdformat is now linking and passing, so closing this PR. |
Express purpose of this demo is to test/verify that installed data files and lookup are working properly.
See #11.