Skip to content

Commit e01c580

Browse files
committed
small updates to comments + remove obsolete Pending
1 parent 3d79ce3 commit e01c580

File tree

2 files changed

+2
-65
lines changed

2 files changed

+2
-65
lines changed

Pending

-63
This file was deleted.

examples/steering-gainsched.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def trajgen_output(t, x, u, params):
222222
vehicle, (gains, points), name='controller', ud_labels=['vd', 'phid'],
223223
gainsched_indices=['vd', 'theta'], gainsched_method='linear')
224224

225-
# Connect everything together (note that controller inputs are different
225+
# Connect everything together (note that controller inputs are different)
226226
steering = ct.interconnect(
227227
# List of subsystems
228228
(trajgen, controller, vehicle), name='steering',
@@ -235,7 +235,7 @@ def trajgen_output(t, x, u, params):
235235
['controller.x', 'vehicle.x'],
236236
['controller.y', 'vehicle.y'],
237237
['controller.theta', 'vehicle.theta'],
238-
['controller.vd', ('trajgen', 'vd', 0.2)], # create error
238+
['controller.vd', ('trajgen', 'vd', 0.2)], # create some error
239239
['controller.phid', 'trajgen.phid'],
240240
['vehicle.v', 'controller.v'],
241241
['vehicle.phi', 'controller.phi']

0 commit comments

Comments
 (0)