Open jifu23 opened 1 year ago
I solved it by explicitly linking against Boost work mentioned in https://github.com/lagadic/visp/issues/780. But I got a new problem:
--- stderr: visp_tracker
Bagfile installed in /home/jifu/ros_ws/rolling/visp_ws/install/visp_tracker/share/bag/tutorial-static-box /bin/sh: 1: rosbags-convert: not found gmake[2]: [CMakeFiles/external_bag.dir/build.make:120: externals/src/external_bag-stamp/external_bag-patch] Error 127 gmake[1]: [CMakeFiles/Makefile2:746: CMakeFiles/external_bag.dir/all] Error 2 gmake[1]: Waiting for unfinished jobs.... gmake: [Makefile:146: all] Error 2Failed <<< visp_tracker [38.1s, exited with code 2]
I have same question, did you resolve it?
Are you building the rolling
branch ?
你在建立分支吗?
rolling
yes
I solved it by explicitly linking against Boost work mentioned in https://github.com/lagadic/visp/issues/780. But I got a new problem:
--- stderr: visp_tracker
Bagfile installed in /home/jifu/ros_ws/rolling/visp_ws/install/visp_tracker/share/bag/tutorial-static-box /bin/sh: 1: rosbags-convert: not found gmake[2]: [CMakeFiles/external_bag.dir/build.make:120: externals/src/external_bag-stamp/external_bag-patch] Error 127 gmake[1]: [CMakeFiles/Makefile2:746: CMakeFiles/external_bag.dir/all] Error 2 gmake[1]: Waiting for unfinished jobs.... gmake: [Makefile:146: all] Error 2 Failed <<< visp_tracker [38.1s, exited with code 2]
I met the same question, have you solved it?
Hi, I solved installing the python library rosbags with:
pip install rosbags
Hi, I got a problem when I was building this repo. Environment: ubuntu 22.04, ROS rolling. When the VISP used in ros is installed from the latest source code, I get the following error when building vision_visp:
But, when the VISP is installed via
sudo apt-get install ros-rolling-visp
, I didn't get these error. I would like to know why this is happening and how to fix it. Thank you!