On speed limit in SLAM
Hello. I am a ROS beginner. I am doing SLAM of turtlebot 3 (waffle) in the ubuntu 16.04, ros (kinetic) personal computer environment.
I'd like to limit the speed of the robot in real time during SLAM. So there are two questions. First, what is the difference between max_vel_x and max_trans_vel of dwa_local_planner_params? Second, is it possible to change the values of max_vel_x and max_trans_vel in real time using local cost map information? Thank you.