Skip to content

Commit

Permalink
Merge pull request #42 from wuxiaohua1011/main
Browse files Browse the repository at this point in the history
submodule update
  • Loading branch information
wuxiaohua1011 authored Mar 9, 2021
2 parents fd1a6fd + 6cff0fd commit bd862f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ROAR/control_module/pid_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,5 @@ def run_in_series(self, next_waypoint: Transform, **kwargs) -> float:
lat_control = float(
np.clip((k_p * _dot) + (k_d * _de) + (k_i * _ie), self.steering_boundary[0], self.steering_boundary[1])
)
print(f"lat_control: {round(lat_control, 3)} | v_vec = {v_vec} | w_vec = {w_vec}")
# print(f"lat_control: {round(lat_control, 3)} | v_vec = {v_vec} | w_vec = {w_vec}")
return lat_control
2 changes: 1 addition & 1 deletion ROAR_Jetson
2 changes: 1 addition & 1 deletion ROAR_Sim

0 comments on commit bd862f6

Please sign in to comment.