-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnodelets.xml
More file actions
17 lines (17 loc) · 882 Bytes
/
nodelets.xml
File metadata and controls
17 lines (17 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<!-- SPDX-License-Identifier: BSD-3-Clause -->
<!-- SPDX-FileCopyrightText: Czech Technical University in Prague -->
<class_libraries>
<library path="lib/libmagnetometer_compass_nodelet">
<class name="magnetometer_compass/magnetometer_compass" type="magnetometer_compass::MagnetometerCompassNodelet"
base_class_type="nodelet::Nodelet">
<description>Compass based on a 3-axis magnetometer and odometry pose readings.</description>
</class>
</library>
<library path="lib/libvisualize_azimuth_nodelet">
<class name="magnetometer_compass/visualize_azimuth" type="magnetometer_compass::VisualizeAzimuthNodelet"
base_class_type="nodelet::Nodelet">
<description>Azimuth visualization as a Pose pointing to North.</description>
</class>
</library>
</class_libraries>