ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

JanStaschulat's profile - activity

2023-03-28 11:03:20 -0500 commented answer rclcpp::WaitSet vs rclc executor?

Hi @vutran1410, no. The micro-ROS library is thread-safe. That means, the middleware can be simultaneously accessed fr

2023-03-28 11:01:16 -0500 commented answer rclcpp::WaitSet vs rclc executor?

Hi @vutran1410, no. The micro-ROS library is thread-safe. That means you can access the middleware simultaneously from

2023-03-08 03:54:41 -0500 commented answer rclcpp::WaitSet vs rclc executor?

Yes, you can do that. Also the micro-ROS client is thread-safe. So you can run multiple threads (with the rclc-Executor)

2023-03-08 03:53:25 -0500 commented answer rclcpp::WaitSet vs rclc executor?

Yes, you can do that. Also the micro-ROS client is thread-safe. So you can run multiple threads (with the rclc-Executor)

2023-03-08 03:49:54 -0500 commented answer rclcpp::WaitSet vs rclc executor?

Yes, you can do that. Also the micro-ROS client is thread-safe. So you can run multiple threads (with the rclc-Executor)

2023-03-08 03:45:24 -0500 commented answer rclcpp::WaitSet vs rclc executor?

Yes, you can do that. Also the micro-ROS client is thread-safe. So you can run multiple threads (with the rclc-Executor)

2023-03-08 03:42:21 -0500 commented answer rclcpp::WaitSet vs rclc executor?

Yes, you can do that. Also the micro-ROS client is thread-safe. So you can run multiple threads (with the rclc-Executor)

2023-03-08 03:42:02 -0500 commented answer rclcpp::WaitSet vs rclc executor?

Yes, you can do that. Also the micro-ROS client is thread-safe. So you can run multiple threads (with the rclc-Executor)

2023-03-07 10:16:12 -0500 edited answer rclcpp::WaitSet vs rclc executor?

Hi @vutran1410. I have written the rclc-Executor, so I can only comment on the first question: What are the diff

2023-03-07 10:13:34 -0500 commented answer rclcpp::WaitSet vs rclc executor?

Hi @vutran1410, yes. The WaitSet enables a greater flexibility of execution management, like the example with three bool

2023-03-07 10:12:50 -0500 commented answer rclcpp::WaitSet vs rclc executor?

Hi @vutran1410, yes. The WaitSet enables a greater flexibility of execution management, like the example with three bool

2023-03-07 10:10:02 -0500 commented answer rclcpp::WaitSet vs rclc executor?

Hi @vutran1410, yes. The WaitSet enables a greater flexibility of execution management. Like your example with the trigg

2023-03-07 10:06:44 -0500 commented answer rclcpp::WaitSet vs rclc executor?

Hi @vutran1410, yes. The WaitSet enables a greater flexibility of execution management. Like your example with the trigg

2023-03-07 10:04:10 -0500 commented answer rclcpp::WaitSet vs rclc executor?

Hi @vutran1410, yes. The WaitSet enables a greater flexibility of execution management. Like your example with the trigg

2023-03-07 09:59:01 -0500 commented answer rclcpp::WaitSet vs rclc executor?

Hi @vutran1410, yes. The WaitSet enables a greater flexibility of execution management. Like your example with the trigg

2023-03-07 09:57:42 -0500 commented answer rclcpp::WaitSet vs rclc executor?

Hi @vutran1410, yes. The WaitSet enables a greater flexibility of execution management. Like your example with the trigg

2023-03-07 09:53:22 -0500 commented answer rclcpp::WaitSet vs rclc executor?

Hi @vutran1410, yes. The WaitSet enables the users a great deal of flexibility of execution management. For example the

2023-03-07 09:50:53 -0500 commented answer rclcpp::WaitSet vs rclc executor?

Hi @vutran1410, yes. The WaitSet enables the users a great deal of flexibility of execution management. For example the

2023-03-07 09:49:57 -0500 commented answer rclcpp::WaitSet vs rclc executor?

Hi @vutran1410, yes. The WaitSet enables the users a great deal of flexibility of execution management. For example the

2023-03-07 09:46:42 -0500 commented answer rclcpp::WaitSet vs rclc executor?

Hi @vutran1410, yes. The WaitSet enables the users a great deal of flexibility of execution management. For example the

2023-03-07 09:45:42 -0500 commented answer rclcpp::WaitSet vs rclc executor?

Hi @vutran1410, yes. The WaitSet enables the users a great deal of flexibility of Executor design. For example the trigg

2023-03-07 09:44:06 -0500 commented answer rclcpp::WaitSet vs rclc executor?

Hi @vutran1410, yes. The WaitSet enables the users a great deal of flexibility of Executor design. For example the trigg

2023-03-07 08:33:28 -0500 edited answer rclcpp::WaitSet vs rclc executor?

Hi @vutran1410. I have written the rclc-Executor, so I can only comment on the first question: What are the diff

2023-03-07 08:29:17 -0500 edited answer rclcpp::WaitSet vs rclc executor?

Hi @vutran1410. I have written the rclc-Executor, so I can only comment on the first question: What are the diff

2023-03-07 08:26:50 -0500 edited answer rclcpp::WaitSet vs rclc executor?

Hi @vutran1410. I have written the rclc-Executor, so I can only comment on the first question: What are the diff

2023-03-07 08:26:16 -0500 edited answer rclcpp::WaitSet vs rclc executor?

Hi @vutran1410. I have written the rclc-Executor, so I can only comment on the first question: What are the diff

2023-03-07 08:25:33 -0500 edited answer rclcpp::WaitSet vs rclc executor?

Hi @vutran1410. I have written the rclc-Executor, so I can only comment on the first question: What are the diff

2023-03-07 08:17:13 -0500 edited answer rclcpp::WaitSet vs rclc executor?

Hi @vutran1410. I have written the rclc-Executor, so I can only comment on the first question: What are the diff

2023-03-07 08:10:34 -0500 answered a question rclcpp::WaitSet vs rclc executor?

Hi @vutran1410. I have written the rclc-Executor, so I can only comment on the first question: What are the diff

2023-02-22 08:21:39 -0500 edited answer Executor in Mirco-ROS and ROS2

Hi @vultran1410 .1. Does the callback-group-level executor concept apply in micro-ROS? I see that it has been mer

2023-02-22 06:39:57 -0500 commented answer Executor in Mirco-ROS and ROS2

Yes. You can use rclc-package as an API for a normal ROS 2 application (using C programming language or some restricted

2023-02-22 03:55:21 -0500 edited answer Micro ROS on Windows

As part of requirements for the Quality Level 2, we have tested the rclc-package for ROS 2 Galactic on Windows 10.

2023-02-22 03:53:39 -0500 answered a question Micro ROS on Windows

As part of the Quality Level 1 Declaration, we have tested rclc-package for ROS 2 Galactic on Windows 10.

2023-02-22 03:16:07 -0500 edited answer Executor in Mirco-ROS and ROS2

Hi @vultran1410 .1. Does the callback-group-level executor concept apply in micro-ROS? I see that it has been mer

2023-02-22 02:52:59 -0500 edited answer Executor in Mirco-ROS and ROS2

Hi @vultran1410 .1. Does the callback-group-level executor concept apply in micro-ROS? I see that it has been mer

2023-02-22 02:52:00 -0500 answered a question Executor in Mirco-ROS and ROS2

Hi @vultran1410 .1. Does the callback-group-level executor concept apply in micro-ROS? I see that it has been mer

2023-02-22 02:52:00 -0500 received badge  Rapid Responder (source)
2022-04-04 04:57:41 -0500 edited answer Software architecture with micro-ROS and asynchronous events

Hi @dr-mh, first question: how to handle asynchronous events in micro-ROS To implement an asynchronous call in mi

2022-04-04 00:34:28 -0500 received badge  Nice Answer (source)
2022-04-03 19:15:15 -0500 received badge  Nice Answer (source)
2022-04-01 09:57:57 -0500 received badge  Necromancer (source)
2022-04-01 09:57:57 -0500 received badge  Teacher (source)
2022-04-01 07:24:45 -0500 received badge  Supporter (source)
2022-04-01 07:24:30 -0500 answered a question Best practices for real-time capabilites in ROS2

At the Executor Workshop at ROS World 2021, several talks were given about this topic, how to make ROS 2 applications re

2022-04-01 05:04:45 -0500 edited answer Software architecture with micro-ROS and asynchronous events

Hi @dr-mh, first question: how to handle asynchronous events in micro-ROS To implement an asynchronous call in mi

2022-04-01 05:03:23 -0500 edited answer Software architecture with micro-ROS and asynchronous events

Hi @dr-mh, first question: asynchronous event in micro-ros To implement an asynchronous call in micro-ROS you can use

2022-04-01 05:03:23 -0500 received badge  Editor (source)
2022-04-01 05:01:38 -0500 edited answer Software architecture with micro-ROS and asynchronous events

Hi @dr-mh, first question: asynchronous event in micro-ros in ROS 2 and micro-ROS you can register handles at the exe

2022-04-01 04:14:29 -0500 answered a question Software architecture with micro-ROS and asynchronous events

Hi @dr-mh, first question: asynchronous event in micro-ros in ROS 2 and micro-ROS you can register handles at the exe

2022-04-01 03:26:20 -0500 received badge  Rapid Responder (source)