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

oddbotwl's profile - activity

2023-09-14 03:37:18 -0500 received badge  Famous Question (source)
2023-09-14 03:37:18 -0500 received badge  Notable Question (source)
2023-09-14 03:37:18 -0500 received badge  Popular Question (source)
2023-08-09 15:27:01 -0500 received badge  Famous Question (source)
2023-08-09 15:27:01 -0500 received badge  Notable Question (source)
2023-08-08 13:56:46 -0500 edited question ros2 bag topic remapping from launch file

ros2 bag topic remapping from launch file Hi, I'm trying to run the following command from a launch file: some_remap =

2023-08-08 13:52:24 -0500 answered a question ros2 bag topic remapping from launch file

Ok so it should be: remap = '<old_topic>:=<new_topic>' LaunchDescription( [ ExecuteProcess(

2023-08-08 13:52:24 -0500 received badge  Rapid Responder (source)
2023-08-08 09:45:01 -0500 edited question ros2 bag topic remapping from launch file

ros2 bag topic remapping from launch file Hi, I'm trying to run the following command from a launch file: rosbag_file

2023-08-08 09:45:01 -0500 received badge  Editor (source)
2023-08-08 09:42:17 -0500 commented question ros2 bag topic remapping from launch file

Sorry updating makes no difference.

2023-08-08 09:21:01 -0500 edited question ros2 bag topic remapping from launch file

ros2 bag topic remapping from launch file Hi, I'm trying to run the following command from a launch file: rosbag_file

2023-08-08 09:20:11 -0500 asked a question ros2 bag topic remapping from launch file

ros2 bag topic remapping from launch file Hi, I'm trying to run the following command from a launch file: rosbag_file

2023-04-20 05:24:42 -0500 commented answer Putting log messages from non-ROS code into ROS logging system

I wouldn't really say this a more pythonic way, but redirecting standard logging to ros logging seems to me just the mos

2023-04-20 05:16:10 -0500 received badge  Supporter (source)
2023-03-29 07:09:50 -0500 received badge  Enthusiast
2023-03-23 08:02:10 -0500 commented answer [Errno 2] No such file or directory: 'xacro'

How is this an helpful answer? Wat about Ros2 wasn't set up correctly? What part of the Ros setup should I check?

2023-02-07 14:03:52 -0500 received badge  Popular Question (source)
2023-02-07 03:52:06 -0500 commented answer Does tf2 rely on current time?

Ok thank you. It's unlikely we'll be using current time while providing simulation/logged data, since we're using the ti

2023-02-07 03:51:41 -0500 commented answer Does tf2 rely on current time?

Ok thank you. It's unlikely we'll be using current time while providing simulation/logged data, since we're using the ti

2023-02-07 03:51:23 -0500 marked best answer Does tf2 rely on current time?

We recorded some rosbags and now we want to play them for simulation. But Ros2 Foxy doesn't have a feature like Ros1's use_sim_time and we can't switch to a newer version. In order to use the rosbags we need to know whether our code relies only on time provided in message headers (as recorded in the rosbag), or also the current time. Since we're using tf2 as well, I'd like to know whether tf2 relies only on time provided in message headers, or also the current time. Anyone knows?

2023-02-07 03:51:23 -0500 received badge  Scholar (source)
2023-02-07 03:50:11 -0500 answered a question Does tf2 rely on current time?

Ok thank you. It's unlikely we'll be using current time while providing simulation/logged data, since we're using the ti

2023-02-06 11:23:05 -0500 asked a question Does tf2 rely on current time?

Does tf2 rely on current time. We recorded some rosbags and now we want to play them for simulation. But Ros2 Foxy doesn

2023-02-06 11:23:05 -0500 asked a question Does tf2 rely on current time or only on message header time?

Does tf2 rely on current time or only on message header time? We recorded some rosbags and now we want to play them for