Contents
The keyboard_smooth package provides a smoothing function to control the teleop of the waiterBot. The application adds an s-curve to the velocity input to the waiterBot for smooth start-and-stop.
Get Started
To launch the application, use
roslaunch keyboard_smooth keyboard_smooth.launch
Parameters
The parameters set in the launch file are as follows:
scale_angular - scales the angular velocity input from the teleop
scale_linear - scales the linear velocity input from the teleop
range - the value at which the smoothing function stops
L_stepsize - stepsize for linear velocity to increment/decrement to the range value
A_stepsize - stepsize for angular velocity to increment/decrement to the range value