登录社区云,与社区用户共同成长
邀请您加入社区
使用catkin build时报错,出现。
使用catkin build时报错,出现
The build space at '/home/abc/catkin_ws/build' was previously built by 'catkin_make'. Please remove the build space or pick a different build space.
输入
rm devel build -r
再使用
catkin build
可以看到问题解决
有“AI”的1024 = 2048,欢迎大家加入2048 AI社区
更多推荐
【2025最新】基于SpringBoot+Vue的Spring Boot智能无人仓库管理管理系统源码+MyBatis+MySQL
基于SpringBoot+Vue的校园失物招领系统管理系统设计与实现【Java+MySQL+MyBatis完整源码】
C++类型转换详解
c++中支持内置类型转自定义类型,只需要提供相应的构造函数,就可以想怎么转就怎么转,全在于你的构造函数怎么实现。如下:代码语言:javascriptAI代码解释class Apublic:A(int x):a(x),b(x){}{}private:int a;int b;A a1 = v;//int类型隐式转化为A类型fun(6);return 0;A a1 = v:调用构造函数产生临时对象,然后
扫一扫分享内容
所有评论(0)