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

Completion time of autonomous navigator of ROS.

asked 2014-10-13 08:48:17 -0500

RB gravatar image
  1. Can autonomous navigator of ROS give two different completion time for two experiments in the same environment and having same starting and ending positions?

  2. Are the default recovery behavior of move_base node for two experiments will be exactly same?

Thanks in advance.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-10-13 08:58:56 -0500

dornhege gravatar image

updated 2014-10-13 08:59:38 -0500

1 Yes. There are no guarantees on that and I'd actually assume that you will not get the same results. First, I think you'd obviously talk about simulation and not real robots. But even then and if the simulation is running without any noise we don't have a round based system, where data is passed on synchronously. For example, a single laser scan might not arrive in the same time window between runs leading to a slightly different costmap and thus behaviour. This is even excluding the fact that algorithms might do random sampling. This will affect everything happening after that as it depends on each other.

That being said. We are talking about exactly the same. Depending on the stability of the algorithms and simulation you can assume similar values as you would on a real world system.

2 The settings/configuration if you pass them in will be the same. The actually observed behavior will be affected by the same things as 1.

edit flag offensive delete link more

Comments

1

DWA (commonly used for local navigation if using the nav stack) is a sampling based planner, so there'd be a major source of instability right there.

paulbovbel gravatar image paulbovbel  ( 2014-10-13 11:25:05 -0500 )edit
2

Note: It is sampled in the sense that it does not find the true optimal trajectory, but samples evenly in a given velocity range. It is not random sampling.

David Lu gravatar image David Lu  ( 2014-10-13 13:48:45 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-10-13 08:48:17 -0500

Seen: 111 times

Last updated: Oct 13 '14