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

Tom Moore's profile - activity

2023-07-21 09:55:04 -0500 received badge  Nice Answer (source)
2023-07-13 22:42:52 -0500 received badge  Great Answer (source)
2023-06-19 03:52:03 -0500 commented question How to use Robot Localization package for sensors fusion

Given the migration to robotics.stackexchange.com, can you please re-post this there and provide the link?

2023-06-19 03:50:15 -0500 commented question robot_localization package ros

Sorry for the run-around, but I have one more request. Given that this site is migrating to robotics.stackexchange.com,

2023-06-06 03:44:40 -0500 commented answer Does the package robot_localization need the position transform between sensors?

Yes, using a static_transform_publisher is fine, and was my original suggestion, but putting together a URDF model for y

2023-06-06 03:43:28 -0500 commented question robot_localization package ros

Please edit your message and include a sample message from each sensor input.

2023-06-05 06:36:28 -0500 commented answer Does the package robot_localization need the position transform between sensors?

Yes, this is the correct way to go, @peter_feng, and the EKF will still work with the transforms when they are defined t

2023-06-05 04:16:46 -0500 received badge  Nice Answer (source)
2023-06-05 03:09:09 -0500 received badge  Necromancer (source)
2023-06-05 03:09:06 -0500 received badge  Necromancer (source)
2023-06-05 03:09:02 -0500 received badge  Necromancer (source)
2023-06-05 03:08:23 -0500 commented question fusing IMU and encoder not working for me

Why was this deleted? Was an answer found?

2023-06-05 03:03:45 -0500 answered a question robot_localization: diverging covariances

You need to post your full EKF config and a sample of each sensor input, but the behaviour of the EKF is probably correc

2023-06-05 02:58:49 -0500 answered a question Does the package robot_localization need the position transform between sensors?

Yes, use a static_transform_publisher to publish those transforms and they will be used by the EKF (in fact, if those tr

2023-06-05 02:57:10 -0500 answered a question Best way of using nav2 to navigate continuously through indoors and outdoors environments

I can only speak to r_l in this case, but navsat_transform_node was designed to permit moving from indoors to outdoors a

2023-06-05 02:39:10 -0500 commented question Document about ukf_localization_node of robot_localization

@luolewin if you don't need any more information, can we please close this? The paper was written before there was an EK

2023-06-05 01:45:38 -0500 received badge  Necromancer (source)
2023-06-05 01:45:29 -0500 received badge  Necromancer (source)
2023-06-05 01:45:21 -0500 received badge  Necromancer (source)
2023-06-05 01:45:07 -0500 received badge  Necromancer (source)
2023-06-05 01:44:59 -0500 received badge  Necromancer (source)
2023-06-05 01:34:19 -0500 answered a question TF_REPEATED_DATA warning ignoring data with redundant timestamp for frame base_link| Where is the redundancy coming from?

https://github.com/ros/geometry2/issues/467 The EKF has a configuration option to disable the repeat transform publicat

2023-06-05 01:28:51 -0500 answered a question What is the purpose of splitting SLAM odom and EKF odom frames in waypoint_nav?

My guess is that you are meant to run mapping as a discrete process, and then used that generated map for navigation lat

2023-06-05 01:21:58 -0500 answered a question How to open IMU and GPS data from previous flights in robot_localization ROS2?

Are you familiar with recording and playing back data? I think there's enough information available on wikis for you to

2023-06-05 01:19:09 -0500 answered a question Problem on IMU frame tf (Cannot broadcast imu frame tf )

If I am understanding what you are trying to do, there's a much easier way. If your IMU is mounted at the front of your

2023-06-05 01:15:19 -0500 answered a question Localization for multi-axle articulated vehicles

As long as you correctly define the transforms for those sensors, you shouldn't need a second EKF, I think. In most app

2023-05-16 10:06:54 -0500 received badge  Nice Answer (source)
2023-05-15 08:27:11 -0500 received badge  Necromancer (source)
2023-05-15 08:26:59 -0500 received badge  Necromancer (source)
2023-05-15 04:38:49 -0500 answered a question runaway values with robot_localization, no velocity sensors

It would be helpful if you could include a sample of each sensor input in the question. I won't have cycles to review ba

2023-05-15 04:31:43 -0500 answered a question do I need to calculate covariance matrices?

Sorry, can you point me to the documentation from which you quoted that? r_l will _not_ compute covariance values for y

2023-05-02 11:01:32 -0500 received badge  Nice Answer (source)
2023-05-01 07:10:31 -0500 received badge  Necromancer (source)
2023-05-01 05:02:59 -0500 edited answer [Robot Localization] How to use absolute orientation from IMU with absolut positionning from visual SLAM

Cheers for adding your config and sensor data. Very helpful. Right off the bat, you stated yourself that Pose from

2023-05-01 05:02:15 -0500 answered a question [Robot Localization] How to use absolute orientation from IMU with absolut positionning from visual SLAM

Cheers for adding your config and sensor data. Very helpful. Right off the bat, you stated yourself that Pose from

2023-05-01 04:43:11 -0500 commented question dual EKF in robot_localization - map drifts quickly in dual EKF, but not single

@chased11 did you solve this? If so, can you change your comment to an answer?

2023-04-27 03:56:34 -0500 commented question Unstable correction step in robot_localization ekf causes robot position to jump randomly

Please post your EKF config and a sample sensor message for every sensor input. Also please describe your sensor frequen

2023-04-27 03:51:02 -0500 edited answer Error installing robot_localization package: plain cmake error

Your answer lies in the question itself, I think. The default branch for robot_localization is ros2 (which is what is u

2023-04-27 03:50:39 -0500 commented question Error installing robot_localization package: plain cmake error

@kapper see answer.

2023-04-27 03:50:18 -0500 answered a question Error installing robot_localization package: plain cmake error

Your answer lies in the question itself, I think. The default branch for robot_localization is ros2 (which is what is u

2023-04-26 16:34:03 -0500 received badge  Necromancer (source)
2023-04-21 02:57:39 -0500 answered a question robot_localization /map /odom drift

I observe a shift/drift between /map and /odom frames and I have my odometry track which is getting disturbed. Any

2023-04-21 02:40:32 -0500 commented question robot_localization slowly converge to correct position

@elgarbe did you solve this?

2023-04-19 02:59:12 -0500 received badge  Nice Answer (source)
2023-04-17 14:02:29 -0500 received badge  Good Answer (source)
2023-03-10 02:17:33 -0500 received badge  Necromancer (source)
2023-03-10 02:17:21 -0500 received badge  Necromancer (source)
2023-03-09 08:57:23 -0500 answered a question [Noetic]What I need to do to estimate the robot's self location using GPS data.

Is it possible for the robot to estimate its own position and move autonomously using only the robot, IMU, and GPS re

2023-03-09 08:49:12 -0500 commented question robot_localization slowly converge to correct position

Please include your full EKF and navsat_transform_node config, as well as one sample sensor message from every sensor in

2023-03-09 08:45:27 -0500 commented question Covariance is growing unbounded in robot_localization

Please include your full configuration for both EKFs and navsat_transform_node, as well as a sample message from each se