Steve Walker

Results 11 comments of Steve Walker

I have upgraded to the latest commit, and the problem still exists `Error: invalid argument /home/walker-ubuntu/Downloads/env/pcl/gpu/containers/src/device_memory.cpp:281` , ```cpp pcl/gpu/containers/src/device_memory.cpp: void pcl::gpu::DeviceMemory::upload(const void* host_ptr_arg, std::size_t sizeBytes_arg) { create(sizeBytes_arg); /*281*/ cudaSafeCall(cudaMemcpy(data_, host_ptr_arg,...

> @Zero-Swangel can you create a point cloud where it happens or share one you already have? > Then I can try run it as well. [record_.zip](https://github.com/PointCloudLibrary/pcl/files/7045295/record_.zip) ```cpp static int...

> I can verify it crashes. > > It allocates spaces for max_answers which is equal to max_pts_per_cluster: > https://github.com/PointCloudLibrary/pcl/blob/85fc1707dd28f4104a7cf6ab0f8570d11ec1b4c4/gpu/segmentation/include/pcl/gpu/segmentation/impl/gpu_extract_clusters.hpp#L82-L83 > > However, the number of queries can be beyond...

Sorry I forgot to reply... it's build time. Closing as I don't use g2o now, sry

This doesn't help. Here's my CMakeLists.txt ``` cmake_minimum_required(VERSION 3.20) project(cpp_pubsub) if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") add_compile_options(-Wall -Wextra -Wpedantic) endif() set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE) set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib/${PROJECT_NAME}") set(LINK_FLAGS "${LINK_FLAGS} -undefined dynamic_lookup") #...

Seems this repo isn't actively maintained anymore... Here's my quick fix, using the same hl as comments, good for me ```lua require('nord.util').highlight('LspInlayHint', { fg = colors.nord3_gui_bright, style = 'italic' }...

Thank you for your work @hegde-atri ! I’ll have some time for help starting from July, you could assign me some packages then if needed :D

Thanks for your reply! I fixed 2 and tried nixGL, but ```bash $ QT_XCB_GL_INTEGRATION=none nix run --impure --override-input nixpkgs nixpkgs/nixos-unstable github:guibou/nixGL -- rviz2 Unable to create glx visual [ERROR] [1694099755.698413320]...

I've exported `QT_QPA_PLATFORM=xcb` actually, `glxinfo` also fails so it's probably not about QT or ros-overlay. ```bash $ nix run --impure --override-input nixpkgs nixpkgs/nixos-unstable github:guibou/nixGL -- gl xinfo warning: not writing...

1. Void Linux 2. `AMD Radeon Vega Mobile Series (Ryzen 5900hx)` and `Nvidia GeForce RTX 3070 Mobile / Max-Q (Driver Version: 535.98)` 3. i3wm 4. works fine Thank you very...