OpenRoadEd is simple application designed to create both logical (OpenDRIVE standard) and geometrical (OpenSceneGraph) descriptions of road networks created by Dmitri and Egor Kurteanu.
This fork was adapted to compile on modern Linux operating systems by Hermann Höhne and Hamid Ebadi.
sudo apt install git cmake g++ libopenscenegraph-dev qt5-default
This can be skipped if libopenscenegraph-dev installed osgQt/GraphicsWindowQt header file in /usr/local/include/osgQt/GraphicsWindowQt (Ubuntu 18.04)
cd ~
git clone https://github.com/openscenegraph/osgQt.git
cd osgQt/
git checkout 6e4de
mkdir build
cd build
cmake ..
make
sudo make install
cd ~
git clone https://github.com/fhwedel-hoe/OpenRoadEd.git
mkdir OpenRoadEd/OpenRoadEd/build
cd OpenRoadEd/OpenRoadEd/build
cmake ..
make
Download and build dependencies (this may take hours).
…\vcpkg\vcpkg.exe install osg:x64-windows osgQt:x64-windows qt5:x64-windows
Static builds will not work.
cd OpenRoadEd\OpenRoadEd\build
…\VisualStudio\2019\Community\VC\Auxiliary\Build\vcvars64.bat
cmake .. -GNinja -DVCPKG_TARGET_TRIPLET=x64-windows -DCMAKE_TOOLCHAIN_FILE=…\vcpkg\scripts\buildsystems\vcpkg.cmake
cmake --build .
Execute OpenRoadEd binary from the same directory as "Resources" dicrectory by running the following commands:
cd ~/OpenRoadEd/
LC_ALL=C ./OpenRoadEd/build/OpenRoadEd
Forcing the locale is a necessary workaround for issue #8.
Please read the OpenDrive Road Editor Usage Guide document for software instruction.
OpenRoadEd was created as part of this master's thesis by Dmitri and Egor Kurteanu that is accessible from sourceforge and gitlab.