BongGyeong Park

Results 5 issues of BongGyeong Park

Hello, I wonder some problems are realated with my local device or not . I would appreciate it if you could answer my question. 1. stereo rectification What is the...

Hi. I tried to test this repo with Franka Panda. here is my code. **torch_kin_test.py** ``` import os import torch import pytorch_kinematics as pk device = torch.device("cuda" if torch.cuda.is_available() else...

Hi, I tried to filter the robot from my simulated point cloud. Here is my setup. IsaacSim -> Topic -> filter -> RVIZ **Image** ![image](https://github.com/peci1/robot_body_filter/assets/39259734/d4a853b3-c453-4312-a5c6-106feccd42b2) **Topics** from the simulator ```...

question

Hello, I am a Korean who looking for a simulator to teach robotics to elementary and middle school students. Gears seems quite suitable, but currently, there is no Korean translation...

Hi. I'm trying to inference my own image. does you provide the pre-trained checkpoint for the backborn(fasterRCNN) and PoET? If so, where can I get it? Thanks.