Skip to content
#

simulator

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

diegoferigo
diegoferigo commented Sep 19, 2019

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 * 
carla
eine
eine commented Sep 3, 2019

Package system managers' build commands, such as makepkg, git clone a new copy of this repo in a clean temporal path, checkout a specific version, proceed with the build, and remove the temporal dir. I'm using the prepare() step, which is executed just before the build, to copy subdir testsuite out of the temporal path; so it can be executed later, after the path is removed.

The procedu

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
LeoJhonSong
LeoJhonSong commented Apr 30, 2020

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 😢 Recently I am struggling with Rotate, Zoom and Alt F5. I could not perform Translate or Tilt with my touchpad.

Could you please add some keybindings to do so? For example Ctrl and dr

jaydenmilne
jaydenmilne commented Jan 29, 2020

Describe the new feature you'd like
We should write up a quick doc page that describes where Holodeck logs are kept. It might also be nice to have a holodeck.util.where_are_the_logs() helper function or something that would print out the full path to the log directory, so users can find their logs without thinking too hard.

We should then link to this page in the issue template for openi

michaeljclark
michaeljclark commented Sep 24, 2016

The JIT API currently just checks instruction operands and emits the instruction.

  • Add simple buffer implementation to collect JIT output
  • Add support for labels, and link step
  • Add mprotect handling (W^X) so output JIT can be executed
  • Add host ABI trampoline for calling JIT with arguments and return value

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.