Git Product home page Git Product logo

Comments (7)

ilpincy avatar ilpincy commented on August 18, 2024 1

Also, make sure that the commands you wrote for compiling are exactly those that I gave you. For instance, it makes a huge difference in performance if you write

$ cmake -DCMAKE_BUILD_TYPE=Release ../src

or if you write

$ cmake ../src

The first one is much faster.

from argos3.

allsey87 avatar allsey87 commented on August 18, 2024

GooglePerfTools is not required. What happens when you run:

cd /Desktop/argos3/build_simulator
make

from argos3.

mbt925 avatar mbt925 commented on August 18, 2024

Thanks. it's finished successfully.
argos3 command can not be recognized by the system. How should I fix this?

from argos3.

allsey87 avatar allsey87 commented on August 18, 2024

The instructions for running ARGoS from source are located here: https://github.com/ilpincy/argos3#running-the-argos-simulator

Please read this documentation carefully before continuing.

from argos3.

ilpincy avatar ilpincy commented on August 18, 2024

You should run the following commands:

$ mkdir build
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=Release ../src
$ make
$ make doc
$ sudo make install

from argos3.

mbt925 avatar mbt925 commented on August 18, 2024

Thank you very much. The one command i missed was:
$ sudo make install

I was able to run an example, however i am getting this warning. Is it ok?
[WARNING] Error opening directory "Desktop/argos3/build_simulator/plugins/simulator/physics_engines/physx/": No such file or directory

from argos3.

ilpincy avatar ilpincy commented on August 18, 2024

Just close and reopen the console. You probably tried to run ARGoS from the sources, and to do it executed the setup script.

from argos3.

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.