Kunal Tyagi

Results 184 comments of Kunal Tyagi
trafficstars

I can confirm this doesn't happen with a venv, but with conda ```yaml name: wandb_test channels: - conda-forge - defaults dependencies: - python=3.11 - pip # pinning version not necessary...

@mosherubin Thanks for this. I somehow didn't see updates from this in my notifications. I've updated my notification settings, so I should be more prompt now. Apologies for any headaches...

This happens for my windows setup as well. ``` Flameshot v12.1.0 (96c2c82e) Compiled with Qt 5.15.2 winnt: 10.0.19045 windows: 10 ``` ![image](https://user-images.githubusercontent.com/2657068/202885089-62c70208-3fad-4533-96c3-f364cb24fc82.png) Note that the flamsehot gui brought in the...

Sure, that could make it easier for a latex input and latex output design. Let me know if there are some low hanging fruits for which the core team doesn't...

PCL doesn't know about `CMAKE_PREFIX_PATH` and shouldn't be able to reset it. I'm not sure if something like that but generic (with all CMake variables/env variables) is happening as an...

Thanks @mvieth for the deep dive and the proposals. VTK solution (num 3) seems the best approach, but until the issue is closed, I think the first option would be...

Relevant PointCloudLibrary/pcl#4307

With PCL 1.11 at least, the following lines will throw an error: * https://wiki.ros.org/pcl_ros#CA-226070dcbe48ef19c444eb4914084fc903868f16_14 * https://wiki.ros.org/pcl_ros#CA-2c92c01374035f603e08bcde0eb24382b1ccd02e_8 That's due to them using `std::shared_ptr` (from PCL) while ROS expected `boost::shared_ptr`

* Not use `PointCloud::{Const}Ptr` on subscriber callback parameter. Instead use `boost::shared_ptr` * Use `ros_ptr(message)` in the publish calls to convert from std pointer to boost pointerc

It should be present at the end of [pcl_ros/point_cloud.h](https://www.github.com/ros-perception/perception_pcl/tree/melodic-devel/pcl_ros/include/pcl_ros/point_cloud.h) The link might be wrong. On my mobile right now