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

jnoyola's profile - activity

2020-03-03 18:50:07 -0500 commented answer robot_localization odom wrong frame

I apologize if that came across as confrontational. I was just asking an honest question, because my solution solved my

2020-03-03 18:49:36 -0500 commented answer robot_localization odom wrong frame

I apologize if that came across as confrontational. I was just asking an honest question, because my solution solved my

2020-03-03 18:49:09 -0500 received badge  Commentator
2020-03-03 18:49:09 -0500 commented answer robot_localization odom wrong frame

I apologize if that came across as confrontational. I was just asking an honest question, because my solution solved my

2020-03-03 11:57:07 -0500 received badge  Famous Question (source)
2020-03-03 11:32:30 -0500 commented answer robot_localization odom wrong frame

Not sure why there are downvotes. It looks like this has been an issue for several years, and Steve's answer only works

2020-03-03 11:32:20 -0500 commented answer robot_localization odom wrong frame

Not sure why there are downvotes. It looks like this has been an issue for several years, Steve's answer only works for

2020-03-02 02:57:30 -0500 edited answer robot_localization odom wrong frame

I went with the manual solution, manually calculating where the odom message should be for the robot frame instead of th

2020-03-02 02:56:57 -0500 edited answer robot_localization odom wrong frame

I went with the manual solution, manually calculating where the odom message should be for the robot frame instead of th

2020-03-02 02:55:29 -0500 marked best answer robot_localization odom wrong frame

I'm having an issue with robot_localization when my sensor frames are offset from the base_link frame.

I have robot with a realsense T265 odometry sensor, but when I run a robot_localization UKF, it places the robot frame at the odometry message instead of the sensor frame.

TF tree:

odom        base_link -> base_link/t265

Topic:

name: /base_link/t265/odom
type: Odometry
frame_id: odom
child_frame_id: base_link/t265

UKF Config:

map_frame: map
odom_frame: odom
base_link_frame: base_link
world_frame: odom

odom0: /base_link/t265/odom

Below I have the Odometry topic and the TF tree after the UKF is run.

Issue: Since the odom's child_frame_id is base_link/t265, the odom topic should identify the location of that frame, not the base_link frame, right? I’m expecting the UKF to compute the odom->base_link tf such that the t265 frame will be placed at its odom message, but instead it places base_link there directly.

image description

2020-03-02 02:55:29 -0500 received badge  Scholar (source)
2020-03-02 02:55:18 -0500 answered a question robot_localization odom wrong frame

I went with the manual solution. This problem is also described in the last comment on the accepted answer here, which

2020-03-02 00:02:24 -0500 received badge  Enthusiast
2020-02-25 21:07:10 -0500 commented answer robot_localization odom wrong frame

@stevemacenski The last comment on the accepted answer here describes the same problem. It sounds like the answer is jus

2020-02-25 11:23:09 -0500 edited question robot_localization odom wrong frame

robot_localization odom wrong frame I'm having an issue with robot_localization when my sensor frames are offset from th

2020-02-24 23:52:39 -0500 commented answer robot_localization odom wrong frame

As a demonstration of the problem, when I hold the sensor in my hand and rotate it in place, the base_link frame turns i

2020-02-24 23:34:53 -0500 commented answer robot_localization odom wrong frame

As a demonstration of the problem, when I hold the sensor in my hand and rotate it in place, the base_link frame turns i

2020-02-24 23:34:34 -0500 commented answer robot_localization odom wrong frame

As a demonstration of the problem, when I hold the sensor in my hand and rotate it in place, the base_link frame turns i

2020-02-24 20:19:40 -0500 received badge  Notable Question (source)
2020-02-24 17:59:08 -0500 commented answer robot_localization odom wrong frame

You say change the configuration if I want all fused data to be in the T265 frame, but I don't. I want to take the T265

2020-02-24 17:44:06 -0500 commented answer robot_localization odom wrong frame

@stevemacenski, I have read pages and pages of documentation and forum posts, and sadly put dozens of hours into this qu

2020-02-24 17:43:52 -0500 commented answer robot_localization odom wrong frame

@Steve, I have read pages and pages of documentation and forum posts, and sadly put dozens of hours into this quite simp

2020-02-24 17:30:18 -0500 commented answer robot_localization odom wrong frame

Does the robot_state_publisher do anything helpful here beyond publishing static TFs? I think I'm accomplishing the same

2020-02-24 15:09:33 -0500 commented answer robot_localization odom wrong frame

Maybe I'm misunderstanding. If I have multiple sensors mounted at different positions on the robot, and each reports odo

2020-02-24 12:41:23 -0500 received badge  Popular Question (source)
2020-02-24 11:09:46 -0500 commented question robot_localization odom wrong frame

Updated the last sentence. Hopefully that clarifies it. This sounds like a standard use case that I’ve seen lots of disc

2020-02-24 11:08:20 -0500 edited question robot_localization odom wrong frame

robot_localization odom wrong frame I'm having an issue with robot_localization when my sensor frames are offset from th

2020-02-24 11:08:20 -0500 received badge  Editor (source)
2020-02-24 10:28:37 -0500 commented question robot_localization odom wrong frame

Thank you. Updated the question with the screenshot.

2020-02-24 10:27:27 -0500 edited question robot_localization odom wrong frame

robot_localization odom wrong frame I'm having an issue with robot_localization when my sensor frames are offset from th

2020-02-24 04:14:44 -0500 asked a question robot_localization odom wrong frame

robot_localization odom wrong frame I'm having an issue with robot_localization when my sensor frames are offset from th