The Wayback Machine - https://web.archive.org/web/20200830072355/https://github.com/topics/simulator
Skip to content
#

simulator

Here are 1,790 public repositories matching this topic...

eine
eine commented Apr 9, 2020

Currently, the architecture of the CLI is based on (sub)commands and options. Commands are expected to be provided as the first argument, and do effectively decide which feature is to be used. OTOH, options provide parameters to the commands. However, there is no syntactical difference, as both commands and options start with -- or -i. As a result, we rely on properly formating --help and on

SungYinYang
SungYinYang commented Jun 17, 2020

Hi, I got a problem similar to #804.

My bridge did not connect correctly.
I have followed the latest tutorial and build Apollo successfully today.
My apollo did not connect in the following step.

Launch bridge (inside docker container):
./scripts/bridge.sh

I would need to add sudo in order to start my bridge.sh.
After adding that, there was no information print out from the terminal.

maximecb
maximecb commented Feb 27, 2019

Hello. I was just trying to follow the quick installation instructions and wanted to provide a little bit of feedback so that other users can have a smoother experience.

  1. The install command should either use sudo, or be run with --user, otherwise it complains about permission issues on Linux. What worked for me:

python3 setup.py install --headless --user

  1. There are some depende
webots
hexapod-robot-simulator

Improve this page

Add a description, image, and links to the simulator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the simulator topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.