Skip to content

Commit 238b19f

Browse files
committed
Fix unused wp_frames lint
1 parent e6c3c17 commit 238b19f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/lqi_spiral_frenet_ex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def main() -> None:
131131
n_waypoints = 1000
132132

133133
# Sample waypoints + their Frenet frames.
134-
times, quaternions, wp_positions, wp_frames = build_waypoints(
134+
times, quaternions, wp_positions, _wp_frames = build_waypoints(
135135
n_waypoints=n_waypoints,
136136
u_min=u_min,
137137
u_max=u_max,

0 commit comments

Comments
 (0)