SEA-ME-Team4 / DES_PDC-System

Implementation of Park Distance Control System for the PiRacer
0 stars 0 forks source link

Divide each Application to layer #32

Open MC00614 opened 1 year ago

MC00614 commented 1 year ago

@Ho-mmd
-DBUILD_APP=on is also required (in OE_CMAKE?) head_unit/apps/_PDC/qml/Graphic.qml need to be fixed

Ho-mmd commented 1 year ago

@MC00614

Need to change headunit/library install path ${Qt5_DIR}/../../qt5/qml/User/${PROJECT_NAME} to /usr/lib/USER/${PROJECT_NAME}

MC00614 commented 1 year ago

@Ho-mmd Then It works??

Ho-mmd commented 1 year ago

@MC00614

Problem with vsomeip Need to modify other library path either image

And plugins path are usr/lib/qml/User/!!

Ho-mmd commented 1 year ago

@MC00614

Group 61

I made a new Ambinet image

  1. Is good?
  2. Above Image is one combined image, so when we clicked ambient icon it changes just middle of the car nothing else
MC00614 commented 1 year ago

How can we select color then?

Ho-mmd commented 1 year ago

@MC00614

I can make image with several colors.

And that's the limit of choice.

We can not change color as before, because all the colors picker in qml using opengl.

MC00614 commented 1 year ago

Can you show me some example of picking colors?