Autoware 1.12.0 crashes as it's launched.
OS: Ubuntu 18.04
ROS Version: Melodic
CUDA Version: 10.0 (Not Used)
Qt version: 5.9.5
Build Type: From Source
I have followed the instructions from https://gitlab.com/autowarefoundation... to build from source.
And installed all required dependencies. Went with the build 1.12.0 and compiled without CUDA.
Here is the output from build process and there doesn't seem to be any issues with it apart from some warnings: https://gist.github.com/xmfcx/15ba41a...
And followed the instructions from https://gitlab.com/autowarefoundation...
cd autoware.ai
source install/setup.bash
roslaunch runtime_manager runtime_manager.launch
And some window comes and disappears immediately and this is the output:
mfc@mfc-P65:~/projects/autoware.ai$ roslaunch runtime_manager runtime_manager.launch
... logging to /home/mfc/.ros/log/d149ba46-e8e7-11e9-b3d8-00d861077e93/roslaunch-mfc-P65-15311.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.
started roslaunch server http://mfc-P65:45305/
SUMMARY
========
PARAMETERS
* /rosdistro: melodic
* /rosversion: 1.14.3
NODES
/
run (runtime_manager/run)
ROS_MASTER_URI=http://localhost:11311
process[run-1]: started with pid [15353]
sudo: no tty present and no askpass program specified
[run-1] process has finished cleanly
log file: /home/mfc/.ros/log/d149ba46-e8e7-11e9-b3d8-00d861077e93/run-1*.log
all processes on machine have died, roslaunch will exit
shutting down processing monitor...
... shutting down processing monitor complete
done
And instead if I run it with rosrun,
mfc@mfc-P65:~/projects/autoware.ai$ rosrun runtime_manager run
Process Manager
[sudo] password for mfc:
After entering the password, it instacrashes after showing a window for less than a second again.
There is no error report, I don't even know how to debug it since this autoware.ai/install/runtime_manager/share/runtime_manager/scripts/run
file is a bash script that runs other terminals or python scripts.
rosrun runtime_manager runtime_manager_dialog.py
What about this script?
@kosuke_murakami it actually does work and I can run Autoware with that. Are there any limitations to run it with that script? Also why is it not running with the normal instructions?