Camera
This is a camera sensor that can be of type RGB or Depth.Configuration
The configuration for the camera sensor can be set up in the configuration file. The following parameters are available:
These parameters can be configured by adding the sensor in the scene entity inside
env.yaml in the following manner:
Contact Sensor
This is a simple contact sensor that works as a ray caster simulating surface pressure by detecting contact points with precision.Configuration
The configuration for the height sensor can be set up in the configuration file. The following parameters are available:
These parameters can be configured by adding the sensor in the scene entity inside
env.yaml in the following manner:
activate_contact_sensors flag is set to true for your robot.
Height Sensor
This is a simple height sensor that works as a ray caster to obtain the height values of points in a specified pattern.Configuration
The configuration for the height sensor can be set up in the configuration file. The following parameters are available:
These parameters can be configured by adding the sensor in the scene entity inside
env.yaml in the following manner:
LiDAR
This is a LiDAR sensor that works as a ray caster to obtain a point cloud around the sensor.Configuration
The configuration for the height sensor can be set up in the configuration file. The following parameters are available:
These parameters can be configured by adding the sensor in the scene entity inside
env.yaml in the following manner:
IMU
The Inertial Measurement Unit (IMU) provides orientation and acceleration data by measuring the robot’s linear accelerations and angular velocities in its own body frame.Configuration
The configuration for the IMU sensor can be set up in the configuration file. The following parameters are available:
These parameters can be configured by adding the sensor in the scene entity inside
env.yaml in the following manner:
Rectified Camera
This is a rectified camera sensor that applies intrinsic and extrinsic calibration to produce undistorted images (e.g., for stereo rigs or calibrated monocular setups).Configuration
The following parameters are available on theRectifiedCameraCfg:
Example
Add a rectified camera to yourenv.yaml like so: