Chen Wang

Results 5 issues of Chen Wang

I am currently working on a project where I need access to the force information in cloth simulations. Specifically, my goal is to retrieve detailed data on two key aspects:...

Thank you for open-sourcing your work. In the ClothDataset._find_and_update_picked_point method, it seems that picked_particles has never been updated: ```python #line 284 if robot_exp: new_picker_pos = None num_picker = 2 for...

After installing, I got the following error when I try to `import arcsim`: ```python ImportError: /home/chenwang/anaconda3/envs/diffsim/lib/python3.6/site-packages/arcsim-0.0.0-py3.6-linux-x86_64.egg/arcsim.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN6caffe26detail37_typeMetaDataInstance_preallocated_14E ``` By using ``` echo _ZN6caffe26detail37_typeMetaDataInstance_preallocated_14E | c++filt ``` I find...

#### Describe the bug Resize the terminal will cause the prompt to repeat everywhere when resizing the window. I still encounter the previous issue, although it is marked as resolved....

🐛 bug

**Is your feature request related to a problem? Please describe.** Currently, I can use commands like `c-w + >` to resize the window. However, to increase the size change, I...