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

Navigation without lidar

asked 2020-02-19 11:36:38 -0500

jamie-h gravatar image

Hello. I am new to ROS and not sure exactly where this would fall under, so please bear in that in mind..

I am working on a differential drive robots project. We are using an off the shelf positioning system based on cameras(dragonfly). It gives us x,y,z (relative to a defined origin) or WGS84 coordinates.

It creates SLAM internationally without lidar.

All of the navigation and path planning seem to operate directly off of slam created from the lidar.

Is there a module that works with just coordinates for navigation/path planning?

Thanks so much!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-02-19 13:00:58 -0500

Nothing in navigation strictly required a laser, or any particular sensor. It is _easier_ admittedly with a lidar because you can use AMCL "for free" as a starting point for localization. If you have a localization method from other sensing, then there's no reason you cannot use the navigation stack assuming you have some sensing to avoid obstacles and some pre-built (or building while moving) environment map that can be used to plan and control in.

edit flag offensive delete link more

Comments

Without some sensor to provide information about the immediate environment though, it will be difficult to use collision avoidance local planning. But perhaps @jamie-h has some other means for that.

gvdhoorn gravatar image gvdhoorn  ( 2020-02-19 13:27:55 -0500 )edit

Hi,

The navigation wiki lists the following requirement: "It requires a planar laser mounted somewhere on the mobile base. This laser is used for map building and localization." This seems to contradict what @stevemacenski is saying.

I am using a differential-drive robot with a positioning sensor which gives me the relative coordinates of the robot in my map and a camera. I want to use the navigation stack for just path-planning, no localization. Can I do that?

aarish_shah gravatar image aarish_shah  ( 2023-02-01 18:25:26 -0500 )edit
1

That is not the ROS 2 stack nor is it accurate. Anyone can edit the old ROS 1 wiki and add misunderstandings.

stevemacenski gravatar image stevemacenski  ( 2023-02-06 13:34:55 -0500 )edit

Alright, thanks!

aarish_shah gravatar image aarish_shah  ( 2023-02-06 14:01:20 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2020-02-19 11:36:38 -0500

Seen: 999 times

Last updated: Feb 19 '20