Skip to content

Commit fdcaa8d

Browse files
committed
update collision mode
1 parent 98f956a commit fdcaa8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

robot_nav/eval_world.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ world:
33
width: 10 # the height of the world
44
step_time: 0.3 # Hz calculate each step
55
sample_time: 0.3 # Hz for render and data extraction
6-
collision_mode: 'react'
6+
collision_mode: 'reactive'
77

88
robot:
99
- kinematics: {name: 'diff'}

robot_nav/robot_world.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ world:
33
width: 10 # the height of the world
44
step_time: 0.3 # 10Hz calculate each step
55
sample_time: 0.3 # 10 Hz for render and data extraction
6-
collision_mode: 'react'
6+
collision_mode: 'reactive'
77

88
robot:
99
- kinematics: {name: 'diff'}

tests/test_world.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ world:
33
width: 10 # the height of the world
44
step_time: 1.0
55
sample_time: 1.0
6-
collision_mode: 'react'
6+
collision_mode: 'reactive'
77

88
robot:
99
- kinematics: {name: 'diff'}

0 commit comments

Comments
 (0)