I believe that the max_vel_x should be obeyed regardless, but you might check what your acceleration limit is, it might be possible that it is ramping up the speed initially to meet the desired acceleration.  Shot in the dark, but I hope it helps.<div>

<br></div><div>Thanks,</div><div><br clear="all">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>William Woodall<br>Graduate Software Engineering<br>Auburn University<br><a href="mailto:w@auburn.edu">w@auburn.edu</a><br><a href="mailto:wjwwood@gmail.com">wjwwood@gmail.com</a><br>

256-345-9938<br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
<br><br><div class="gmail_quote">On Mon, Jun 14, 2010 at 11:45 AM, Eitan Marder-Eppstein <span dir="ltr"><<a href="mailto:eitan@willowgarage.com">eitan@willowgarage.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Christian,<br><br>I tried to respond the last time you sent this... maybe it didn't go through for some reason.<br><br>You can find my response below:<br><br>Christian,<br><br>That's pretty strange, I just tried to reproduce this and failed... my "max_vel_x" limit was obeyed.<br>


<br>Is
it possible that move_base is not the only publisher to the cmd_vel
topic in your system? I know that's probably unlikely, but its the only
explanation for this that I can think of off the top of my head.<br>
<br>If that's not the case, can you post your full set of configuration
files that you use to bring up the navigation stack and list the
version number of navigation that you're using, (this will be in the
CMakeLists.txt file in the stack directory) and I can try to reproduce
it again.<br>
<br>Hope all is well,<br><font color="#888888"><font color="#888888"><br>Eitan</font></font><div><div></div><div class="h5"><br><br><div class="gmail_quote">On Mon, Jun 14, 2010 at 3:05 AM, Christian Verbeek <span dir="ltr"><<a href="mailto:verbeek@servicerobotics.eu" target="_blank">verbeek@servicerobotics.eu</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">Dear ROS users,<br>
<br>
I am using the base_local_planner from the navigation stack. All is up<br>
and running and now I am doing the fine tuning.<br>
<br>
My base_local_planner_params.yaml looks like this:<br>
<br>
TrajectoryPlannerROS:<br>
  max_vel_x: 0.2<br>
  min_vel_x: 0.05<br>
  max_rotational_vel: 0.4<br>
  min_in_place_rotational_vel: 0.15<br>
....<br>
<br>
Even though I set max_vel_x to 0.2 and<br>
rosparam get /move_base/TrajectoryPlannerROS/max_vel_x<br>
returns 0.2 (so it is really set)<br>
<br>
the cmd_vel generated by move_base has linear: x: > 0.5<br>
<br>
So the seen cmd_vel x velocity is even higher than the 0.5 which should<br>
be the default maximum. My 0.2 parameter is ignored completely.<br>
<br>
The other parameters seem to work as cmd_vel angular z is never higher<br>
than the given 0.4.<br>
<br>
Does anyone have an idea?<br>
<br>
Regards<br>
Christian<br>
<br>
--<br>
___________________________________________<br>
REC GmbH<br>
Dr. Christian Verbeek<br>
Robert-Koch-Str. 2, 82152 Planegg<br>
<br>
Tel:    +49 89 85689672<br>
Fax:    +49 89 85902327<br>
Mobile: +49 160 7056589<br>
e-mail: <a href="mailto:verbeek@servicerobotics.eu" target="_blank">verbeek@servicerobotics.eu</a><br>
<br>
Geschäftsführer: Dr. Christian Verbeek<br>
Registergericht: AG München (HRB 154463)<br>
____________________________________________<br>
<br>
<br>
_______________________________________________<br>
ros-users mailing list<br>
<a href="mailto:ros-users@code.ros.org" target="_blank">ros-users@code.ros.org</a><br>
<a href="https://code.ros.org/mailman/listinfo/ros-users" target="_blank">https://code.ros.org/mailman/listinfo/ros-users</a><br>
</blockquote></div><br>
</div></div><br>_______________________________________________<br>
ros-users mailing list<br>
<a href="mailto:ros-users@code.ros.org">ros-users@code.ros.org</a><br>
<a href="https://code.ros.org/mailman/listinfo/ros-users" target="_blank">https://code.ros.org/mailman/listinfo/ros-users</a><br>
<br></blockquote></div><br></div>