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

S.Yildiz's profile - activity

2022-07-22 03:19:01 -0500 received badge  Famous Question (source)
2022-07-22 03:19:01 -0500 received badge  Notable Question (source)
2022-04-28 04:11:55 -0500 received badge  Famous Question (source)
2021-06-22 08:57:17 -0500 received badge  Famous Question (source)
2021-05-06 17:53:48 -0500 received badge  Nice Question (source)
2021-03-23 23:26:10 -0500 received badge  Famous Question (source)
2020-12-18 13:38:28 -0500 marked best answer Odom tf drifts

When I start the cartographer everything is correct: image description

But the longer I driver around the more the odom tf is drifting away from the origin:

image description

And later I have this:

image description

I get this odom tf even when I restart the cartographer. I have to reboot to set the odom back to the origin.

This is the odom echo, in the correct state:

header: 
  seq: 561
  stamp: 
    secs: 1563778846
    nsecs: 831010670
  frame_id: "odom"
child_frame_id: "base_link"
pose: 
  pose: 
    position: 
      x: 0.0
          y: 0.0
      z: 0.0
    orientation: 
      x: 0.0
      y: 0.0
      z: 0.0
      w: 1.0
  covariance: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
twist: 
  twist: 
    linear: 
      x: 0.0
      y: 0.0
      z: 0.0
    angular: 
      x: 0.0
      y: 0.0
      z: 0.0
  covariance: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
---

And this is the wrong odom:

header: 
  seq: 8272
  stamp: 
    secs: 1563779388
    nsecs: 873725520
  frame_id: "odom"

    child_frame_id: "base_link"
    pose: 
  pose: 
    position: 
      x: 1.58052347778
      y: 0.194375425096
      z: 0.0
    orientation: 
      x: 0.0
      y: 0.0
      z: -0.171363574733
      w: -0.985207858908
  covariance: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]

twist: 
  twist: 
    linear: 
      x: 0.0
      y: 0.0
      z: 0.0
    angular: 
      x: 0.0
      y: 0.0
      z: 0.0
  covariance: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
---

Do you know how to correct this?

2020-12-10 00:25:23 -0500 received badge  Famous Question (source)
2020-09-21 10:31:04 -0500 received badge  Notable Question (source)
2020-09-21 10:31:04 -0500 received badge  Famous Question (source)
2020-05-26 22:37:05 -0500 marked best answer Don't understand remapping

Could someone explain me in details what the remapping is doing? And how it is working?

2020-04-02 14:40:51 -0500 received badge  Notable Question (source)
2020-04-02 14:40:51 -0500 received badge  Popular Question (source)
2020-04-01 22:37:36 -0500 received badge  Famous Question (source)
2020-03-09 18:38:15 -0500 received badge  Famous Question (source)
2020-01-27 13:39:22 -0500 received badge  Famous Question (source)
2020-01-15 13:16:32 -0500 received badge  Famous Question (source)
2020-01-13 05:41:20 -0500 edited question How to pass multiple arguments from launch to xacro file

How to pass multiple arguments from launch to xacro file I want to check in the xacro file if some values are true or fa

2020-01-13 05:40:42 -0500 asked a question How to pass multiple arguments from launch to xacro file

How to pass multiple arguments from launch to xacro file I want to check in the xacro file if some values are true or fa

2020-01-13 04:04:18 -0500 edited question xacro file include only when used

xacro file include only when used In my xacro file I include an other xacro for my sensors like this: <!-- Inclub

2020-01-13 04:03:38 -0500 asked a question xacro file include only when used

xacro file include only when used In my xacro file I include an other xacro for my sensors like this: <xacro:inc

2020-01-13 04:02:36 -0500 asked a question xacro include when used

xacro include when used In my xacro file I include an other xacro for my sensors like this: <xacro:include filen

2019-12-10 07:24:01 -0500 received badge  Famous Question (source)
2019-12-10 07:24:01 -0500 received badge  Notable Question (source)
2019-12-06 16:22:33 -0500 received badge  Famous Question (source)
2019-12-04 20:52:14 -0500 received badge  Popular Question (source)
2019-12-04 20:52:14 -0500 received badge  Notable Question (source)
2019-12-04 20:52:14 -0500 received badge  Famous Question (source)
2019-11-12 00:39:25 -0500 received badge  Famous Question (source)
2019-10-25 00:28:05 -0500 received badge  Popular Question (source)
2019-10-25 00:28:05 -0500 received badge  Notable Question (source)
2019-10-25 00:28:05 -0500 received badge  Famous Question (source)
2019-09-25 21:05:37 -0500 received badge  Famous Question (source)
2019-09-25 12:26:44 -0500 received badge  Notable Question (source)
2019-09-18 05:22:33 -0500 received badge  Notable Question (source)
2019-09-12 04:43:07 -0500 received badge  Popular Question (source)
2019-09-11 11:18:14 -0500 received badge  Popular Question (source)
2019-09-10 03:16:03 -0500 received badge  Rapid Responder (source)
2019-09-10 03:16:03 -0500 answered a question Pointcloud filter is not working

So I managed to solve it by myself. I had to filter the pointcloud with the passthrough filter first

2019-09-10 02:17:02 -0500 received badge  Popular Question (source)
2019-09-10 01:34:21 -0500 asked a question Pointcloud filter is not working

Pointcloud filter is not working I have a PMD ToF camera and I want to use the statistical outlier removal filter. I did

2019-09-03 18:59:24 -0500 received badge  Famous Question (source)
2019-09-03 18:59:24 -0500 received badge  Notable Question (source)
2019-09-03 02:46:03 -0500 asked a question StatisticalOutlierRemoval in real time?

StatisticalOutlierRemoval in real time? Is it possible to use this filter in real time? When I try to use it, I get this

2019-09-02 04:43:52 -0500 asked a question PCL: Input dataset is not from a projective device!

PCL: Input dataset is not from a projective device! I have a rgbd camera (pico monstar) and I want to use the statistica

2019-08-29 06:12:33 -0500 received badge  Notable Question (source)
2019-08-20 22:19:05 -0500 received badge  Famous Question (source)
2019-08-20 10:32:59 -0500 received badge  Popular Question (source)
2019-08-20 01:28:54 -0500 asked a question PointCloud to laserscan node is not working

PointCloud to laserscan node is not working I want to convert my PointCloud to laserscan and I have the following launch

2019-08-18 03:59:54 -0500 received badge  Taxonomist