-
`srv`ファイルを追加し、package.xmlとCMakeLists.txtを変更したところ、ビルド中に下のような`another target with the same name already exists.` というエラーが出ました。
エラーが出る前後の変更を調べると、CMakeLists.txtの `find_packages()` に `message_generation` を…
-
I tried to clone this repo using --recursive but the visp_auto_tracker module fails to clone.
$ git clone --recursive git@github.com:laas/vision_visp.git
Cloning into 'vision_visp'...
remote: Count…
-
Apparently, Bloom does not like Unicode too much when it generates GitHub PR:
```
$ bloom-release --rosdistro hydro --track hydro vision_visp
[...]
Generating pull request to distro file located at…
-
we are using Hiredis client version of 0.10.0
we have active standby redis server setup .
Whenever there is switch-over occasionally we find the following core-dump
(gdb) p cb
$1 = {next = 0x0, fn =…
ghost updated
9 years ago
-
so far the only Travis-y thing I found in a ROS repo is this
https://github.com/ros-planning/warehouse_ros/blob/master/.travis.yml
-
On of the Jenkins jobs shows the build error:
http://jenkins.ros.org/view/GbinP32/job/ros-groovy-vision-visp_binarydeb_precise_amd64/
It looks like a previously existing file which is downloaded in t…
-
The CMake macros are missing from this missing, hence the issue to release `vision_visp`.
-
While packaging `visp_auto_tracker` for Arch Linux, I found missing dependencies. Indeed, the [following lines](https://github.com/lagadic/vision_visp/blob/hydro-devel/visp_auto_tracker/package.xml#L2…
-
While trying to package `vision_visp` for Arch Linux (Boost 1.55), I had the following problem with `visp_tracker`:
``` shell
/usr/include/boost/filesystem/config.hpp:16:5: error: #error Compiling Fi…
-
When running
```
install_sot.sh -r hydro sot_hydro 3
```
I get the following errors:
```
Eval (4): install_ros_ws
Version to be installed: hydro
rosinstall operating on /home/adelpret/devel/sot_hyd…