Coder Social home page Coder Social logo

milkueylee / openroaded Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fhwedel-hoe/openroaded

0.0 0.0 0.0 1.75 MB

OpenRoadEd is a simple application designed to create both logical (OpenDRIVE standard) and geometrical (OpenSceneGraph) descriptions of road networks.

License: Other

C++ 98.08% C 0.79% QMake 0.45% CMake 0.68%

openroaded's Introduction

OpenRoadEd on Linux

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.

OpenRoadEdLinux

Build Instructions

Ubuntu 20.04

Install dependencies

sudo apt install git cmake g++ libopenscenegraph-dev qt5-default

Build osgQt

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

Build OpenRoadEd

cd ~
git clone https://github.com/fhwedel-hoe/OpenRoadEd.git
mkdir OpenRoadEd/OpenRoadEd/build
cd OpenRoadEd/OpenRoadEd/build
cmake ..
make

Windows 10

Install dependencies

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.

Build OpenRoadEd

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 .

Run OpenRoadEd

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.

Origin

OpenRoadEd was created as part of this master's thesis by Dmitri and Egor Kurteanu that is accessible from sourceforge and gitlab.

openroaded's People

Contributors

fhwedel-hoe avatar ebadi avatar genuineguineapig avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.