koenlek
koenlek
I've set up a remote index, but I noticed that the remote index doesn't work without a local `compile_commands.json`. It seems as if the RemoteIndex has the symbols, but it...
Jira 8 beta (8.0.0-m0030) was released on 13-12-2018, see: - https://www.atlassian.com/software/jira/download-eap - https://confluence.atlassian.com/adminjira/preparing-for-jira-8-0-955171967.html From [this post](https://community.developer.atlassian.com/t/jira-8-0-server-official-release-imminent/25599/6), it seems the final release will be sometime between now and end of January....
We use dicts to store a collection of arrays, e.g.: ```py data['time'] # holds an np array of time values data['speed'] # holds an np array of speed values ```...
We use catkin tools with install space enabled (`catkin config --install`). If we have a CMakeLists.txt that installs the include directory, e.g. ```cmake install(DIRECTORY include/ DESTINATION ${CATKIN_GLOBAL_INCLUDE_DESTINATION} ) ``` This...
## Proposal Side by side editing/rendering has its limitations. It costs much screen real estate and its not very convenient for real-time editing (you can't watch at your cursor in...
To use roslint for a pkg foo I used to do: ``` catkin_make roslint_foo ``` However, I cannot figure out to get this working in catkin tools. I tried: ```...
When I run this, I get this msg: ``` Command failed: bazel --output_base=/tmp/20de9d54ae8f5a71cb5df6e40713bd6d query ...:* --output=package Another command (pid=9682) is running. Waiting for it to complete on the server... Loading:...
I found that the odometry information published on the /odom topic by Gazebo provides perfect odometry information. This can be easily verified by setting gmapping to fully rely on odometry....
Any plans on supporting MMCV v2.x? I'd love to be able to use this with MMCV v2...
We use catkin tools with install space enabled (`catkin config --install`). If we have a CMakeLists.txt that installs the include directory, e.g. ```cmake install(DIRECTORY include/ DESTINATION ${CATKIN_GLOBAL_INCLUDE_DESTINATION} ) ``` This...