mirror of
https://github.com/pim-n/pg-rad
synced 2026-03-23 21:58:12 +01:00
remove print statement
This commit is contained in:
@ -61,8 +61,6 @@ class LandscapeBuilder:
|
|||||||
angles = sim_spec.path.angles
|
angles = sim_spec.path.angles
|
||||||
alpha = sim_spec.path.alpha
|
alpha = sim_spec.path.alpha
|
||||||
|
|
||||||
print(segments, lengths, angles)
|
|
||||||
|
|
||||||
sg = SegmentedRoadGenerator(
|
sg = SegmentedRoadGenerator(
|
||||||
ds=sim_spec.runtime.speed * sim_spec.runtime.acquisition_time,
|
ds=sim_spec.runtime.speed * sim_spec.runtime.acquisition_time,
|
||||||
velocity=sim_spec.runtime.speed,
|
velocity=sim_spec.runtime.speed,
|
||||||
|
|||||||
Reference in New Issue
Block a user