briandbl

Results 8 comments of briandbl

i think that clang cross-compile can solve the question. clang natively support the cross-compile. only config these configs flags --target and -mcpu. you can compile the arm execution file in...

i also encounter the same question. i add the camera imge, it not show the default_image ( no_image) and i click the play, it only show the black screen all....

i use the opengl version is opengl version 4.5. the pointcloud data can show normallly. but the image data can't show. contain the first default(no_default.img) image.

> I use the apollo tag v7.0.0.0 . When I play "/apollo/sensor/camera/traffic/image_long" or "/apollo/sensor/camera /traffic/image_short" fetched by the data sensor_rgb.record , no error is indicated, but the image is not...

i found the root cause. because in the renderable_object.h virtual void Draw(void) using the GL_QUADS, in the higher opengl it is removed. so it cause the black frame. can you...

i mainly modify the plane.cc and plane.h.