Ryan

Results 632 comments of Ryan

If I contributed a change to support exported namespace targets, could it be able to added to OpenCV4? Or, at least, would a change to the user documentation on `CMake`...

> We will need to keep backward compatibility at cmake-level for some time and have two sets of targets - namespaced and old. I remember I saw one library that...

I've implemented some CMake improvements including exported namespaces on my own branch off of `5.x`. In addition to the namespaces, I also tried removing some tricky CMake 2 edge-case code...

> @Ryanf55 , perhaps you should create a PR to 5.x with your changes, so that they could be reviewed and discussed in details. Done, see below: https://github.com/opencv/opencv/pull/25005

> @Ryanf55 Is your problem currently recurring? We are currently trying to reproduce your problem, could you provide a minimal reproduction project and specific reproduction steps so we can investigate...

> @Ryanf55 @gcampbell-msft We can reproduce this issue on latest version, you can get the details below. > > **ENV:** VSCode: 1.89.1 CMake tools: v1.19.0(pre-release) C/C++: v1.20.5 > > **Repro...

Hello, I haven't gotten a chance to write a script for it. I would have thought that mesh knows its location and the UAV can be expressed relative to the...

> ```shell > 1570 > ``` Do you know of a way to make the relative to the VTOL rather than the world origin?

Great info. I'm going to create a request upstream to add support for `relative_to` in the `camera_pose` and link it here. In the mean time, I can just hard code...

> Error: > > ```shell > Target "grid_map_costmap_2d-test" links to target > "nav2_costmap_2d::nav2_costmap_2d_core" but the target was not found. > ``` Fixed by waiting for upstream binaries to come in.