Skip to content
#

simulator

Here are 2,179 public repositories matching this topic...

webots
ShuffleWire
ShuffleWire commented Jun 12, 2021

Describe the Bug
When creating an new world, and adding the default C or MATLAB controller using the Wizard "New Robot Controller", timestep (=64) don't match with the new created world (=32).
A better way to do is like in others default controller (C++, Python, Java) to use getBasicTimeStep .
I've no way to test for MATLAB a modification, so I let someone take it in charge.

cxf99
cxf99 commented Apr 23, 2021

Map is missing annotation MapHolder and child holders! Please add to scene and set holder transforms
UnityEngine.Debug:LogError(Object)
Simulator.Map.MapManagerData:.ctor() (at Assets/Scripts/Map/MapManagerData.cs:25)
Simulator.Editor.MapMeshes.MapMeshBuilder:BuildMesh(GameObject, MapMeshMaterials, Boolean, LaneLineOverride) (at Assets/Scripts/Editor/Map/Meshes/MapMeshBuilder.cs:266)

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

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