-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题记录,为后来人提前踩坑,你不一定会遇到类似的问题 #2
Comments
catkin_make编译出错-- +++ processing catkin package: 'aruco'
Add the installation prefix of "roslaunch" to CMAKE_PREFIX_PATH or set 解决办法重新安装rosbash |
我这边显示 robosim/package/dh_robotics_gripper路径下的CMakeLists.txt是损毁的。。。 |
catkin_make 编译出错:-- +++ processing catkin package: 'robot_sim'
Add the installation prefix of "serial" to CMAKE_PREFIX_PATH or set -- Configuring incomplete, errors occurred! 尝试安装ros--serial显示无法找到: 按照搜索到的方法,使用源码编译的方式将ros-noetic-serial安装到了 /usr/local/路径下,再执行catkin_make,仍然是上面展示的问题,没有解决。 |
@onwaiers 牛!问题二参考你的,已解决,谢谢! |
18.04编译的一些问题:
3.修改moveit find_package(catkin REQUIRED COMPONENTS Following the advice at https://answers.ros.org/question/301306/error-tf-has-not-been-declared/ I was able to fix the error by adding "#include <tf/transform_broadcaster.h>" to pick_place_tutorial.cpp. Please fix this for future users. |
@jzx-gooner 现在你配置的这个包能抓取吗 |
@hqf2591102423 目前开源的版本中GPD部分的抓取是不可用的,这几天在重构。主要是针对gpd_ros部分 |
.error: ‘DisconnectWorldUpdateBegin’ is not a member of ‘gazebo::event::Events’ |
问题已解决,一些关于gazobo的错误,可以参考这篇文章https://blog.csdn.net/weixin_44584250/article/details/108569842 |
等我忙完这段时间就有时间重构了(鸽)要准备毕业工作,头发要掉光了 |
代码已更新 |
在执行roslaunch robot_sim grasp_world.launch进行仿真环境抓取时,报错[Err] [SystemPaths.cc:429] File or path does not exist["/home/suyixiu/catkin_ws/src/robot_sim/experiment/grasp/urdf/meshes/banana.dae"]查找launch文件未发现任何一个指定了路径的launch,但仍保留作者的banana位置,请问在哪里修改 |
|
所以你的香蕉可以正常显示吗,你用的是melodic系统吗 |
模型看不到的问题我也遇到过,可以参考这个https://blog.csdn.net/qq_44642372/article/details/123935071 |
感谢! |
/home/zoufeng/sim/src/robot_sim-master/experiment/grasp/GPD_method/src/main.cpp:6:10: fatal error: gpd_ros/CloudIndexed.h: 没有那个文件或目录 |
请问这个问题解决了吗?我目前也遇到相同的问题。 |
ubuntu20.04catkin_make报错: template placeholder type ‘const Box<...auto...>’ must be followed by a simple declarator-id。 |
版本说明
问题1 error: reference to ‘detail’ is ambiguous
参考资料, 问题出现的原因是代码中使用了
using namespace cv;
using namespace cv
,并在对应的位置补上cv::
问题2 /usr/local/lib/libvtkCommonCore-8.1.so.1: error adding symbols: DSO missing from command line
参考资料,但修改完仍有问题 ``对‘vtkRenderingOpenGL_AutoInit_Destruct()’未定义的引用,再参考资料,在
~/catkin_ws/src/robot_sim/experiment/CMakeLists.txt
的GPD_method_grasp和data_collection的target_link_libraries中添加${PCL_LIBRARIES}The text was updated successfully, but these errors were encountered: