Skip to content

Commit

Permalink
Change robot size
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinSchmid7 committed Nov 30, 2023
1 parent 13d350e commit e3ccc9b
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ robot_height: 0.3 # 0.3
robot_max_velocity: 0.8

# Traversability estimation params
traversability_radius: 3.0 # meters
image_graph_dist_thr: 0.2 # meters
proprio_graph_dist_thr: 0.1 # meters
traversability_radius: 6.0 # meters, 3.0
image_graph_dist_thr: 0.02 # meters, 0.2
proprio_graph_dist_thr: 0.01 # meters, 0.1
network_input_image_height: 480
network_input_image_width: 640
segmentation_type: "slic"
Expand All @@ -60,8 +60,8 @@ mission_name: "test"
mission_timestamp: True

# Threads
image_callback_rate: 10 # hertz
proprio_callback_rate: 4 # hertz
image_callback_rate: 10 # hertz, 10
proprio_callback_rate: 4 # hertz, 4
learning_thread_rate: 10 # hertz
logging_thread_rate: 2 # hertz
status_thread_rate: 0.5 # hertz
Expand Down

0 comments on commit e3ccc9b

Please sign in to comment.