七小丘人

Results 17 issues of 七小丘人

I met this problem when I run darknet_ros.launch ![screenshot from 2019-02-15 15-16-27](https://user-images.githubusercontent.com/26407388/52840651-dd28a680-3134-11e9-896d-cf49b5143eca.png) I modified the makefie like this and maked it before I catkin_make ![image](https://user-images.githubusercontent.com/26407388/52840709-06e1cd80-3135-11e9-844e-fd91db2b350a.png) I don't know what's wrong.

I try to write a node to receive and show data of Bounding Box like below. #include "ros/ros.h" #include #include using namespace std; void msgCallback(const darknet_ros_msgs::BoundingBoxes::ConstPtr& msg) { cout

Trying the dex-net ROS installation. Coming across an error in mismatch version number upon catkin_make, just after git clone. ``` CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkin_python_setup.cmake:79 (message): catkin_python_setup() version in setup.py (0.0.6)...

### Operating system Windows ### Compiler MSVC ### Steps to reproduce the behavior My vcpkg have package vtk[qt] and pcl[qt,vtk]. My cmake project has two components that depend on PCL...

category:question

I need to grab the exception for each task. like this: ``` try{ tf::Future fu = executor.run(taskflow); fu.get(); } catch(...){ do_something(); } ``` Then the thread will be blocked because...

question

NodeEditor is one of the few open source flow graph QT libraries. I can understand the intent of QT's MVD pattern from simplegraph example.But the NodeDelegateModel concept confused me. I...

operating system: Windows 11 PCL version: 1.14.0 https://github.com/PointCloudLibrary/pcl/commit/fc54abc12f34f902ed47c2ebec704e05601a9476 compiler:MSVC 2022 I want to visualize the normals of a point cloud, but the display looks weird. ![image](https://github.com/PointCloudLibrary/pcl/assets/26407388/0036021f-7869-45c7-aa09-55fdb6450daf) My code: ``` #define...

kind: bug
platform: windows

Operating System and version: Windows 10 Compiler: CUDA 11.6 PCL Version: 1.14.1(8e844ea7cce63) Previously I used vcpkg to install the cuda module of pcl :./vcpkg install pcl[cuda]. It works fine. Now...

status: triage

https://github.com/PointCloudLibrary/pcl/blob/master/registration/include/pcl/registration/correspondence_estimation.h#L386 It says "CorrespondenceEstimation represents the base class for determining correspondences between target and query point sets/features.", but CorrespondenceEstimation does not have subclasses. Instead, it has a base class named...

module: docs
module: registration

pcl::IterativeClosestPoint will crash when encountering an invalid point in debug mode, but not in release mode. `Assertion failed: point_representation_->isValid (point) && "Invalid (NaN, Inf) point coordinates given to nearestKSearch!", file...

kind: bug
module: registration