当前位置: 首页 > 工具软件 > OpenRAVE > 使用案例 >

MOVEIT配置IKFAST运动学插件-安装OPENRAVE

江承嗣
2023-12-01
python/bindings/CMakeFiles/pyANN_int.dir/build.make:62: recipe for target 'python/bindings/CMakeFiles/pyANN_int.dir/pyann.cpp.o' failed
make[2]: *** [python/bindings/CMakeFiles/pyANN_int.dir/pyann.cpp.o] Error 1
CMakeFiles/Makefile2:1043: recipe for target 'python/bindings/CMakeFiles/pyANN_int.dir/all' failed
make[1]: *** [python/bindings/CMakeFiles/pyANN_int.dir/all] Error 2
python/bindings/CMakeFiles/convexdecompositionpy.dir/build.make:62: recipe for target 'python/bindings/CMakeFiles/convexdecompositionpy.dir/convexdecompositionpy.cpp.o' failed
make[2]: *** [python/bindings/CMakeFiles/convexdecompositionpy.dir/convexdecompositionpy.cpp.o] Error 1
CMakeFiles/Makefile2:1080: recipe for target 'python/bindings/CMakeFiles/convexdecompositionpy.dir/all' failed
make[1]: *** [python/bindings/CMakeFiles/convexdecompositionpy.dir/all] Error 2
Makefile:129: recipe for ta

解决方案

git clone https://github.com/crigroup/openrave-installation.git
cd openrave-installation/
#依次运行
./install-dependencies.sh
./install-osg.sh
./install-fcl.sh
./install-openrave.sh
#支持的系统:
 	 #Ubuntu 14.04
 	 #Ubuntu 16.04
 	 #Ubuntu 18.04
 	 #Ubuntu 20.04

github地址:https://github.com/crigroup/openrave-installation.git

 类似资料: