Skip to content

Commit

Permalink
Change Nav2 links to docs.nav2.org. Addresses #23
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Aug 8, 2024
1 parent 01a809a commit 2ccd6de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion overview/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sort: 2
### ROS 2
- Documentation: <https://docs.ros.org/en/humble/index.html>
- Ubuntu (Debian) Install: <https://docs.ros.org/en/humble/Installation/Ubuntu-Install-Debians.html>
- Nav2 Documentation: <https://navigation.ros.org/>
- Nav2 Documentation: <https://docs.nav2.org/>
- Nav2 Github: <https://github.com/ros-planning/navigation2>
- SLAM Toolbox: <https://github.com/SteveMacenski/slam_toolbox>

Expand Down
2 changes: 1 addition & 1 deletion tutorials/navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For this tutorial, we will be using localization to navigate on a map [generated

## Nav2

The TurtleBot 4 uses the [Nav2](https://navigation.ros.org/) stack for navigation.
The TurtleBot 4 uses the [Nav2](https://docs.nav2.org/) stack for navigation.

```note
Remember to always source your ROS 2 environment before trying to launch a node.
Expand Down
2 changes: 1 addition & 1 deletion tutorials/turtlebot4_navigator.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ ros2 launch turtlebot4_viz view_robot.launch.py
{% tabs navigation %}
{% tab navigation galactic %}

This example demonstrates the [Navigate Through Poses](https://navigation.ros.org/behavior_trees/trees/nav_through_poses_recovery.html) behaviour tree. The Nav2 stack is given a set of poses on the map and creates a path that goes through each pose in order until the last pose is reached. The robot then attempts to drive along the path. This example is demonstrated in the `depot` world of the TurtleBot 4 simulation.
This example demonstrates the [Navigate Through Poses](https://docs.nav2.org/behavior_trees/trees/nav_through_poses_recovery.html) behaviour tree. The Nav2 stack is given a set of poses on the map and creates a path that goes through each pose in order until the last pose is reached. The robot then attempts to drive along the path. This example is demonstrated in the `depot` world of the TurtleBot 4 simulation.

To run this example, start the Ignition Gazebo simulation:

Expand Down

0 comments on commit 2ccd6de

Please sign in to comment.