ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

ipa-rmb's profile - activity

2017-06-16 02:54:53 -0500 received badge  Nice Answer (source)
2017-06-14 10:07:43 -0500 received badge  Necromancer (source)
2017-06-14 10:07:43 -0500 received badge  Teacher (source)
2017-06-14 09:10:40 -0500 answered a question cob_people_detection No connection to server 'load_model_server'

Hi, we solved the problem. Just download the current version of cob_people_perception from github. Unfortunately, an err

2015-05-19 03:11:13 -0500 commented answer Building cob_people_detection package on Hydro

Wonderful :-)

2015-05-13 09:51:23 -0500 commented answer Building cob_people_detection package on Hydro

2 Just ignore those packages that give you trouble by putting an empty file with name "CATKIN_IGNORE" into the respective main folders. You do not need the following packages: libnite2, cob_people_tracking_filter, cob_openni2_tracker, cob_leg_detection. You may put CATKIN_IGNORE in all of them.

2015-05-13 09:48:43 -0500 commented answer Building cob_people_detection package on Hydro

Looks like a SSL problem when downloading and md5sum checking sources of a library to build. You might try out two things:

  1. Open file cob_people_perception/libnite2/Makefile.tarball and comment line 8 (MD5SUM_FILE = NiTE-Linux-x64-2.2.tar.bz2.md5sum) out by putting a # before it (#MD5SUM_FILE...
2015-05-08 06:23:58 -0500 commented answer Building cob_people_detection package on Hydro

Background: Catkin requires to add a line "add_dependencies(${p} ${catkin_EXPORTED_TARGETS} ${PROJECT_NAME}_generate_messages_cpp)" to run message generation from other packages before building this package when using multiple cores. I have fixed that in the hydro_dev and indigo_dev branches now.

2015-05-08 06:21:43 -0500 commented answer Building cob_people_detection package on Hydro

The errors originate from missing messages. You may solve the problem by just using one core for compilation (i.e. "catkin_make -j1") or by running catkin_make several times until everything compiles. Anyways, I have (hopefully) fixed the dependencies now, just pull and build the software again.

2015-05-06 07:15:51 -0500 answered a question Building cob_people_detection package on Hydro

Ok, now I could read your log and figured out what is the problem. In addition to the cob_people_perception repository (most recent version from here: https://github.com/ipa-rmb/cob_people... ) you need to have the cob_perception_common repository. This one might be released already (i.e. can be installed via sudo apt-get install ros-hydro-cob-perception-common) but we are not releasing the latest versions on hydro anymore. Hence I suppose that even if you would have installed cob_perception_common, your version is outdated.

Please download the newest hydro version of cob_perception_common from https://github.com/ipa-rmb/cob_percep... and try to compile again.

Please notice that we will not implement future features into the hydro_dev branch anymore. For now it appeared that the indigo_dev version is working with ROS hydro successfully. So you might also give the indigo_dev branches a chance (hydro_dev and indigo_dev should be similar at the moment).

Best regards, Richard

2015-05-06 06:51:10 -0500 answered a question Building cob_people_detection package on Hydro

Hi, could you please tell me the remote address of the packages

  • cob_people_perception
  • cob_perception_common

(type git remote -v in the respective repositories)

and the branches of them (type git branch)?

We restructured a couple of things recently and I suspect that you accessed the wrong or incompatible sources.

Unfortunately, github is offline at the moment, so I cannot check your error listing. Anyways, as soon as I can access github again, I will point you to the right addresses for downloading the code.

Best regards, Richard