Skip to content

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed May 14, 2024
1 parent 84057f9 commit b159508
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion crates/re_types/definitions/rerun/archetypes/tensor.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace rerun.archetypes;
table Tensor (
"attr.rust.derive": "PartialEq",
"attr.docs.category": "Image & tensor",
"attr.docs.view_types": "Tensor, BarChart: for 1D tensors"
"attr.docs.view_types": "TensorView, BarChartView: for 1D tensors"
) {
/// The tensor data
data: rerun.components.TensorData ("attr.rerun.component_required", order: 1000);
Expand Down
4 changes: 2 additions & 2 deletions docs/content/howto/ros2-nav-turtlebot.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Other relevant tutorials:
### ROS 2 & navigation

You will need to have installed [ROS 2 Humble Hawksbill](https://docs.ros.org/en/humble/index.html)
and the [turtlebot3 navigation getting-started example](https://navigation.ros.org/getting_started/index.html).
and the [turtlebot3 navigation getting-started example](https://docs.nav2.org/getting_started/index.html).

Installing ROS is outside the scope of this guide, but you will need the equivalent of the following packages:

Expand All @@ -46,7 +46,7 @@ $ sudo apt install ros-humble-desktop gazebo ros-humble-navigation2 ros-humble-t

If you don't already have ROS installed, we recommend trying [RoboStack](https://robostack.github.io/) for setting up your installation.

Before proceeding, you should follow the [navigation example](https://navigation.ros.org/getting_started/index.html)
Before proceeding, you should follow the [navigation example](https://docs.nav2.org/getting_started/index.html)
and confirm that you can successfully run:

```bash
Expand Down
4 changes: 2 additions & 2 deletions docs/content/reference/types/archetypes/tensor.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/content/reference/types/views/bar_chart_view.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions docs/content/reference/types/views/tensor_view.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/python/face_tracking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ thumbnail = "https://static.rerun.io/face-tracking/f798733b72c703ee82cc946df39f3
thumbnail_dimensions = [480, 480]
-->

Use the [MediaPipe](https://google.github.io/mediapipe/) Face Detector and Landmarker solutions to detect and track a human face in image, video, and camera stream.
Use the [MediaPipe](https://github.com/google-ai-edge/mediapipe) Face Detector and Landmarker solutions to detect and track a human face in image, video, and camera stream.


<picture>
Expand Down
2 changes: 1 addition & 1 deletion examples/python/gesture_detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ thumbnail = "https://static.rerun.io/hand-tracking-and-gesture-recognition/56d09
thumbnail_dimensions = [480, 480]
-->

Use the [MediaPipe](https://google.github.io/mediapipe/) Hand Landmark and Gesture Detection solutions to
Use the [MediaPipe](https://github.com/google-ai-edge/mediapipe/) Hand Landmark and Gesture Detection solutions to
track hands and recognize gestures in images, video, and camera stream.

<picture>
Expand Down
2 changes: 1 addition & 1 deletion examples/python/ros_node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ For more information on future improved ROS support, see tracking issue: [#1527]
in addition to the packages from requirements.txt.

This example was developed and tested on top of [ROS2 Humble Hawksbill](https://docs.ros.org/en/humble/index.html)
and the [turtlebot3 navigation example](https://navigation.ros.org/getting_started/index.html).
and the [turtlebot3 navigation example](https://docs.nav2.org/getting_started/index.html).

Installing ROS is outside the scope of this example, but you will need the equivalent of the following packages:
```
Expand Down

0 comments on commit b159508

Please sign in to comment.