Code Monkey home page Code Monkey logo

Comments (2)

matejm42 avatar matejm42 commented on June 3, 2024 1

@ZaynabEM It's used to import maps into Carla from .osm files. It's mentioned in documentation of Digital Twin Tool. But it is not working for me

from carla.

ZaynabEM avatar ZaynabEM commented on June 3, 2024

@matejm42 Thank you for your response.

Yes this is exactly what I was looking for, and the goal is to create a new map in carla for me. I was trying this method, with blender and CADMAPPER for the buildings, as an alternative to the RoadRunner solution.

If I understand correctly, the dependencies libosmscout and lunasvg are correct, but I get the following :

Deleting existing build/ directory.
Creating build/ directory.
-- The C compiler identification is GNU 11.4.0
-- The CXX compiler identification is GNU 11.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/User/carla/osm-world-renderer/build
[ 16%] Building CXX object CMakeFiles/OsmRenderer.dir/OsmRenderer/src/OsmRenderer.cpp.o
[ 33%] Building CXX object CMakeFiles/OsmRenderer.dir/OsmRenderer/src/MapDrawer.cpp.o
[ 50%] Building CXX object CMakeFiles/OsmRenderer.dir/OsmRenderer/src/MapRasterizer.cpp.o
[ 66%] Linking CXX static library libOsmRenderer.a
[ 66%] Built target OsmRenderer
[ 83%] Building CXX object CMakeFiles/osm-world-renderer.dir/OsmRenderer/main.cpp.o
[100%] Linking CXX executable osm-world-renderer
/usr/bin/ld: cannot find -losmscout: No such file or directory
/usr/bin/ld: cannot find -losmscout_map: No such file or directory
/usr/bin/ld: cannot find -losmscout_map_svg: No such file or directory
/usr/bin/ld: cannot find -llunasvg: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/osm-world-renderer.dir/build.make:98: osm-world-renderer] Error 1
make[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/osm-world-renderer.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
./Run.sh: line 20: ./osm-world-renderer: No such file or directory

I tried adding the path .so for each library to the LD_LIBRARY_PATH, but it didn't work as well.

from carla.

Related Issues (20)

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.