Skip to content

Commit 1d63b02

Browse files
Merge branch 'nav2_route_server' into route-server-develop
Signed-off-by: John Chrosniak <chrosniakj@gmail.com>
2 parents d107248 + f515d48 commit 1d63b02

File tree

4 files changed

+89
-86
lines changed

4 files changed

+89
-86
lines changed

nav2_bringup/launch/localization_launch.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
from launch.actions import DeclareLaunchArgument, GroupAction
2121
from launch.actions import SetEnvironmentVariable
2222
from launch.conditions import IfCondition
23+
from launch.substitutions import EqualsSubstitution
24+
from launch.substitutions import NotEqualsSubstitution
2325
from launch.substitutions import LaunchConfiguration, PythonExpression
2426
from launch_ros.actions import LoadComposableNodes, SetParameter
2527
from launch_ros.actions import Node

nav2_bringup/params/nav2_params.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ waypoint_follower:
318318

319319
route_server:
320320
ros__parameters:
321-
graph_filepath: "/home/carma/ros2_ws_route_humble/src/navigation2/nav2_route/graphs/turtlebot3_world_graph.geojson"
321+
graph_filepath: "/home/steve/Documents/nav2_ws/src/navigation2/nav2_route/graphs/aws_graph.geojson"
322322
boundary_radius_to_achieve_node: 1.0
323323
radius_to_achieve_node: 2.0
324324
operations: ["AdjustSpeedLimit", "ReroutingService", "CollisionMonitor"]

0 commit comments

Comments
 (0)