andrea_serafini
New Member
Hi, I was wondering if someone can explain me why if I use these two methods:
coor_l = ac.getCarState(<ID>, acsys.CS.WorldPosition, acsys.WHEELS.FL)
coor_r = ac.getCarState(<ID>, acsys.CS.WorldPosition, acsys.WHEELS.FR)
I get the same result on both coor_l and coor_r, shouldn't they be different (Front left tyre position and Front right tyre position)?
coor_l = ac.getCarState(<ID>, acsys.CS.WorldPosition, acsys.WHEELS.FL)
coor_r = ac.getCarState(<ID>, acsys.CS.WorldPosition, acsys.WHEELS.FR)
I get the same result on both coor_l and coor_r, shouldn't they be different (Front left tyre position and Front right tyre position)?