Hanjaya Mandala

Results 8 comments of Hanjaya Mandala

I faced the same problem using ubuntu 20 with ros noetic, but the problem didn't occur in ubuntu 18 with ros melodic

my cmder also flashing on 2 condition 1. when opening nano and drag the size of console, 2. when running ssh to remote ubuntu. and start a program running on...

I faced the same issue, the error is because of the isaacsim-ros2 plugin is not installed so by installing `isaacsim-ros2`, it will solve the problem in my case ```bash conda...

Faces the same issue. But it doesn't load and freeze in this part. ``` [INFO]: Loading model checkpoint from: /home/hsuhanjaya/Repositories/quadrupped_robot/go2_omniverse/logs/rsl_rl/unitree_go2_rough/2024-04-06_02-37-07/model_7850.pt 2024-07-29 02:21:42 [14,744ms] [Warning] [omni.isaac.sensor.scripts.lidar_rtx] Using existing RTX Lidar prim...

it still doesn't work, even by simply initializing the OpenCV window ```python def _set_debug_vis_impl(self, debug_vis: bool): if self.cfg.show_depth: cv2.namedWindow("Robot Depth Frame", cv2.WINDOW_NORMAL) ``` I did this before and had no...

Is this also the same reason that the asset is instanceable, ``` [Warning] [omni.isaac.lab.sim.utils] Could not perform 'modify_collision_properties' on any prims under: '/World/envs/env_0/Animation'. This might be because of the following...

I tried to make_uninstanceable with this commands: ``` for prim_path in sim_utils.find_matching_prim_paths("/World/envs/env_.*/Animation/.*/collisions"): print(prim_path) sim_utils.make_uninstanceable(prim_path) ``` and got following error: ``` /World/envs/env_0/Animation/trunk/collisions 2024-07-05 07:17:27 [11,037ms] [Warning] [omni.physx.tensors.plugin] prim '/World/envs/env_0/Animation/trunk/collisions/mesh_0' was deleted...