Lennart Nachtigall

Results 160 comments of Lennart Nachtigall

I thought of escaping in the way of doing something like ` int @class = 0` what would be possible in C#. Changing a field named `delete` to `delete_` would...

As far as I understood most packages are used in a clearly defined environment (e.g. a workspace) at development time. So it wouldn't trouble if a package decides only to...

As I read this issue to be only related to SIGINT (Ctrl+C) just the note for whoever is also wondering: A callback registered via `on_shutdown` is never called if the...

@mikaelarguedas I can confirm that this doesn't happen on x86 if both sender and reciever are running on the same machine. In case of two x86 machines I will do...

On x86 on our network setup it takes one message until the first message is recieved. It depends if the message data has been changed or not. In case the...

@richiprosima Any news on this ? This issue practically renders our raspberry pi mesh network unusable with ROS2.

Hi, we noticed this issue when starting to publish. It takes around 4 publishing turns until a message is recieved. Afterwards all messages are recieved. If you cancel the publishing...

Hi the problem with ros2 echo / pub was that apparently you have to wait long enough for echo to be setup properly. During my testing last friday it seems...

Please see https://github.com/ros2/ros2/issues/480 regarding this issue. A colleague of mine created a container environment in which the error comes up. In our real setup the issue became better (but not...