Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Oct 12, 2023
1 parent 16e116a commit 8b0d9b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/system/frames_of_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: Frames of reference
parent: The UAV System
nav_order: 1
nav_order: 2
---

| :warning: **Attention please: This page is outdated.** |
Expand Down
8 changes: 4 additions & 4 deletions docs/system/transformations.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ parent: The UAV System
nav_order: 2
---

| :warning: **Attention please: This page is outdated.** |
| :--- |
| The MRS UAV System 1.5 is being released and this page needs updating. Plase, keep in mind that the information on this page might not be valid. |
| :warning: **Attention please: This page is outdated.** |
| :--- |
| The MRS UAV System 1.5 is being released and this page needs updating. Please, keep in mind that the information on this page might not be valid. |

# Transformations

![](fig/transformations.png)

As a robotic system, the MRS system makes use of many coordinate frames [refererence frames](frames_of_reference.md).
Transformations within the MRS system are maintained by the [tf2 ros package](http://wiki.ros.org/tf2) and [Transformer](https://ctu-mrs.github.io/mrs_lib/classmrs__lib_1_1Transformer.html) from the [mrs_lib package](https://ctu-mrs.github.io/mrs_lib/), which is a tf2 wrapper with several functions simplifying the work with transformations.
The transformations within the MRS system are important not only for tracking the relationship among particular coordinate frames, but they are used also to enable sending commands in various reference frames independently on current control frame.
The transformations within the MRS system are important not only for tracking the relationship among particular coordinate frames, but they are used also to enable sending commands in various reference frames independently on current control frame.

## MRS Trackers commands with specified *frame_id*

Expand Down
2 changes: 1 addition & 1 deletion docs/system/uav_ros_interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ It also carries some non-essential safety routines.
The [ConstraintManager](https://github.com/ctu-mrs/mrs_uav_managers#ConstraintManager) handles the definition and switching of dynamics constraints for trackers.
The constraints are supplied to all the loaded trackers by the ControlManager.
To simplify the system structure, the ConstraintManager was created to load user-defined constraints from parameter files.
The ConstraintManager maintains feasible constraints active during the flight based on the currently active [odometry source](https://github.com/ctu-mrs/mrs_uav_odometry#mrs-uav-odometry-) and allows users to change them by ROS service.
The ConstraintManager maintains feasible constraints active during the flight based on the currently active estimator and allows users to change them by ROS service.

### Provided topics

Expand Down

0 comments on commit 8b0d9b6

Please sign in to comment.