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

dheeranet's profile - activity

2023-02-02 22:19:10 -0500 received badge  Famous Question (source)
2023-02-02 22:19:10 -0500 received badge  Notable Question (source)
2022-10-22 13:40:04 -0500 received badge  Famous Question (source)
2022-10-16 23:43:32 -0500 received badge  Nice Question (source)
2022-08-23 01:48:59 -0500 received badge  Favorite Question (source)
2022-08-23 01:48:50 -0500 received badge  Famous Question (source)
2022-02-25 02:10:16 -0500 edited answer Trying to run rclpy.spin() in thread produces "generator already executing"

I also ran into this issue. Sad that nobody looks at answers.ros.org. The ROS2 parameter API is basically a dumpster fir

2022-02-25 02:09:27 -0500 edited answer Trying to run rclpy.spin() in thread produces "generator already executing"

I also ran into this issue. Sad that nobody looks at answers.ros.org. The ROS2 parameter API is basically a dumpster fir

2022-02-25 01:17:19 -0500 edited answer Trying to run rclpy.spin() in thread produces "generator already executing"

I also ran into this issue. Sad that nobody looks at answers.ros.org. The ROS2 parameter API is basically a dumpster fir

2022-02-25 01:17:19 -0500 received badge  Associate Editor (source)
2022-02-25 01:16:59 -0500 edited answer Trying to run rclpy.spin() in thread produces "generator already executing"

I also ran into this issue. Sad that nobody looks at answers.ros.org. The ROS2 parameter API is basically a dumpster fir

2022-02-25 01:16:11 -0500 edited answer Trying to run rclpy.spin() in thread produces "generator already executing"

I also ran into this issue. Sad that nobody looks at answers.ros.org. The ROS2 parameter API is basically a dumpster fir

2022-02-25 01:15:51 -0500 edited answer Trying to run rclpy.spin() in thread produces "generator already executing"

I also ran into this issue. Sad that nobody looks at answers.ros.org. The ROS2 parameter API is basically a dumpster fir

2022-02-25 01:15:26 -0500 answered a question Trying to run rclpy.spin() in thread produces "generator already executing"

I also ran into this issue. Sad that nobody looks at answers.ros.org. The ROS2 parameter API is basically a dumpster fir

2021-12-29 10:04:35 -0500 received badge  Notable Question (source)
2021-11-29 18:48:28 -0500 received badge  Popular Question (source)
2021-10-12 19:20:40 -0500 edited question Why is ROS2 parameter formatting unpythonic and does not use dict correctly?

Why is ROS2 parameter formatting unpythonic and does not use dict correctly? Hi, Why are ROS2 parameters specified as N

2021-10-12 19:19:46 -0500 edited question Why is ROS2 parameter formatting unpythonic and does not use dict correctly?

ROS2 parameters Hi, Why are ROS2 parameters specified as Node( parameters = [ { "foo": 1 }, { "bar"

2021-10-12 19:04:03 -0500 received badge  Notable Question (source)
2021-10-02 06:06:56 -0500 received badge  Famous Question (source)
2021-09-30 13:49:27 -0500 commented answer Creating generic topic subscribers with ShapeShifter

Might make sense to post in both places. Google seems to rank this post higher so more people land here I think

2021-09-22 01:23:16 -0500 edited question ros2 param list: AttributeError: 'NoneType' object has no attribute 'result'

ros2 param list is broken Why would something like this even happen? I would have thought "ros2 param list" should never

2021-09-22 01:22:20 -0500 edited question ros2 param list: AttributeError: 'NoneType' object has no attribute 'result'

ros2 param list is broken Why would something like this even happen? I would have thought "ros2 param list" should never

2021-09-22 01:21:46 -0500 edited question ros2 param list: AttributeError: 'NoneType' object has no attribute 'result'

ros2 param list is broken Why would something like this even happen? I would have thought "ros2 param list" should never

2021-09-22 01:21:02 -0500 asked a question ros2 param list: AttributeError: 'NoneType' object has no attribute 'result'

ros2 param list is broken Why would something like this even happen? I would have thought "ros2 param list" should never

2021-09-07 13:39:41 -0500 received badge  Popular Question (source)
2021-09-03 18:56:14 -0500 received badge  Notable Question (source)
2021-09-03 18:40:16 -0500 edited question How do I launch nodes programmatically in ROS2?

How do I launch nodes programmatically in ROS2? In particular, how do do LaunchService.run() in the background? It doesn

2021-09-03 18:39:11 -0500 asked a question How do I launch nodes programmatically in ROS2?

How do I launch nodes programmatically in ROS2? In particular, how do do LaunchService.run() in the background? It doesn

2021-09-03 08:56:29 -0500 received badge  Popular Question (source)
2021-09-01 20:20:17 -0500 asked a question Why is ROS2 parameter formatting unpythonic and does not use dict correctly?

ROS2 parameters Hi, Why are ROS2 parameters specified as Node( parameters = [ { "foo": 1 }, { "bar"

2021-07-20 21:00:16 -0500 received badge  Student (source)
2021-07-17 11:42:11 -0500 commented answer Latching doesn't work in ROS2

Right, the idea is that one message should be enough, the second subscriber should see the last message it missed when i

2021-07-17 06:04:01 -0500 received badge  Notable Question (source)
2021-07-16 07:42:28 -0500 received badge  Popular Question (source)
2021-07-15 20:45:42 -0500 edited question Latching doesn't work in ROS2

Latching doesn't work in ROS2 Simple example: In one window: ros2 topic pub -r 0.0001 --qos-durability=transient_local

2021-07-15 20:45:20 -0500 edited question Latching doesn't work in ROS2

Latching doesn't work in ROS2 Simple example: In one window: ros2 topic pub -r 0.0001 --qos-durability=transient_local

2021-07-15 20:44:56 -0500 asked a question Latching doesn't work in ROS2

Latching doesn't work in ROS2 Simple example: In one window: ros2 topic pub -r 0.0001 --qos-durability=transient_local

2021-07-11 13:28:01 -0500 commented answer ROS2 respawn

It seems to still not work from XML launch files. Is that known? There are lots of use cases where XML launch files are

2021-07-11 13:27:35 -0500 commented answer ROS2 respawn

It seems to still not work from XML launch files. Is that known? There are lots of use cases where XML launch files are

2021-07-11 13:26:19 -0500 commented answer ROS2 respawn

It seems to still not work from XML launch files. Is that known?

2021-07-11 13:25:51 -0500 received badge  Enthusiast
2021-07-10 12:21:35 -0500 commented question Self-contained ROS2 pub/sub system

I mean I suppose those implementations fail already ;) so it incentivizes other self-contained DDS library authors to co

2021-07-10 12:20:58 -0500 commented question Self-contained ROS2 pub/sub system

I mean I suppose those implementations fail already ;) so it incentivizes other self-contained DDS library authors to co

2021-07-10 12:20:22 -0500 commented question Self-contained ROS2 pub/sub system

I mean I suppose those implementations fail already ;) so it incentivizes other self-contained DDS library authors to co

2021-07-08 02:27:10 -0500 commented question Self-contained ROS2 pub/sub system

Hm, but I suppose they could be statically compiled such that they work with pip, such as pip3 install opencv-python "ju

2021-07-08 02:22:35 -0500 commented question Self-contained ROS2 pub/sub system

Hm, but I suppose they could be statically compiled such that they work with pip, such as pip3 install opencv-python "ju

2021-07-08 02:20:21 -0500 commented question Self-contained ROS2 pub/sub system

Hm, but I suppose they could be statically compiled such that they work with pip, such as pip3 install opencv-python "ju

2021-07-08 02:20:06 -0500 commented question Self-contained ROS2 pub/sub system

Hm, but I suppose they could be statically compiled such that they work with pip, such as pip3 install opencv-python "ju

2021-07-08 02:19:07 -0500 commented question Self-contained ROS2 pub/sub system

Hm, but I suppose they could be statically compiled such that they work with pip, such as pip3 install opencv-python "ju