-
Updated
Mar 31, 2020 - JavaScript
simulation
Here are 4,844 public repositories matching this topic...
Reading the documentation, it is not entirely clear to me what are the differences of the joint control modes supported in pybullet.
I try to recap them here, please @erwincoumans feel free to jump in to add more details and address holes in my understanding.
Let's assume that in all cases (excluding torque), the reference error is the following:
error = kp * (pos_des - pos) + kd *
Hello
i just recently found this game on rust-unofficial list. its seems there is no documentation for linux installation anywhere to be found. windows is easy cause they just use exe but for me linux i cant hardly know how to install it
i am using ubuntu 19.10 right now
-
Updated
Jul 25, 2019 - JavaScript
C strings sighted in:
- data/Shaders.h
- data/IntroText.h
- src/simulation/StorageClasses.h
- src/simulation/Simulation.cpp
- src/Format.cpp
- src/lua/socket/socket.lua.cpp
- src/lua/LuaLuna.h
- src/lua/LuaCompat.c
- src/lua/LuaScriptHelper.h
- src/lua/LuaCompat.h
- src/lua/LuaScriptInterface.cpp
- src/lua/LuaBit.cpp
- [ ]
https://github.com/dabreegster/abstreet/blob/master/game/src/sandbox/dashboards/trip_table.rs
https://github.com/dabreegster/abstreet/blob/master/game/src/sandbox/dashboards/parking_overhead.rs
These share lots of duplicated code. I don't know what the ideal API to construct a table should be -- declare the columns, whether they're sortable, provide all the data in a reasonably type-safe way
-
Updated
Mar 15, 2019 - Jupyter Notebook
-
Updated
Apr 21, 2020
Add tests
In order to perform refactoring and to add new features with more confidence, we need unit, integration and end-to-end tests for:
-
algorithm parts. See
src/algorithms
-
React parts - components and pages. See
src/components
andsrc/pages
-
State management: redux reducers and sagas. See
src/state
The infrastructure:
jest
and@testing-library
are already set up. Un
In PR #684, @Corvince had some concerns that are all valid. Please update the docs to address those concerns. Please submit as separate PRs to follow best practices.
- Concern 1: change to
pipenv install mesa
- Concern 2: The literature references (line 35 and line 162 are still broken)
- Concern 3: Update figure
More details can be found here: https://github.com/projectmes
We have a view of the metadata available for openworm repos deployed live here, driven by this code here.
At the moment metadata is shown in tabs, courtesy of @cheelee.
We'd like to add an alternate tabular view (possibly re-using some javascript/jquery grid) t
-
Updated
May 18, 2020
-
Updated
Apr 17, 2020 - C++
There is a workaround for getting the FLIP Fluid cache to work on a render farm, but there is no documentation for this at the moment.
Notes:
- Cache must be exported to Alembic
- For whitewater particles to render, you must use [dupliverts](https://docs.blender.
-
Updated
Apr 1, 2019 - Python
Summary
The outputs in the examples/accelerate
folder are over 6 years old and the instructions outdated.
Same about the corresponding pieces of the documentation in doc/src/Speed_packages.rst
LAMMPS Version and Platform
LAMMPS 19 March 2020
Details
The files and documentation should be updated and tested with the latest version, especially after the already merge
Following up from discussion on #773 : I was looking over the docs to better understand the relationship between hosts and nodes. I have a few questions:
From https://github.com/shadow/shadow/blob/master/docs/3.1-Shadow-Config.md:
bandwidthdown and bandwidthup optionally specify the downstream and upstream bandwidth capacities for this host, and override any default bandwidth values set in
-
Updated
Aug 26, 2018 - Objective-C
-
Updated
May 15, 2020 - Java
System: Ubuntu 1804
Version: 2020b
It seems webots's navigation gestures are mainly based on mouse events, while I am a big fan of touchpad and I do not have a mouse
Could you please add some keybindings to do so? For example Ctrl and dr
to exclude the warm-up period.
Would it make sense to include some examples for how to use openmmforcefields
to access small molecule parameters for protein:ligand systems in the Users Guide? If so, this might be a good candidate to include in the 7.5.0 release.
-
Updated
Oct 24, 2017 - C++
Cleanup bit flags
We have quite a few common booleans we use in many places of the code.
Some of them are very simple, like checking for compressible vs incompressible, or for FSI.
But when we want to express something more complicated like is it SA or SST, is the mesh moving or deforming, is this FEM or FVM or FEA, and so on, things are not so simple anymore and we end up with long conditionals repeated in many
-
Updated
Apr 10, 2020 - Python
Improve this page
Add a description, image, and links to the simulation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the simulation topic, visit your repo's landing page and select "manage topics."
Create an overload of
gfx_draw_string_left
on\src\openrct2\drawing\Text.cpp
with the same name, but that takes aconst ScreenCoordsXY&
object instead of anint32_t x
and and anint32_t y
and replace the calls to the{x ,y}
pair by the one usingScreenCoordsXY
.Don't try to do all calls at once, unless it doesn't occur a lot, as this might lead to a huge PR. When we stop using the