Skip to content

Commit 6be0c71

Browse files
committed
Fix mostly mrs_msgs links
1 parent 8315710 commit 6be0c71

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/40-api/30-trajectories.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ This page is describing the upcoming ROS2 version of the MRS UAV System (however
1010

1111
## Definitions
1212

13-
**Path** ([mrs_msgs/Path.msg](https://ctu-mrs.github.io/mrs_msgs/msg/Path.html))
13+
**Path** ([mrs_msgs/Path.msg](https://ctu-mrs.github.io/mrs_msgs/interfaces/msg/Path.html))
1414

1515
- An ordered sequence of geometric poses without any notion of time.
1616
- Specifies what poses should the UAV fly through: no control over dynamics.
1717
- Has to be sampled first by sampling period `T`.
1818
- See [below](https://ctu-mrs.github.io/docs/system/trajectories.html#generating-trajectories-from-paths) on how to generate dynamically feasible trajectories from paths.
1919

20-
**Trajectory** ([mrs_msgs/TrajectoryReference.msg](https://ctu-mrs.github.io/mrs_msgs/msg/TrajectoryReference.html))
20+
**Trajectory** ([mrs_msgs/TrajectoryReference.msg](https://ctu-mrs.github.io/mrs_msgs/interfaces/msg/TrajectoryReference.html))
2121

2222
- An ordered time-parametrized sequence of geometric poses.
2323
- Specifies what pose should the UAV be in at given time: more control over dynamics.

docs/50-features/30-trajectory_generation/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This page is describing the upcoming ROS2 version of the MRS UAV System (however
1414

1515
## General description
1616

17-
The [mrs_uav_trajectory_generation](https://github.com/ctu-mrs/mrs_uav_trajectory_generation) package provides a method for generation a time-parametrized [trajectory](https://ctu-mrs.github.io/mrs_msgs/msg/TrajectoryReference.html) out of a [path](https://ctu-mrs.github.io/mrs_msgs/msg/Path.html) (a sequence of waypoints).
17+
The [mrs_uav_trajectory_generation](https://github.com/ctu-mrs/mrs_uav_trajectory_generation/tree/ros2) package provides a method for generation a time-parametrized [trajectory](https://ctu-mrs.github.io/mrs_msgs/interfaces/msg/TrajectoryReference.html) out of a [path](https://ctu-mrs.github.io/mrs_msgs/interfaces/msg/Path.html) (a sequence of waypoints).
1818
The resulting trajectory satisfies the current dynamics constraints of the UAV **and** completes the path in **minimum possible time**.
1919
The **maximum deviation** of the resulting trajectory from the supplied path is a user-configurable parameter.
2020

@@ -46,12 +46,12 @@ The main differences are:
4646

4747
### ROS interface
4848

49-
Input: [service](https://ctu-mrs.github.io/mrs_msgs/srv/PathSrv.html) and [topic](https://ctu-mrs.github.io/mrs_msgs/msg/Path.html) address:
49+
Input: [service](https://ctu-mrs.github.io/mrs_msgs/interfaces/srv/PathSrv.html) and [topic](https://ctu-mrs.github.io/mrs_msgs/interfaces/msg/Path.html) address:
5050
```
5151
/uav*/trajectory_generation/path
5252
```
5353

54-
Output: by default, the node calls [/uav*/control_manager/trajectory_reference](https://ctu-mrs.github.io/mrs_msgs/srv/TrajectoryReferenceSrv.html) service to the [ControlManager](https://github.com/ctu-mrs/mrs_uav_managers).
54+
Output: by default, the node calls [/uav*/control_manager/trajectory_reference](https://ctu-mrs.github.io/mrs_msgs/interfaces/srv/TrajectoryReferenceSrv.html) service to the [ControlManager](../01-managers/index.md#controlmanager).
5555

5656
### Minimum waypoint distance
5757

docs/50-features/55-octomap/octomap_planner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ After the planning request to **user-specified goal** is obtained, the **Octomap
2828

2929
### ROS interface
3030

31-
Input: The **user-specified goal** can be passed to **Octomap Planner** as a service of type [mrs_msgs/Vec4](https://ctu-mrs.github.io/mrs_msgs/srv/Vec4.html) or [mrs_msgs/ReferenceStampedSrv](https://ctu-mrs.github.io/mrs_msgs/srv/ReferenceStampedSrv.html) on topics:
31+
Input: The **user-specified goal** can be passed to **Octomap Planner** as a service of type [mrs_msgs/Vec4](https://ctu-mrs.github.io/mrs_msgs/interfaces/srv/Vec4.html) or [mrs_msgs/ReferenceStampedSrv](https://ctu-mrs.github.io/mrs_msgs/interfaces/srv/ReferenceStampedSrv.html) on topics:
3232
```
3333
/uav*/octomap_planner/goto
3434
/uav*/octomap_planner/reference
@@ -40,7 +40,7 @@ The planning can be stopped by calling service
4040
```
4141
which stops the planning process and sets the UAV to hovering state.
4242

43-
Output: after each planning phase the node calls [/uav*/control_manager/trajectory_reference](https://ctu-mrs.github.io/mrs_msgs/srv/TrajectoryReferenceSrv.html) service provided by the [ControlManager](https://github.com/ctu-mrs/mrs_uav_managers#controlmanager).
43+
Output: after each planning phase the node calls [/uav*/control_manager/trajectory_reference](https://ctu-mrs.github.io/mrs_msgs/interfaces/srv/TrajectoryReferenceSrv.html) service provided by the [ControlManager](../01-managers/index.md#controlmanager).
4444

4545
### Planner types
4646

0 commit comments

Comments
 (0)