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

navigation2 - Set two scan topics to AMCL

asked 2021-05-21 01:02:35 -0500

Youssef_Lah gravatar image

Hi,

Env: ROS2 Foxy / Ubuntu 20.04

I have a robot navigating with two Lidars, so I have two topics /scan_front and /scan_back. in the costmap i am setting observation_sources: scan1 scan2, but how can I set two scan topics in the parameter "scan_topic" for AMCL ?

Thanks in advance.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-05-21 08:54:36 -0500

Mbuijs gravatar image

With the current state of AMCL this is impossible. You would need to build something that merges the 2 scans before providing them to AMCL as input.

I'd say that it's unlikely for AMCL to be extended with features like this, as within the nav2 community the main stream idea is to replace AMCL with something more modern. You can find more info here: https://github.com/ros-planning/navig...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-05-21 01:02:35 -0500

Seen: 370 times

Last updated: May 21 '21