Skip to content

Commit

Permalink
Merge pull request #678 from StanfordVL/profiling
Browse files Browse the repository at this point in the history
Update profiling
  • Loading branch information
wensi-ai authored Apr 5, 2024
2 parents 5b403ee + 22af152 commit a6aece1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/benchmark/profiling.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def main():
cfg["robots"].append(
{
"type": "Fetch",
"obs_modalities": "all",
"obs_modalities": ["rgb"],
"position": [-1.3 + 0.75 * i + SCENE_OFFSET[args.scene][0], 0.5 + SCENE_OFFSET[args.scene][1], 0],
"orientation": [0.0, 0.0, 0.7071, -0.7071],
}
Expand Down

0 comments on commit a6aece1

Please sign in to comment.