Arjo Chakravarty
Arjo Chakravarty
Yep thanks I'll take a look at the PR just give me a day or two, bit busy. In future you can reference you're pull request by mentioning the pull...
We have been developing an application that uses an older version of `bevy_mod_picking` [here](https://github.com/open-rmf/rmf_site/). We recently ran into the need to have a color picking shader which I've prototyped in...
I'll address this after the code freeze.
Thanks! It's great to have some help. Yeah those are great suggestions. For now your best bet is to publish messages as the gui client runs in a different process...
That sounds perfect.
That is indeed something that I ran into. For whatever reason updating the message does not seem to work as expected. At this point my best guess is it may...
Hmmm the rebase didnt work as expected :skull:. Going to be very hard for reviewers to review. I think cherry-picking would be an alternative. > https://github.com/arjo129/gz-sim I don't use this...
That's awesome I'll review it tomorrow. Will cherry pick the commits onto a new branch fi you don't mind. > How to apply a throttle - the wrench function in...
I think it'd be great if you opened the PR using the rebased branch. On Mon, Feb 20, 2023, 5:42 PM Rhys Mainwaring ***@***.***> wrote: > Will cherry pick the...
My understanding is that there are no _breaking_ abi changes. IIRC Adding a member function should not lead to ABI incompatibilities. Same applies for components. We have added components in...