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

Running navigation stack with odom, IMU and gps

asked 2021-01-12 21:17:09 -0500

Gherkins gravatar image

Is it possible to run the navigation stack and navigate towards goals (ignoring obstacles) by combining odometry, IMU data and gps data? The robot is meant to drive in an open field where basically everything looks the same and there are barely any obstacles. Beacons or any kind of fixed frame of reference aside from gps isn't available.

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2021-01-13 07:54:12 -0500

JackB gravatar image

As mentioned by @soldierofhell this is more a "localization" problem than a navigation problem. In order to combine odom, IMU, and GPS to generate an estimate of your position consider using the robot_localization package. This, as far as my experience is concerned, is the standard way to do what you want to do. Once you have your robot localized in the space then the ROS nav stack will be able to take you from waypoint to waypoint.

For the integration of GPS robot_localization provide the navsat_transform_node and a detailed tutorial on how to integrate this with the other sensors to generate a localization state estimate.

edit flag offensive delete link more
0

answered 2021-01-13 01:31:37 -0500

soldierofhell gravatar image
  1. It's more of a localization problem, then navigation. The precision of localization depends on quality of your sensors
  2. If you're not afraid of obstacles you don't have to use them in planning or you can route a predefined paths (assumed your localization quality is fine)
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-01-12 21:17:09 -0500

Seen: 816 times

Last updated: Jan 13 '21