Gabriel Marcano

Results 48 comments of Gabriel Marcano

Found the reason why it's broken: ``` packages=find_packages(exclude=['test']), ``` as found in bloom's setup.py isn't enough to prevent setuptools from finding all the test packages being used/made by bloom. I'm...

That does it! I applied a test user-patch using that approach and it worked. Here's the patch: ```patch diff --git a/setup.py b/setup.py index 6e53df1..c7a6a2a 100755 --- a/setup.py +++ b/setup.py @@...

While working on this a bit more, `bloom`, even though it only supports python 3.5 (at least that's the only python version it reports on Gentoo), blows up on itself...

@Alessandro-Barbieri, I'm not sure that reporting this upstream would accomplish much, since the ros-\*/ packages really don't mesh well with the upstream tree. At least not until the ros-\*/ packages...

For ros/rosdistro, is it the rosdep/base.yaml that I should add geographiclib to? EDIT: after reading a bit more, looks like it'll have to be the lunar/distribution.yaml, which looks complicated and...

On the matter of geographiclib-tools, they are included in the building of geographiclib itself, so just compiling and installing geographiclib deals with both of those dependencies.

Here's the debugging output from running the aforementioned regex against `/group/`: ``` ========================> [^/group/([^/]+)/name/([^/]+)$] [/group/] SETTING BRACKET 1 [[^/]+] SETTING BRACKET 2 [[^/]+] doh 0 0 [^/group/([^/]+)/name/([^/]+)$] [/group/] bar [^/group/([^/]+)/name/([^/]+)$]...

I have the same controller in a Dell G5 SE 5505 (same USB product and vendor IDs). Turns out the protocol for this device is very different than both of...