Kenn Sebesta
Kenn Sebesta
@BeansIsFat, thanks, that (sorta) worked! The reason I say "sorta", is because the files were generated in a strange place, which I only found by looking through the console spew...
@jtfrey nice. I tried your code from the unzipped repo archive, and worked perfectly there, too. Thanks again for this util, it's perfect for our educational work.
There seem to be several issues related to this: https://github.com/ethz-asl/ethzasl_msf/issues/89 https://github.com/ethz-asl/ethzasl_msf/issues/134 https://github.com/ethz-asl/ethzasl_msf/issues/140 Would the maintainers be interested in supporting an effort to have a build flag configure ROS vs. non-ROS?...
That's great! Just to be sure we're on the same page, this will take a fair amount of project maintainer commitment in the form of support and advice. Sounds good?...
Very similar experience to @b4silio. Kudos to him for finding the workarounds! This is on OSX 10.9.5, using XCode 6.0.1. Follow all directions in https://github.com/uzh-rpg/rpg_svo/wiki/Installation:-Plain-CMake-(No-ROS), with the following modifications: ##...
Oddball suggestion, but instead of implementing further simulation in the backend, maybe borrow the simulator from https://github.com/SEVA77/circuitjs1? P.S. This is an awesome project. I'm so glad I found it.
Prioritization should happen for _important_ things and _urgent_ things. It isn't a great optic when it takes 2 years to do something as simple as a resistor divider. Maybe it's...
Thanks a lot for posting this, it helped me understand why things hung when I was doing simple image writes.
Could a `.bag` also be provided? It would be nice to test against a known working set.
~~I had problems compiling and simply including~~ ~~#include ~~ ~~#include ~~ ~~seemed to fix the compiling problem for me.~~ ~~I haven't investigated whether my 16.04 system was linking against OpenCV...