Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1b51bef

Browse files
committed
fix old links
1 parent ad5d451 commit 1b51bef

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/content/howto/integrations/ros2-nav-turtlebot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ If you are familiar with the turtlebot nav example and rviz, this view will like
119119
- `map/robot/camera/points` contains a `PointCloud2` msg logged as a [point3d](../../reference/types/archetypes/points3d.md).
120120
- `map/points` contains a second copy of `PointCloud2` with a different transform. (This is a workaround until Rerun
121121
has support for ROS-style fixed frames [#1522](https://github.com/rerun-io/rerun/issues/1522).)
122-
- `odometry/vel` is a plot of the linear velocity of the robot logged as a [scalar](../../reference/types/archetypes/scalar.md).
123-
- `odometry/ang_vel` is a plot of the angular velocity of the robot logged as a [scalar](../../reference/types/archetypes/scalar.md).
122+
- `odometry/vel` is a plot of the linear velocity of the robot logged as a [scalar](../../reference/types/archetypes/scalars.md).
123+
- `odometry/ang_vel` is a plot of the angular velocity of the robot logged as a [scalar](../../reference/types/archetypes/scalars.md).
124124

125125
## Code explanation
126126

docs/content/reference/migration/migration-0-13.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Migrating from 0.12 to 0.13
33
order: 996
44
---
55

6-
## `TimeSeriesScalar` deprecated in favor of [Scalar](../types/archetypes/scalar.md) & [SeriesLine](../types/archetypes/series_line.md)/[SeriesPoint](../types/archetypes/series_point.md)
6+
## `TimeSeriesScalar` deprecated in favor of `Scalar` & `SeriesLine`/`SeriesPoint`
77

88
Previously, `TimeSeriesScalar` was used to define both
99
data and styling of time series plots.
10-
Going forward, this is done separately: data is now logged via [Scalar](../types/archetypes/scalar.md).
11-
Styling for point/marker series via [SeriesPoint](../types/archetypes/series_point.md) and styling for
12-
line series via [SeriesLine](../types/archetypes/series_line.md).
10+
Going forward, this is done separately: data is now logged via `Scalar`.
11+
Styling for point/marker series via `SeriesPoint` and styling for
12+
line series via `SeriesLine`.
1313
(Both styling archetypes are typically logged as `timeless` but this is not a requirement and any property may change over time!)
1414

1515
`TimeSeriesScalar` will be removed in a future release.

0 commit comments

Comments
 (0)