Arjo Chakravarty

Results 156 comments of Arjo Chakravarty

How are you building your workspace? Generally I would run `colcon build`. Some times you may need to force cmake to reconfigure itself. Running `colcon test` will take very long....

Seems like you are not building tests. Please use: ``` colcon build --merge-install ``` NOT: ``` colcon build --cmake-args -DBUILD_TESTING=OFF --merge-install ``` Consider deleteing `build` and `install` folders in your...

Remove the coverage do a vanilla build.

Yeah just revert and ignore windows for now. I'm not sure about it. On Thu, Jul 18, 2024, 9:03 PM Pedro Roque ***@***.***> wrote: > ***@***.**** commented on this pull...

Oh wow I was not aware of this, will look into how we canreuse the code across both the "+" is incredibly small on my gazebosim which is probably why...

I don't think this will make jetty.

I think right now I am prototyping on a branch. There are several issues I'll need to figure out: - `libbackward-cpp` is available in the ubuntu repos but that does...

After some consideration. Rather than deal with the mess of vendoring accross different platforms, since this only affects our tests, and generally flakiness is usually observed in a few libraries,...

PIPX won't work with `colcon-cargo-ros` as that is installed as a library/plugin and pipx is for installing standalone executables.

I ran into the same issue as you. Also curious, is there a reason why move constructors are not provided? I notice that some of the properties of `VoxelGrid` are...