RoboJackets / rrt

C++ RRT (Rapidly-exploring Random Tree) Implementation
Other
250 stars 84 forks source link

Main.qml not found on ubuntu 16.04 #67

Closed jgkamat closed 7 years ago

jgkamat commented 7 years ago

Regression in switching to qtquick/qtdelcarative/qml.

I'll fix this. Most likeley we'll just need to downgrade our qml versions.

Ubuntu 16.04 uses qt 5.4.

This is a regresssion in #54

Jason27chan commented 7 years ago

Error:

QQmlApplicationEngine failed to load component
file:///home/vagrant/path-planning/:/main.qml:-1 File not found

Segmentation fault (core dumped)
jgkamat commented 7 years ago

We'll also need to drop 14.04 support (which I suppose is fine for the RRT).

jgkamat commented 7 years ago

Closed in #68