You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -60,7 +60,7 @@ This project is split into numerous modules, each in their own directory:
60
60
A list of ROS topics published by this driver can be found in [the README](./README.md).
61
61
62
62
### Releases
63
-
* Release versions of this driver reside in branches corresponding to the distribution of ROS they are designed for use with, e.g. `foxy` or `eloquent`.
63
+
* Release versions of this driver reside in branches corresponding to the distribution of ROS they are designed for use with, e.g. `galactic` or `eloquent`.
64
64
* Branches which are under development, and in the progress of updating the code for use with a new distribution of ROS, are suffixed with `-devel`, e.g. `galactic-devel`.
65
65
* The `master` branch contains a release for the latest distribution of ROS.
66
66
* The ROS driver uses [semantic versioning](https://semver.org/) for its version number.
@@ -112,7 +112,7 @@ Building the test program requires something like:
112
112
113
113
```bash
114
114
# In the root directory of the compiled package, e.g. ~/ros_ws/
115
-
. /opt/ros/foxy/setup.bash
115
+
. /opt/ros/galactic/setup.bash
116
116
. install/setup.sh
117
117
colcon build
118
118
```
@@ -131,9 +131,9 @@ This driver uses the `Boost.Test` framework for its unit tests. Each file in the
131
131
Documentation on this unit testing framework, including an API reference and user's guide, can be found [here](https://www.boost.org/doc/libs/1_77_0/libs/test/doc/html/index.html).
132
132
133
133
## Learning ROS 2
134
-
See the following short tutorials for a quality introduction to package development for ROS 2 (Foxy Fitzroy):
134
+
See the following short tutorials for a quality introduction to package development for ROS 2 (Galactic Geochelone):
A ROS2 driver which allows an OxTS INS to interact with a wider ROS network. Where ROS is mentioned in this document, this is in reference to ROS2. References to ROS1 will be explicit.
4
6
5
-
The ROS driver has been built with ROS release Foxy Fitzroy.
7
+
The ROS driver has been built with ROS release Galactic Geochelone.
6
8
7
9
## Build from source
8
10
9
11
Dependencies:
10
12
11
-
- ROS2 (Foxy Fitzroy). (See [here](https://index.ros.org/doc/ros2/Installation/Foxy/Linux-Install-Debians/) for an installation guide.)
13
+
- ROS2 (Galactic Geochelone). (See [here](https://docs.ros.org/en/galactic/Installation/Ubuntu-Install-Debians.html) for an installation guide.)
Velocity of the INS, in the INS frame. (Linear velocity corresponds to measurements `IsoVoX`, `IsoVoY` and `IsoVoZ`, while angular velocity is `Wx`, `Wy` and `Wz`.)
0 commit comments