Apollo: modules/monitor not build on 3.0

Created on 4 Jan 2019  ·  2Comments  ·  Source: ApolloAuto/apollo

Hi,
I'm using the following system specification:
System information

  • Ubuntu 16.04LTS
  • Apollo 3.0 installed from source
  • Udoo with x86_64 platform
    When I have build succeed as per the below attachment:
    screenshot from 2019-01-04 18-25-57
    but I could not run modules monitor:
    apollo$ run monitor start
    [1] 31796
    [1]+ Exit 127 nohup /apollo/modules/monitor/monitor --flagfile=modules/monitor/conf/monitor.conf --log_dir=/apollo/data/log < /dev/null > /apollo/data/log/monitor.out 2>&1
    Could not launch module monitor. Is it already built?
    monitor
    after I look up my system hardware specification info carefully , we found that UDOO_x86 PC using HDMI secondary port for display (no VGA port available), on the other hand once run lspci on terminal we can see VGA compatible controller available on PCI bus.
    lspci
    we observed during every building modules/monitor is skip building, I doubt HDMI secondary display on UDOO_x86 PC is may not compatible.

Any help to resolve this issue is much appreciated.

Regards,
Soumya.

Build Help wanted

Most helpful comment

I saw a "Not a git repository" fatal error, which means the folder is not actually the source. Did you change anything? Or maybe simply re-clone the repo to get a fresh copy.

All 2 comments

I saw a "Not a git repository" fatal error, which means the folder is not actually the source. Did you change anything? Or maybe simply re-clone the repo to get a fresh copy.

Closing this issue as it appears to be resolved. Feel free to reopen if the issue persists. Thanks!

Was this page helpful?
0 / 5 - 0 ratings