Skip to content

Commit

Permalink
Merge branch 'route-server-develop' of github.com:usdot-fhwa-stol/nav…
Browse files Browse the repository at this point in the history
…igation2 into route-server-develop
  • Loading branch information
john-chrosniak committed Dec 4, 2024
2 parents c43e1ec + 1d63b02 commit 01bf9dc
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 86 deletions.
2 changes: 2 additions & 0 deletions nav2_bringup/launch/localization_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
from launch.actions import DeclareLaunchArgument, GroupAction
from launch.actions import SetEnvironmentVariable
from launch.conditions import IfCondition
from launch.substitutions import EqualsSubstitution
from launch.substitutions import NotEqualsSubstitution
from launch.substitutions import LaunchConfiguration, PythonExpression
from launch_ros.actions import LoadComposableNodes, SetParameter
from launch_ros.actions import Node
Expand Down
2 changes: 1 addition & 1 deletion nav2_bringup/params/nav2_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ waypoint_follower:

route_server:
ros__parameters:
graph_filepath: "/home/carma/ros2_ws_route_humble/src/navigation2/nav2_route/graphs/turtlebot3_world_graph.geojson"
graph_filepath: "/home/steve/Documents/nav2_ws/src/navigation2/nav2_route/graphs/aws_graph.geojson"
boundary_radius_to_achieve_node: 1.0
radius_to_achieve_node: 2.0
operations: ["AdjustSpeedLimit", "ReroutingService", "CollisionMonitor"]
Expand Down
Loading

0 comments on commit 01bf9dc

Please sign in to comment.