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

Igel's profile - activity

2023-02-09 04:58:14 -0500 received badge  Student (source)
2021-04-19 05:10:54 -0500 commented question Is there a way to check message integrity using checksums

Good Question.

2021-04-18 07:03:04 -0500 received badge  Enthusiast
2021-04-17 03:00:23 -0500 received badge  Supporter (source)
2021-04-17 03:00:19 -0500 commented question ros2 bag play uses incorrect qos for static transform publisher

Great Question. I have the same problem here.

2019-02-25 09:30:20 -0500 received badge  Taxonomist
2017-07-20 08:12:54 -0500 commented question Using set_Pose service in robot_localization package

Actually I didn't really figured it out. My landmarks and the IMU are in the same world frame, my IMU values are simply

2016-11-28 05:06:58 -0500 received badge  Famous Question (source)
2016-09-21 09:05:46 -0500 received badge  Popular Question (source)
2016-09-21 09:05:46 -0500 received badge  Notable Question (source)
2016-08-16 05:27:55 -0500 asked a question Using set_Pose service in robot_localization package

Hi Everyone,

I am trying to use the set_pose service of the robot_localization package. Due to some landmarks I know exactly that the robot is at this pose, but when I feed it via the service after a short time the orientation from the robot_localization package switches back to the old state. I think I know why the filter jumps to the old orientation, because I use the absolute orientation from the IMU, which does not have changed. So what is the best way to set this landmark pose, without just using the incremental IMU data.

Thank you and kind regards!

2016-06-07 12:13:14 -0500 received badge  Famous Question (source)
2016-04-18 13:51:19 -0500 received badge  Notable Question (source)
2016-04-13 12:34:47 -0500 received badge  Popular Question (source)
2016-04-13 03:40:35 -0500 asked a question Using robot_localization_package with a car like robot

Hi,

I would like to use the robot_localization_package with a car like robot. The odometry calculation for the ackerman steering includes some corrections terms like the side slip angle, so in my opinion its not possible to feed the ekf with differential values for the odometry, right?

Is it a valid idea to just feed the absolute odometry pose and use it together with an IMU and a GPS, or will I have to make some improvements on the package itself (integration stage and prediction stage).

Cheers!