Adrian Brandemuehl

Results 9 comments of Adrian Brandemuehl

Another workaround if you still want to use the linked devel space is to change the last line of `aslam_cv_common/CMakeLists.txt` to export an extra include directory: ``` cs_export(INCLUDE_DIRS include ${CMAKE_CURRENT_BINARY_DIR}/compiled_proto...

I've hit a similar problem, but somehow mine is different. I find that I would get a package stuck every time with message generation in geneus. My solution was to...

I'm using Ubuntu 18.04 and ROS melodic, catkin tools 0.6.1. I've made a clean workspace with just the [catkin_simple](https://github.com/catkin/catkin_simple) and [voxblox](https://github.com/ethz-asl/voxblox) with the following directory layout. ``` adrian@ubuntu:~/thesis/test_ws$ tree -d...

Stepping with pdb through `/opt/ros/melodic/share/geneus/cmake/../../../lib/geneus/gen_eus.py` I find that I get stuck on `get_pkg_map()`. Here's the `pdb` backtrace: ``` (Pdb) bt /usr/lib/python2.7/pdb.py(1314)main() -> pdb._runscript(mainpyfile) /usr/lib/python2.7/pdb.py(1233)_runscript() -> self.run(statement) /usr/lib/python2.7/bdb.py(400)run() -> exec cmd...

I think what's specific to my system is that some gazebo packages fail in the `_PackageParser` in `catkin_pkg/packages.py` I've set `parallel` to `False` here: https://github.com/ros-infrastructure/catkin_pkg/blob/master/src/catkin_pkg/packages.py#L134 and got the following error....

The error in the package is from the following lines conditional depend lines. Removing the conditional lines in the following files locally on my system fixes the problem. I'm guessing...

My issue has been solved. Basically I had an old version of catkin-pkg installed via pip directly. Uninstalling that was the fix for my issues.

Some quick research shows that the protobuf compiler supports creating native code for python. See http://yz.mit.edu/wp/fast-native-c-protocol-buffers-from-python/ for a description of the usage and https://developers.google.com/protocol-buffers/docs/reference/python-generated?hl=en#cpp_impl for Google's docs on it. Note:...

If someone has access to the google search console and could post some screenshots of what google actually sees when it looks at docs.ros.org that would also be helpful in...