腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(193)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
C++ -对八叉树的未定义引用::
OcTree
::
OcTree
(Double)‘
但是,当我尝试使用VSCode构建任务(使用g++)构建和运行这个简单的代码时,我会得到错误:undefined reference to `octomap::
OcTree
::
OcTree
(double#include <iostream>#include <octomap/
OcTree
.h> { octomap::
OcTree
tr
浏览 18
提问于2022-05-20
得票数 0
回答已采纳
1
回答
在PCL库中插入pcl::
octree
::OctreePointCloudSearch<pcl::PointXYZ>索引
我正在尝试使用pcl::
octree
::OctreePointCloudSearch<pcl::PointXYZ>
octree
对点云进行分区&执行一些操作。selectedIndices is contains only chosen indices set from all cloudIndices) */ pcl::
octree
::OctreePointCloudSearch<pcl::PointXYZ>
octree
(res
浏览 7
修改于2022-04-03
得票数 0
回答已采纳
1
回答
没有要发布的内容,
octree
是空的。
我在主题PointCloud中发布了一个pc_pub (Type: sensor/PointCloud 2)。我将"cloud_in“主题映射到相应的点云主题,启动文件中的固定框架对应于rviz (map)中的固定框架。运行ran "rostopic pc_pub“可以验证点云确实被发布到这个主题,并且octomap_server也订阅了这个主题。但是,出现“无发布,八叉树为空”。问题是什么?<pa
浏览 4
提问于2019-11-13
得票数 1
回答已采纳
1
回答
使用FCL的碰撞检测遵循ROS wiki的API,使用shere和
octree
对象
我只想使用FCL库进行碰撞检测。我试着按照指令来创建这个检测代码。// set mesh triangles and vertice indicesstd::vector<Triangle> triangles; ... // BVHModel is a template class for
浏览 3
修改于2015-02-12
得票数 0
2
回答
OCTREE
.exe中0x1000bbae处的未处理异常: 0xC0000005:写入位置0x000000a8的访问冲突
我在下面的代码中得到了上面的运行时错误:为什么?#include <vector>#include <fstream>#include <string>#include <math.h>#include <stdlib.h> class
浏览 0
修改于2011-05-31
得票数 0
回答已采纳
3
回答
八叉树码性能
H:#define
OCTREE
_H { struct node_t{ struct node_t *child[8]; virtual ~
Octree
(); #include "
Octree
.H"
浏览 0
修改于2015-06-03
得票数 5
回答已采纳
1
回答
在Fortran中正确执行最终例程
我有以下Fortran代码 integer :: max_num_point type(t_
octree
_node), pointer :: parent => null() end ty
浏览 1
修改于2018-12-27
得票数 1
回答已采纳
1
回答
类型声明的Fortran指针属性
我有以下类型 real :: box(2,3) integer :: depth type(
OCTREE
_TYPE), p
浏览 0
修改于2018-12-14
得票数 2
回答已采纳
1
回答
八叉树更改检测初始值设定项但不完整的类型错误
我遵循本教程,当我编译代码时,我得到以下错误 pcl::
octree
::OctreePointCloudChangeDetector<pcl::PointXYZ>
octree
(resolution);^‘<
浏览 4
提问于2018-10-17
得票数 0
1
回答
如何重载下标操作符以返回可选的左值?
#include <optional>
Octree
* branch[8];public: ~
Octree
();}; {
浏览 37
提问于2019-06-14
得票数 4
回答已采纳
2
回答
Java:泛型继承
现在,我想在一个类中实现这个接口,它能够像这样封送
Octree
<T>类型的对象: public Class<
Octree
<T>> getDataClass() { return
Octree
.class; //<-compileti
浏览 3
提问于2013-10-26
得票数 5
回答已采纳
1
回答
CUDA 6.5 (第1.1章)结构的cudaMemcpy数组导致“无效参数”
代码://nodearray[2]->test = 42;}
Octree
_t* gpu_nodear
浏览 3
提问于2016-04-29
得票数 0
回答已采纳
3
回答
C# 7中的模式匹配应该与泛型一起工作吗?
我有一个简单的例子,我想使用模式匹配来识别我需要用来在两个普通的
Octree
之间执行碰撞测试的算法。我的基本案例是两棵三角形的八叉树。代码的骨架是。ta { } {
浏览 7
提问于2017-06-20
得票数 1
回答已采纳
1
回答
计算着色器浮点算法确实不准确。
(2, depth);
octree
(new OctreeNode[length]);
OCTREE
_BUILDER.SetBuffer(0, "
octree
",
octree
);
OCTREE
_B
浏览 12
修改于2022-06-10
得票数 4
回答已采纳
1
回答
为什么我的pcl cuda代码在CPU而不是GPU上运行?
我有一段使用pcl/gpu命名空间的代码: pcl::gpu::
Octree
::PointCloud clusterCloud;
octree
_device->setCloud(clusterCloud);
octree
_device->build()
浏览 29
修改于2019-02-15
得票数 0
3
回答
函数返回结构指针
我有一个头文件,如下所示:{ typedef struct node int value; }node; ~
Octree
(); void clear(struct node以下是.cpp代码:
浏览 2
修改于2016-05-02
得票数 0
回答已采纳
1
回答
八叉树StackOverflowError
八叉树实例化其中,第一个参数是维度,第二个参数是根public void generateListAbstractStringBuilder.java:709)at edu.modesta.test.
octree
.
Octree
.add_nodes(
Octree
.java:73) at
浏览 3
修改于2020-07-13
得票数 1
回答已采纳
1
回答
安装pysph时C++编译器可能出现的问题
building 'pysph.base.
octree
' extension
octree
.cpp c:\users\matthew/
octree
.cpp(963
浏览 21
修改于2022-10-16
得票数 0
1
回答
使用PCL的LNK2001 BreadthFirstIterator时出现的错误
下面是我的代码pcl::
octree
::OctreePointCloud::BreadthFirstIterator tree_depth_it的代码;pcl::
octree
::OctreePointCloud::BreadthFirstIterator tree_depth_it_end =
octree
.breadth_end(); 错误1错误LNK2001:未解决的外部符号"public: class pcl::<
浏览 1
提问于2014-06-25
得票数 0
回答已采纳
1
回答
我是否可以不写出完全限定的返回类型名称?
我有以下嵌套类的情况:public: struct subdiv_criteria : public
octree
_type::subdiv_criteria { subdiv_criteria(PS_
OcTree
* _tree) : tree(_tree) { } virtual Element elementInfo(unsigned int const&
浏览 4
提问于2016-07-11
得票数 2
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
点击加载更多
领券