AlexV

Results 73 issues of AlexV

If two commits are made very close to each other in the development branch, buildbot will build two times the latest commit.

enhancement

Since I keep forgetting to deactivate/reactivate virtualenvs after changing the activate script to modify the PATH, this might be useful to others.

I am having `import` issues with namespaces packages and pytest. Something along the lines of pytest already having the namespace imported and not looking deeper into the subpackage for the...

type: bug
topic: collection

I have just used `Union` and I found one issue with the way it works currently... This code is here for illustration purposes only. ```py from marshmallow import fields #...

It seems the union is ambiguous, ie it is not tagged... As a result : ``` Python 3.7.5 (default, Nov 20 2019, 09:21:52) Type 'copyright', 'credits' or 'license' for more...

So looking at the readme, this is all very C++ centric. I have been working on bridging ROS world with usual software world for a few months now, with python...

I separated the C++ from the python usecase, since these are two different languages, with different usage, habits, communities and culture. I tried to mention how I used to 'hack'...

When working on a python package, I usually use virtuals env, ( supported by many python tools ). However when depending on ros sources, I usually work with a catkin...

The readme currently describe how to build a ros connected software without using catkin. But is there a way to have this kind of software integrated into a ros package...

I have been developing normal software that uses ROS for a few months now, and one information that was very useful, but that I had to stumble upon many times...