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 20, 2023
1 parent 7661808 commit 87fbe68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ def add_proprio_node(self, pnode: ProprioceptionNode, projection_mode: str = "im
return False

mission_nodes = self._mission_graph.get_nodes_within_radius_range(
last_mission_node, 0, self._proprio_graph.max_distance, metric="pose" # pose or dijkstra
last_mission_node, 0, self._proprio_graph.max_distance, metric="dijkstra" # pose or dijkstra
)

center_nodes = self._mission_graph.get_nodes_within_radius_range(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ base_frame: base
footprint_frame: footprint

# Robot size
robot_length: 0.8 # 0.8
robot_width: 0.4 # 0.4
robot_length: 0.9 # 0.8
robot_width: 0.5 # 0.4
robot_height: 0.3 # 0.3

# Robot specs
Expand Down

0 comments on commit 87fbe68

Please sign in to comment.