We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
このノードは、waypoint_navを利用したウェイポイントナビゲーション中に、向かっているウェイポイントに到達するまでのロボットの速度を調整するためのものです。 move_baseにより出力される速度指令(cmd_vel)をサブスクライブし、調整した速度指令を出力します。
max_vel (std_msgs/Float32) waypoint_navによりパブリッシュされるトピック。最大速度を設定する。
cmd_vel_in (geometry_msgs/Twist) move_baseにより出力される速度指令。
~max_vel_param (string, default: "/move_base/TrajectoryPlannerROS/max_vel_x") move_baseに指定する、ロボットの最大速度のパラメータの名前。
~min_vel_param (string, default: "/move_base/TrajectoryPlannerROS/min_vel_x") move_baseに指定する、ロボットの最低速度のパラメータの名前。