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

William's profile - activity

2023-08-09 16:07:01 -0500 commented question How Can I Launch ROS2 Project on Linux Through Windows ?

This is something that has been worked on but is not currently possible with built-in features in ROS 2 atm, see: https:

2023-06-27 02:33:56 -0500 received badge  Nice Answer (source)
2023-04-10 20:57:16 -0500 received badge  Guru (source)
2023-03-16 03:24:39 -0500 commented question ros2 dynamic parameters add_on_set_parameters_callback vs on_parameter_event

I interpret the "no side-effects" part of that note to mean that the callback given to add_on_set_parameters_callback

2023-03-16 03:22:44 -0500 commented question ros2 dynamic parameters add_on_set_parameters_callback vs on_parameter_event

This leads me to believe that on_parameter_event would be used to set parameters on add_on_set_parameters_callback wo

2023-03-15 03:07:00 -0500 received badge  Good Answer (source)
2023-02-23 07:25:05 -0500 received badge  Good Answer (source)
2023-02-10 05:19:02 -0500 received badge  Nice Answer (source)
2023-01-24 06:02:00 -0500 received badge  Guru (source)
2022-10-03 09:49:08 -0500 received badge  Nice Answer (source)
2022-09-08 17:50:33 -0500 commented question Unable to receive large messages

Also, this is similar to how things failed with the IP fragments issue described in https://docs.ros.org/en/rolling/How-

2022-09-08 17:48:52 -0500 commented question Unable to receive large messages

That is weird. What happens if you publish only a single large message? I assume the "L515" publisher is publishing at s

2022-08-18 00:08:29 -0500 received badge  Nice Answer (source)
2022-08-10 09:11:05 -0500 received badge  Good Answer (source)
2022-07-28 15:29:09 -0500 commented answer ros2 logging - filtering by log name via executable arguments

That's right, logger names are just strings, and nodes just create a logger named after themselves, but otherwise they'r

2022-07-28 15:27:23 -0500 commented question access PointCloud2 in ros2 in python

You do not provide enough information for anyone to help you. See: http://wiki.ros.org/Support#Suggestions_for_reporting

2022-07-28 15:24:07 -0500 commented answer evaluate launch argument as python variable

I updated my answer. If you must do this in Python, then that is also possible, though it is much less readable than wit

2022-07-28 15:23:08 -0500 edited answer evaluate launch argument as python variable

There's no convenient way to do this. I recommend you explain what you're trying to do. There's likely a better way than

2022-07-28 15:21:41 -0500 edited answer evaluate launch argument as python variable

There's no convenient way to do this. I recommend you explain what you're trying to do. There's likely a better way than

2022-07-28 15:06:33 -0500 commented answer evaluate launch argument as python variable

You can create a group to contain the "other launch arguments", then condition that group on the value of my_arg. I can

2022-07-28 06:08:30 -0500 answered a question ros2 logging - filtering by log name via executable arguments

I'm not sure what you mean by "filter". You can already control log levels independently using something like --log-leve

2022-07-28 06:08:30 -0500 received badge  Rapid Responder (source)
2022-07-28 05:49:39 -0500 received badge  Rapid Responder (source)
2022-07-28 05:49:39 -0500 answered a question evaluate launch argument as python variable

There's no convenient way to do this. I recommend you explain what you're trying to do. There's likely a better way than

2022-07-27 17:43:47 -0500 commented answer ROS2 equivalent of ros::package::getPath

You should never reference the src directory of another package. It is fragile and will never work on the buildfarm. Ins

2022-07-26 19:20:07 -0500 edited answer rclcpp file not found error for creating GUI user interface with ROS2 (Humble) using QT Creator

Hi Willy, I don't have any experience with "QT Creator 4.9.2 for ROS development", so maybe someone from that team (ROS

2022-07-26 19:18:16 -0500 answered a question rclcpp file not found error for creating GUI user interface with ROS2 (Humble) using QT Creator

Hi Willy, To directly answer your questions: 1) Is the path correct ? No, not in my opinion. Adding the compiler

2022-07-26 19:18:16 -0500 received badge  Rapid Responder (source)
2022-07-26 19:04:31 -0500 edited question rclcpp file not found error for creating GUI user interface with ROS2 (Humble) using QT Creator

rclcpp file not found error for creating GUI user interface with ROS2 (Humble) using QT Creator I would like to create a

2022-06-27 19:21:42 -0500 received badge  Good Answer (source)
2022-06-14 06:00:09 -0500 received badge  Nice Answer (source)
2022-06-06 02:36:38 -0500 received badge  Great Answer (source)
2022-06-06 02:36:38 -0500 received badge  Guru (source)
2022-03-21 11:31:10 -0500 commented answer ROS2 launch file: how to convert LaunchArgument to string

Sounds like @ChuiV already helped you, and he's 100% right. I said something similar in a comment on the other question:

2022-03-14 14:10:22 -0500 commented answer Access launch argument in LaunchFile ROS2

@relffok I know this is an old issue, but someone bumped it from another place, and it might help others for me to clari

2022-02-28 15:05:53 -0500 received badge  Good Answer (source)
2022-02-17 01:42:36 -0500 received badge  Guru (source)
2022-02-17 01:42:36 -0500 received badge  Great Answer (source)
2021-12-23 01:14:11 -0500 received badge  Good Answer (source)
2021-11-22 14:22:14 -0500 received badge  Nice Answer (source)
2021-07-23 18:48:54 -0500 commented question message_filters cache complaining about different time sources

We don't get what we need, this line isn't useful #6 0x00007fd60145696c in ?? () from /opt/ros/foxy/lib/librclcpp.so, s

2021-07-23 17:16:15 -0500 commented question message_filters cache complaining about different time sources

Have you seen this issue? https://github.com/ros2/message_filters/issues/32 Seems like your problem has to do with the u

2021-07-12 19:23:08 -0500 received badge  Nice Answer (source)
2021-07-05 21:16:31 -0500 received badge  Good Answer (source)
2021-07-01 19:48:19 -0500 received badge  Rapid Responder (source)
2021-07-01 19:48:19 -0500 answered a question Namespaces with per-logger log levels specification

I think you need to do this: ros2 run robot_control vehicle --ros-args -r __ns:=/drone_0 --log-level drone_0.vehicle:=D

2021-06-24 03:26:53 -0500 received badge  Nice Answer (source)
2021-06-09 08:47:10 -0500 received badge  Great Answer (source)
2021-06-09 08:47:10 -0500 received badge  Guru (source)
2021-05-21 15:41:30 -0500 received badge  Good Answer (source)