phuicy
phuicy
Cmake has released its latest version https://blog.kitware.com/cmake-3-7-0-available-for-download/ of particular interest: > A new "cmake-server(7)" mode was added to provide semantic > information about a CMake-generated buildsystem to clients through a...
Hi All, I have a branch where I have reimplemented the GameInstance as a GameInstanceSubsystem, this allows to not need to overide other game instances; but also allows for late...
If ROS bridge isnot started, the main thread will block. Solution: (@webercheng) Issue: #175
Merging fork
I catkinized your code, to make it groovy and hydro compatible. I also solved a minor CMakeList.txt problem. If you want to grab this code for your git just ask...
Catkinized these packages, for ROS Groovy
So currently this plugin won't work without Flask-sqlalchemy. Specifically, if you sqlalchemy-utils. Solution: This section: https://github.com/Revolution1/Flask-WhooshAlchemyPlus/blob/1e7a79b6d12e85e3e0fd12eb70a8d6468642359a/flask_whooshalchemyplus.py#L255 is changed to: ```python # change the query class of this model to our...
``` apt-get install mono-complete ``` not ``` apt-get install mono ``` for Ubuntu 14.10 and above
If you don't have image_view already load in rqt, the linker fails to find image_transport and cv_bridge, and rqt_ptam crashes. It needs to explicity set in the package.xml and CMakeLists.xml....
https://github.com/osrf/gzweb/blob/de5622b4bbcce167ac7f86fe81ac0b602e9177a7/deploy.sh#L111 Github not gitgub thanks, Guy