carlaviz icon indicating copy to clipboard operation
carlaviz copied to clipboard

does the "y" position misstakely flipped?

Open furyNerd opened this issue 1 year ago • 1 comments

use the latest version (0.9.13), and the test code is as follow:

import time
import carla
from carla_painter import CarlaPainter


client = carla.Client('localhost', 2000)
client.set_timeout(2.0)
painter = CarlaPainter('localhost', 8089)


painter.draw_texts("hihi",[7.0, 8.0, 9.0])

time.sleep(200)

carla client and carla-viz were started as default, but the "hihi" is show as

图片

is this right?

furyNerd avatar Jul 12 '22 07:07 furyNerd

I remember the root cause is the y axis is flipped in the Carla coordinate... I think I forget to change the behavior in the Painter.

mjxu96 avatar Jul 23 '22 04:07 mjxu96

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Jul 26 '23 02:07 github-actions[bot]