ETHZ-RobotX/smb_path_planner

Confusion with sampling_dt and global_interp_dt

olzhas opened this issue · 1 comments

Hi,

sampling_dt indicates the constant value at which you interpolate the trajectory to be sent to the controller. The global_interp_dt instead is the delta time for interpolating the global path. I agree that at the moment the way these parameters are used in the global planner is confusing.
Wherever in the global planner the sampling_dt is used, it should be replaced by global_interp_dt. Thanks for catching that!

FYI: soon this whole architecture will be changed, as we are moving to the ROS navigation stack (for teaching purposes).
-Luca