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

gbohus's profile - activity

2022-11-09 03:39:54 -0500 received badge  Good Answer (source)
2022-04-06 15:34:21 -0500 received badge  Famous Question (source)
2021-12-03 06:49:53 -0500 received badge  Nice Answer (source)
2021-11-23 01:07:42 -0500 received badge  Famous Question (source)
2021-09-22 08:33:00 -0500 received badge  Necromancer (source)
2021-09-22 08:33:00 -0500 received badge  Teacher (source)
2021-09-11 04:50:03 -0500 marked best answer how does one index array in rospy?

I need the size of a custom array msg type. (The type is geometry_msgs/PoseStamped[] PoseStampedArray.) I need to iterate on the msg if it is not empty and I would very much like to get the last element without iterating on the whole thing.

I must be missing something because these look like basic things one should be able to do.

2021-08-26 19:35:46 -0500 received badge  Notable Question (source)
2021-08-26 04:45:15 -0500 answered a question low frequency transformations

From the comments of @tfoote, @gvdhoorn and @mike-scheutzow I think I understand what is going on. Published transform

2021-08-26 04:45:15 -0500 received badge  Rapid Responder (source)
2021-08-26 04:36:28 -0500 commented answer low frequency transformations

Thanks @gvdhoorn and @tfoote, the qualification "consistent across the full spanning set" is crucial and makes everythin

2021-08-26 04:09:40 -0500 received badge  Popular Question (source)
2021-08-26 02:18:01 -0500 commented answer low frequency transformations

Got it, thanks.

2021-08-26 02:17:06 -0500 commented answer low frequency transformations

Thanks tfoote. The funny thing is I don't ask for extrapolation to the future. (Even if I did, "last available" _is_ w

2021-08-26 02:10:28 -0500 commented answer low frequency transformations

Thanks Mike. I did not realize the tf buffer was limited to such a short period even when there are no new tf's coming.

2021-08-26 02:10:28 -0500 received badge  Commentator
2021-08-25 11:24:48 -0500 asked a question low frequency transformations

low frequency transformations Hi all, We have a situation where two coordinate frames very rarely change relative to ea

2021-08-25 11:04:26 -0500 received badge  Notable Question (source)
2021-08-25 10:54:10 -0500 received badge  Nice Question (source)
2021-08-25 09:53:35 -0500 answered a question inverse transform

Conclusion from the discussion: There seems to be no such thing, but it would not be very useful anyway.

2021-08-25 09:52:42 -0500 commented answer inverse transform

Thanks @tfoote. I am using the exact same timestamp, but it's true, as @kscottz and you both implied, there should not b

2021-08-22 14:12:49 -0500 received badge  Popular Question (source)
2021-08-22 03:05:11 -0500 commented question inverse transform

Yeah, sorry about that. It's dynamic, otherwise I wouldn't worry about efficiency. I _think_ that lookupTransform has

2021-08-18 10:17:05 -0500 received badge  Notable Question (source)
2021-08-18 09:32:10 -0500 asked a question inverse transform

inverse transform Hi all, Given two coordinate frames, A and B, I need to use both transforms that go between them for

2021-07-21 08:07:48 -0500 commented answer What is the best way to send transform (with scale)?

Thanks for the clarification. Just a small comment: in linear algebra "homogeneous" means mapping zero to zero. What you

2021-06-27 04:12:00 -0500 edited answer When should I need --clock parameter on rosbag play?

I found this works for me. Start ROS, but not your nodes. Start using simulated time: rosparam set use_sim_time true

2021-06-27 04:11:39 -0500 edited answer When should I need --clock parameter on rosbag play?

I found this works for me. Start ROS. Start using simulated time: rosparam set use_sim_time true Start your nodes.

2021-06-27 04:11:14 -0500 received badge  Editor (source)
2021-06-27 04:11:14 -0500 edited answer When should I need --clock parameter on rosbag play?

I found this works for me. Start ROS. Start using simulated time: rosparam set use_sim_time true Start your nodes.

2021-06-27 04:10:28 -0500 answered a question When should I need --clock parameter on rosbag play?

Start ROS. Start using simulated time: rosparam set use_sim_time true Start your nodes. Start playback: rosbag pla

2021-04-22 09:32:21 -0500 asked a question tf2::doTransform linking error

tf2::doTransform linking error Hi all, I get wall_point_generator.cpp:(.text+0x19d1): undefined reference to `void tf

2021-03-31 15:18:09 -0500 received badge  Famous Question (source)
2021-03-16 07:53:15 -0500 received badge  Student (source)
2021-03-15 17:25:16 -0500 received badge  Popular Question (source)
2021-01-13 09:10:38 -0500 answered a question How do I avoid writing into /var/log/syslog?

I'm not sure if this is the canonical way, but I changed the script to ts=`date +'%Y-%m-%d-%H-%M-%S'` /opt/ros/melodic/

2021-01-11 08:56:58 -0500 asked a question nearly duplicate log files

nearly duplicate log files Hello, Setup: ROS Melodic, Ubuntu 18.04 Many of my nodes produce two log files in .ros/log/

2021-01-11 06:16:37 -0500 asked a question How do I avoid writing into /var/log/syslog?

How do I avoid writing into /var/log/syslog? Hey, Setup: Ubuntu 18.04, ROS Melodic I have a script in /usr/sbin/ which

2020-12-11 00:30:28 -0500 received badge  Notable Question (source)
2020-12-03 11:33:26 -0500 received badge  Famous Question (source)
2020-09-20 10:10:08 -0500 received badge  Popular Question (source)
2020-09-18 02:44:40 -0500 answered a question rtabmap realsense imu frame id changed

So it seems that a somewhat older version of realsense-ros might have had a problem. Updated yesterday to the current ve

2020-09-17 10:29:36 -0500 commented question rtabmap realsense imu frame id changed

So, updating the realsense_ros package did the trick, although I had some problems there as well. (Don't want to diverge

2020-09-16 09:49:26 -0500 commented question rtabmap realsense imu frame id changed

Thanks. I'll look at these and report back.

2020-09-16 07:17:52 -0500 commented question rtabmap realsense imu frame id changed

To comment on my own comment: I tried two other firmware versions and they did not make any difference.

2020-09-16 05:41:15 -0500 commented question rtabmap realsense imu frame id changed

Thanks matlabbe. Indeed, the frame_id keeps switching back and forth, both for linear_interpolation and for copy. I'm

2020-09-16 05:18:46 -0500 edited question rtabmap realsense imu frame id changed

rtabmap realsense imu frame id changed Hi all, I am running rtabmap as described in http://wiki.ros.org/rtabmap_ros/Tut

2020-09-16 05:15:09 -0500 received badge  Enthusiast
2020-09-15 10:40:39 -0500 asked a question rtabmap realsense imu frame id changed

rtabmap realsense imu frame id changed Hi all, I am running rtabmap as described in http://wiki.ros.org/rtabmap_ros/Tut

2020-09-01 08:18:38 -0500 commented answer Trouble Building Messages: Invalid Declaration 'float32'

Crazy, but true, thank you 8). I also noticed that the first whitespace after the type has to be space, after which you