Vladimir Ermakov
Vladimir Ermakov
I'd guess better just to see what distribution is doing. In my case Harbor succesfully pulled by both docker and podman on public (with and without login), and private (with...
@andaaron that's hardly possible: a [mockbuild][1] do not allow you to setup a user. Otherwise there were no need to open repos... [1]: https://github.com/rpm-software-management/mock/
@andaaron as i remember no - it doesn't. There were a lot of headache when RH changes python macroses so they no longer works in a simple rpmbuild. There were...
@rchincha i understand, but still i have requirement to support docker and having both private and public registries. Looks like easiest if i just catch /v2/ calls on the LB...
In ros2 you have `ament_uncrustify`, just use the one from jazzy or rolling. You can run tests using `colcon test`.
Oh, and as i remember - idl do not recognize subdirs, so you must move messages to msg dir, just with prefix.
Well, ROS2 version is by design have more nodes as of each plugin is a node. DDS also can have more consumption, don't know. Ideally i'd like to see something...
There are few plugins which may have locks in the callbacks, which likely may hung in event executor. That's why i believe at least 2 threads required. Or to switch...
Oh, i ran into the same issue on my v2 branch, so i've fixed it, but a bit different in terms of code...
@Sharpz7 yes. But if you wish to release 1.8.0 first, then better if you merge this PR, then i'll update v2 branch. And yes, v2 needs to be tested on...