You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to mount the camera on right_panda_link8 (maybe other link8 is more appropriate) by adding the following code to _load_camera function in base_env.py:
The left image is the world frame image and the right image is my wrist-mounted camera image.
It seems that the camera take a picture from behind the cabinet.
How can I adjust the parameter like position, rotation, and camera_mount_actor to get an appropriate wrist-mounted camera? I have tried a lot but can't get the desired camera.
The text was updated successfully, but these errors were encountered:
The full script and config files are in the zip file.
I add a new config file wrist_camera.yml in ManiSkill/mani_skill/assets/config_files/components
I modify some paramters of default_camera.yml and open_cabinet_drawer.yml, I want to render 256 * 256 images.
As for base_env.py,I mainly modify _load_camera function and get_obs function to add a new mode: "wrist"
I use vis_demo.py to visualize expert policy by setting --obs-mode=wrist
Hi, I want to add a wrist-mounted camera for the
OpenCabinetDrawer
envI create a config file for the camera
I try to mount the camera on
right_panda_link8
(maybe other link8 is more appropriate) by adding the following code to_load_camera
function inbase_env.py
:The left image is the world frame image and the right image is my wrist-mounted camera image.
It seems that the camera take a picture from behind the cabinet.
How can I adjust the parameter like
position
,rotation
, andcamera_mount_actor
to get an appropriate wrist-mounted camera? I have tried a lot but can't get the desired camera.The text was updated successfully, but these errors were encountered: