Results 95 comments of Pat Marion

During the CI testing of this project (python-cmake-buildsystem) I assume that patches are applied to each supported version of python to verify that the patch applies cleanly? Perhaps during that...

Sounds good to me, let me know if you need help on the director side. I think all of this functionality has existing python apis in director.

hey, have you seen https://github.com/RobotLocomotion/director/pull/420 and are aware that @rdeits has designed a new lcm drawing protocol? It will be merged soon. What is is currently missing is an interface...

Yes, I'd be happy to accept a PR that modifies the existing drakevisualizer python code to handle the new proposed protocol. I agree that adding new enum values to the...

maybe just the doc string is wrong? It works if bounds is a 3x2 instead of a 2x3?

By the way, I figured out that if you use quotes to specify an empty cfg filename then Director correctly waits for the PARAM_UPDATE lcm message to get bot param...

I think the issue of being too slow for travis is resolved by having a build script that prints progress, travis assumes your build has stalled if it goes for...

I don't know why homebrew doesn't provided a bottled version of vtk, but it might have to do with the +python option. On mac, it can be unpredictable whether the...

An update: a found a trick to get travis to homebrew install vtk without timeout (it takes over 25 minutes). Then I had the travis server make a homebrew bottle...

thanks for the info. We already use a non-system python when doing homebrew installs (although it also works with system python if the user chooses to avoid homebrew python)