GithubHelp home page GithubHelp logo

docker_covise's Introduction

This image provides the dependencies that are necessary to compile COVISE along with OddLOT.

To build this image, execute:

docker build . --network=host -t docker-covise

To run this image, execute:

export UID && export GID=$(id -g) && docker-compose -f docker-compose.yml run --rm docker-covise

Afterwards, the build process can be started by executing the following commands inside the container:

git clone https://github.com/hlrs-vis/covise.git --recursive ~/Downloads/covise
cd ~/Downloads/covise/
source .covise.sh
mkdir -p ${ARCHSUFFIX}/build.covise
cd ${ARCHSUFFIX}/build.covise
cmake ../.. -DCOVISE_BUILD_ONLY_ODDLOT=ON -DCOVISE_WARNING_IS_ERROR=OFF
cd ${COVISEDIR}
make -j$(nproc)

OddLOT can finally be started by running:

~/Downloads/covise/bin/oddlot

docker_covise's People

Contributors

hbanzhaf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

docker_covise's Issues

Cannot run oddlot

Hi,
I built the docker based on the steps. But when I run the final step I get the following error:

covise/bionicopt/bin/oddlot does not exist

Thank you.

Load Google Map | pj_transform projection error failed to load datum shift file

Ubuntu 18.04, running from docker, no issues during build.

Loaded .xodr file created in RoadRunner, everything seems to be functioning correctly. Tried loading Google Map from coordinates, roadmap, size: 3,3. All tiles display, but overlap with one another.

Terminal:

pj_transform projection error failed to load datum shift file

Edit: Same behavior with Bing Maps

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.