Skip to content
#

simulation

Here are 5,581 public repositories matching this topic...

abstreet
dabreegster
dabreegster commented Aug 12, 2020

Importing all of London, https://github.com/dabreegster/abstreet/blob/7a0dbb28b1e711bb9a9f7265ff95e3ee411089df/map_model/src/make/parking_lots.rs#L141 took 40 seconds. It's easy to use timer.parallelize to speed this up. Running the importer on large areas, checking the logs for the slowest steps, and applying simple fixes like parallelize and FindClosest is a great way to learn a bit about

jorgesumle
jorgesumle commented Aug 29, 2016

The wiki is very outdated and there is missing information. What I mean is that we should create a more user friendly wiki, with descriptions of every building, game element... Maybe we should add also pictures of the buildings or animations. I don't know, but we must do something to improve it. What do you think?

How can I get access to http://wiki.unknown-horizons.org/w/Main_Page? I would lik

webots
Justin-Fisher
Justin-Fisher commented Oct 3, 2020

It is good that supervisor.getFromDef will seek out a node with the given DEF-name at any level of the scene tree. So, e.g., if I have one robot with a solid LEFT_WHEEL, I can use getFromDef('LEFT_WHEEL') to get that node, without needing to worry about whatever intervening ancestor nodes might lie above it.

Sometimes you'll have multiple nodes with the same DEF-name in the scene tree, e.g., i

Improve this page

Add a description, image, and links to the simulation 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 simulation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.