Daniel Reuter

Results 14 comments of Daniel Reuter

Seems to be resolved in #152

I have a similar problem compiling `cxxopts` with `-Wconversion` on gcc 9. However I would like to propose instead of (or if desired in addition to) fixing these warnings (which...

Yes, I have also used that `#pragma` and it is especially useful because it also suppresses warnings that were generated by an instantiation of a template from the included header...

The package works perfectly fine on ROS noetic. You can just clone it into your workspace and build it as you would any other package. Unfortunately there are no releases...

If you want to test this easily I have created two quick and dirty containers that I have tested with: branch: https://github.com/dreuter/rosconsole/tree/docker-to-verify ``` podman build -t rosconsole-test:jammy jammy podman run...

The culprit seems to be: https://github.com/apache/logging-log4cxx/pull/95 I will need to see how I can fix that :/

> Noetic targets Ubuntu 20.04. Is this in support of building Noetic from source on 22.04? Yes this is for a source build of noetic on Ubuntu 22.04 (or any...

I think it would be worth restarting the CI Job once again. I think it failed because this commit: https://github.com/ros/rosdistro/commit/5cf620a15eea3811952da033035a15d2a8aabc62 was only "released" on April 12th but the CI Job...

> It currently can't possibly work; see my comment [#55 (comment)](https://github.com/ros/kdl_parser/pull/55#issuecomment-1092822278) Sorry I am not fully getting that comment. Would there be any downside just depending on `urdf_parser_py`? I am...