Daniel Reuter

Results 5 issues of Daniel Reuter

[`log4cxx` uses `std::shared_ptr`](https://issues.apache.org/jira/browse/LOGCXX-486) since [version `0.12`](https://logging.apache.org/log4cxx/latest_stable/changelog.html) Unfortunately Ubuntu 22.04 ships with [`0.12`](https://packages.ubuntu.com/jammy/liblog4cxx12), which means that rosconsole with the `log4cxx` backend wouldn't compile. This is also a problem on other distros...

On Ubuntu 22.04 `log4cxx` is configured to use the std library for `shared_mutex` and `shared_lock`. Unfortunately this requires `C++17`, because otherwise the *reverse* dependencies of rosconsole fail with an error...

Hi :) I really like your project, it makes developing in VSCode for ROS so much nicer. Unfortunately our team uses a different formatting style, which means, that I always...

When using clang I get the following error: > CMake Error at libpointmatcher_ros/ethzasl_point_cloud_vtk_tools/CMakeLists.txt:42 (message): > You need partial C++0x support for N2351, N2672, N1984. Currently this > build toolchain supports...

Hey :) First of all: Thanks for this great project. Has already proven useful to me :) However when I was trying to use this plugin as a `vite` plugin,...