Skip to content

Commit

Permalink
update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
cremebrule committed Dec 20, 2024
1 parent adf7999 commit 08d811d
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions omnigibson/configs/fetch_behavior.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ scene:
robots:
- type: Fetch
obs_modalities: [scan, rgb, depth]
include_sensor_names: null
exclude_sensor_names: null
scale: 1.0
self_collision: false
action_normalize: true
Expand Down
2 changes: 2 additions & 0 deletions omnigibson/configs/fetch_primitives.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ scene:
robots:
- type: Fetch
obs_modalities: [rgb]
include_sensor_names: null
exclude_sensor_names: null
scale: 1.0
self_collisions: true
action_normalize: false
Expand Down
2 changes: 2 additions & 0 deletions omnigibson/configs/robots/fetch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ robot:
self_collision: true
grasping_mode: physical
default_arm_pose: vertical
include_sensor_names: null
exclude_sensor_names: null
sensor_config:
VisionSensor:
sensor_kwargs:
Expand Down
2 changes: 2 additions & 0 deletions omnigibson/configs/robots/freight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ robot:
base_name: null
scale: 1.0
self_collision: false
include_sensor_names: null
exclude_sensor_names: null
sensor_config:
VisionSensor:
sensor_kwargs:
Expand Down
2 changes: 2 additions & 0 deletions omnigibson/configs/robots/husky.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ robot:
base_name: null
scale: 1.0
self_collision: false
include_sensor_names: null
exclude_sensor_names: null
sensor_config:
VisionSensor:
sensor_kwargs:
Expand Down
2 changes: 2 additions & 0 deletions omnigibson/configs/robots/locobot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ robot:
base_name: null
scale: 1.0
self_collision: false
include_sensor_names: null
exclude_sensor_names: null
sensor_config:
VisionSensor:
sensor_kwargs:
Expand Down
2 changes: 2 additions & 0 deletions omnigibson/configs/robots/turtlebot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ robot:
base_name: null
scale: 1.0
self_collision: false
include_sensor_names: null
exclude_sensor_names: null
sensor_config:
VisionSensor:
sensor_kwargs:
Expand Down
2 changes: 2 additions & 0 deletions omnigibson/configs/tiago_primitives.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ scene:
robots:
- type: Tiago
obs_modalities: [rgb, depth, seg_semantic, normal, seg_instance, seg_instance_id]
include_sensor_names: null
exclude_sensor_names: null
scale: 1.0
self_collisions: true
action_normalize: false
Expand Down
2 changes: 2 additions & 0 deletions omnigibson/configs/turtlebot_nav.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ scene:
robots:
- type: Turtlebot
obs_modalities: [scan, rgb, depth]
include_sensor_names: null
exclude_sensor_names: null
scale: 1.0
self_collision: false
action_normalize: true
Expand Down

0 comments on commit 08d811d

Please sign in to comment.