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

tyler-picknik's profile - activity

2023-07-24 08:38:22 -0500 received badge  Famous Question (source)
2023-07-24 08:38:22 -0500 received badge  Popular Question (source)
2023-07-24 08:38:22 -0500 received badge  Notable Question (source)
2023-07-10 09:54:35 -0500 marked best answer ament_export_targets vs ament_export_interfaces

In reference to this on ROS Discourse: https://discourse.ros.org/t/ament-bes...

What is the difference practically between these two lines and when should I use one over the other?

ament_export_targets(export_${PROJECT_NAME} HAS_LIBRARY_TARGET)

and this one (as shown in the example at that link):

ament_export_interfaces(export_${PROJECT_NAME})

2023-07-10 09:54:35 -0500 received badge  Nice Answer (source)
2023-06-30 11:18:30 -0500 received badge  Famous Question (source)
2023-04-24 14:45:32 -0500 edited question Bloom error about invalid version

Bloom error about invalid version I get this error when running bloom-release. I've installed bloom via pip on Ubuntu 22

2023-04-24 14:20:11 -0500 edited question Bloom error about invalid version

Bloom error about invalid version I get this error when running bloom-release. I've installed bloom via pip on Ubuntu 22

2023-04-24 14:13:17 -0500 edited question Bloom error about invalid version

Bloom error about invalid version I get this error when running bloom-release. I've installed bloom via pip on Ubuntu 22

2023-04-24 14:12:35 -0500 asked a question Bloom error about invalid version

Bloom error about invalid version I get this error when running bloom-release. I've installed bloom via pip on Ubuntu 22

2023-04-24 14:11:34 -0500 asked a question Bloom error about invalid version

Bloom error about invalid version I get this error when running bloom-release. I've installed bloom via pip on Ubuntu 22

2023-04-07 11:17:15 -0500 received badge  Notable Question (source)
2023-04-07 11:17:15 -0500 received badge  Popular Question (source)
2022-12-17 13:26:08 -0500 received badge  Critic (source)
2022-11-01 20:57:13 -0500 edited question ros2 param cli hangs

ros2 param cli hangs This is partially a question about how to debug a python process that is hung. When running the de

2022-11-01 18:02:52 -0500 asked a question ros2 param cli hangs

ros2 param cli hangs This is partially a question about how to debug a python process that is hung. When running the de

2022-11-01 13:09:14 -0500 commented answer How to submit CVE?

there's no registration anywhere of who is using which components/packages I should have been more specific. When I

2022-11-01 13:09:06 -0500 commented answer How to submit CVE?

there's no registration anywhere of who is using which components/packages I should have been more specific. When I

2022-10-22 17:38:14 -0500 asked a question How to submit CVE?

How to submit CVE? Is there a way to submit a CVE in the ROS ecosystem, so anyone who is depending on a package with a k

2022-07-28 14:24:40 -0500 received badge  Famous Question (source)
2022-07-22 04:39:50 -0500 received badge  Famous Question (source)
2022-07-21 17:10:23 -0500 received badge  Notable Question (source)
2022-07-19 13:10:59 -0500 received badge  Popular Question (source)
2022-07-19 09:11:21 -0500 asked a question How to change trim sub directory?

How to change trim sub directory? We are trying to release MoveIt and have moved the sub directory of moveit_setup_assis

2022-06-10 09:09:34 -0500 received badge  Taxonomist
2022-04-06 14:33:27 -0500 received badge  Good Question (source)
2022-03-29 09:14:27 -0500 received badge  Famous Question (source)
2022-03-15 15:48:54 -0500 received badge  Notable Question (source)
2022-03-14 13:57:45 -0500 received badge  Popular Question (source)
2022-03-14 12:42:07 -0500 asked a question Why does rclcpp have a make_shared function?

Why does rclcpp have a make_shared function? I can't figure out where it is documented but it seems really odd to me tha

2022-03-02 09:20:10 -0500 answered a question Unable to Install MoveIt2 in ROS Rolling on Ubuntu 20.04 Focal

This is just because Rolling does not target focal (20.04) and now targets Jammy (22.04).

2022-03-02 09:18:47 -0500 edited question Workaround for data race in constructor of rclcpp::Node?

Workaround for data race in constructor of rclcpp::Node? Using tsan with our integration tests that use rclcpp seems to

2022-03-02 09:18:31 -0500 edited question Workaround for data race in constructor of rclcpp::Node?

Workaround for data race in constructor of rclcpp::Node? Using tsan with our integration tests that use rclcpp seems to

2022-03-02 09:11:08 -0500 commented question Wait for subscriber to exist?

The original reason for this was to recreate the behavior of latched topics. I've found another way to do that though.

2022-03-02 09:08:19 -0500 received badge  Associate Editor (source)
2022-03-02 09:08:19 -0500 edited question Workaround for data race in constructor of rclcpp::Node?

Workaround for data race in constructor of rclcpp::Node? Using tsan with our integration tests that use rclcpp seems to

2022-03-02 09:06:53 -0500 asked a question Workaround for data race in constructor of rclcpp::Node?

Workaround for data race in constructor of rclcpp::Node? Using tsan with our integration tests that use rclcpp seems to

2022-02-14 16:48:47 -0500 received badge  Notable Question (source)
2021-11-28 15:21:49 -0500 received badge  Notable Question (source)
2021-11-25 02:38:47 -0500 received badge  Popular Question (source)
2021-11-24 20:58:50 -0500 marked best answer Wait for subscriber to exist?

I would like for one node to wait for a subscriber to a topic to exist before publishing to it. Is there a straightforward way to do that in rclcpp?

I'm developing on rolling if that matters.

2021-11-24 16:01:09 -0500 asked a question Wait for subscriber to exist?

Wait for subscriber to exist? I would like for one node to wait for a subscriber to a topic to exist before publishing t

2021-11-11 12:34:35 -0500 received badge  Great Question (source)
2021-11-11 11:55:10 -0500 received badge  Nice Question (source)
2021-11-01 18:58:42 -0500 received badge  Notable Question (source)
2021-10-04 12:37:53 -0500 asked a question Should there be a DefaultQoS or default constructor for QoS?

Should there be a DefaultQoS or default constructor for QoS? There are a handful of convenience QoS profile objects that

2021-08-11 19:23:43 -0500 received badge  Popular Question (source)
2021-08-11 19:23:43 -0500 received badge  Notable Question (source)
2021-08-11 19:23:43 -0500 received badge  Famous Question (source)