Skip to content
Snippets Groups Projects
Commit 99761ab7 authored by aastorg2's avatar aastorg2
Browse files

adding comments for understanding

parent c86f0cbd
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@ import numpy as np
from dtree_teacher_base import DTreeGurobiTeacherBase
K_P = 0.1
FORWARD_VEL = 1.0 # m/s
K_P = 0.1 #the controller gain is the strength of action a controller will take at a particular point
FORWARD_VEL = 1.0 # m/s car velocity
CYCLE_TIME = 0.05 # s
ANG_VEL_LIM = 0.5 # rad/s^2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment