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

Localization with Triangulation (pozyx)

asked 2019-07-02 04:33:37 -0500

seth gravatar image

updated 2019-07-02 04:34:13 -0500

I'm trying to use [Pozyx hardware] (http://pozyx.io) to localize my robot in a map.

With the use of a EKF_localization_node I want to fuse AMCL and Pozyx data and localize the car. This to make sure that even when AMCL does not have any reference points to localize (in a open space without walls) I still know where my car is moving.

However, the orientation of the X- and Y-axis are translated and rotated compared with each other. Is there a possibilty to use the robot_localization package without initial calibration from my side? I feel like there is a huge error to be obtained when trying to figure out the translation and rotation with physical measurements.

Hopefully my question is clear!

Kind regards,

Mitch

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2019-07-03 04:52:44 -0500

Tom Moore gravatar image

Please include input messages from all sensor inputs, as well as your EKF config.

In the meantime, however, I can tell you that your are trying to fuse pose data from two different coordinate frames. Unless you tell the EKF how those frames are related (i.e., by publishing a transform), it's not going to know how to fuse them properly.

edit flag offensive delete link more

Comments

Yes that is exactly what I thought. I know that if the frames are only translated you can take the speed from one instead of overall location and just take it as a relative source. However, how would you tackle this problem when the two frames are also rotated? Just try to measure the rotation angle as precise as possible with some sort of calibration?

seth gravatar image seth  ( 2019-07-03 05:04:28 -0500 )edit

If you turn on differential mode for the less accurate sensor, it will convert its pose data to velocity in the robot's base_link frame.

Tom Moore gravatar image Tom Moore  ( 2019-08-22 06:24:41 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2019-07-02 04:33:37 -0500

Seen: 566 times

Last updated: Jul 03 '19