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

xsol-taylor's profile - activity

2022-03-25 08:31:24 -0500 received badge  Famous Question (source)
2021-08-31 04:06:35 -0500 received badge  Famous Question (source)
2021-06-01 20:49:12 -0500 commented answer Optimal way to gather many transforms

Thanks - agreed, this is the approach we are going with, sampling the 200hz for the pointcloud, using CUDA to do the in

2021-05-30 21:42:04 -0500 commented answer Optimal way to gather many transforms

Sure I'll provide a little more context - we're transforming a pointcloud, 65k points, with a sensor that is giving us o

2021-05-30 21:41:01 -0500 commented answer Optimal way to gather many transforms

Sure I'll provide a little more context - we're transforming a pointcloud, 65k points, with a sensor that is giving us o

2021-05-21 16:59:22 -0500 received badge  Notable Question (source)
2021-05-21 16:49:05 -0500 received badge  Popular Question (source)
2021-05-19 07:23:25 -0500 asked a question Optimal way to gather many transforms

Optimal way to gather many transforms I need to collect transforms at a certain interval from time N to N + S, to use th

2020-08-19 23:20:42 -0500 received badge  Supporter (source)
2020-02-11 03:24:44 -0500 marked best answer robot_localization not receiving odometer data despite listening

I am trying to fuse odometry from navsat_transform and an IMU using an ekf_localization_node, the orientation is working, but it is constantly stuck at 0, 0, 0.

The output of the odometry is broadcasting sensible output (which I can confirm by mapping it independently in RVIZ too): /odometry/gps output

I've turned on the debugging output file and when I open it I observe the following:

Subscribed to /odometry/gps (odom0)
    odom0_differential is false
    odom0_pose_rejection_threshold is 1.7977e+308
    odom0_twist_rejection_threshold is 1.7977e+308
    odom0_queue_size is 10
    odom0 pose update vector is [t  t  t  f  f  f  f  f  f  f  f  f  f  f  f  ]
    odom0 twist update vector is [f  f  f  f  f  f  f  f  f  f  f  f  f  f  f  ]
Subscribed to /os1_cloud_node/imu/fixed (imu0)
    imu0_differential is false
    imu0_pose_rejection_threshold is 1.7977e+308
    imu0_twist_rejection_threshold is 1.7977e+308
    imu0_linear_acceleration_rejection_threshold is 1.7977e+308
    imu0_remove_gravitational_acceleration is true
    imu0_queue_size is 10
        ///etc

What is strange is that there are thousands of mentions of the imu0 callback being activated, but past these lines odom0 is never mentioned again, in relation to anything.

So the callback for odom0 is never being called. is base_link.However I leave this node running and echo /odometry/gps and plenty of data comes out as shown previously.

Any idea why this is? Using ROS Melodic and the frame_id for /odometry/gps.

Thanks

2020-02-04 07:38:05 -0500 received badge  Enthusiast
2020-02-02 22:46:34 -0500 commented question robot_localization not receiving odometer data despite listening

Thanks for following up - our bag file timestamps were severely inaccurate (LIDAR stamps were seconds from device bootup

2020-01-28 03:31:09 -0500 received badge  Notable Question (source)
2020-01-06 04:39:41 -0500 received badge  Popular Question (source)
2019-12-17 00:16:00 -0500 asked a question robot_localization not receiving odometer data despite listening

robot_localization not receiving odometer data despite listening I am trying to fuse odometry from navsat_transform and