Skip to content

Commit

Permalink
removed \t
Browse files Browse the repository at this point in the history
  • Loading branch information
negentrop committed Oct 10, 2018
1 parent 9286454 commit 2e8a48d
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -375,10 +375,9 @@ def process(lidar,ultraSonic,position): #TODO remove IMU and Speed
# prepare signal out
sig_outs = []
for nPiA in [*ptsInLocalAOIs, *ptsInGlobalAOIs]:
sig_outs.append( (1337, nPiA) )

print('Nr Obst. in local AOIs: ',ptsInLocalAOIs)
print('Nr Obst. in global AIOs: ',ptsInGlobalAOIs)
sig_outs.append( (1337, nPiA) )
print('Nr Obst. in local AOIs: ',ptsInLocalAOIs)
print('Nr Obst. in global AIOs: ',ptsInGlobalAOIs)

if len(sig_outs)==1:
return sig_outs
Expand Down

0 comments on commit 2e8a48d

Please sign in to comment.