Skip to content

Commit 3fd694b

Browse files
committed
update note msg for mujoco sensor
1 parent f0ed37a commit 3fd694b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/physics_simulator/sensor/rgb_camera.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def __init__(self, simulator: GalbotEduSim, camera_config: RgbCameraConfig):
210210
# Create sensor model
211211
from physics_simulator.sensor.sensor_model import MujocoSensorModel
212212

213-
# NOTE@Chenyu Cao:
213+
# NOTE@Chenyu Cao: Mujoco use fovy to calculate other intrinsic params, needs to simplify
214214
self.sensor_model = MujocoSensorModel(
215215
name=self.name,
216216
camera_name=self.name,

0 commit comments

Comments
 (0)