Re: [ros-users] base_local_planner

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
+ (text/html)
このメッセージを削除
このメッセージに返信
著者: Wim Meeussen
日付:  
To: ros-users
題目: Re: [ros-users] base_local_planner
Andreas,

I've seen this problem in the past when the goal you send has an invalid
quaternion. If you don't specify the orientation of your robot, the
quaternion message will default to all zero's, which is not valid.

Wim

On Sep 3, 2010 7:18 AM, "Andreas Vogt" <> wrote:
> Hi,
>
> after I send my robot, a starting position, he begins to turn on the
> spot and never stops in the most cases. The odometry looks good.
> What is causing this problem?
> What parameters need to be adjusted?(path_distance_bias

goal_distance_bias)
>
>
> Thanks
>
> Andreas