Skip to content

Commit 116e644

Browse files
authored
Merge branch 'main' into chrono-fix
2 parents 4d6a30a + 21e7d2f commit 116e644

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/viam/sdk/services/navigation.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace sdk {
1616
class Navigation : public Service {
1717
public:
1818
/// @enum Mode
19-
/// @brief Enum affecting this nav service's goal.
19+
/// @brief Enum affecting how this nav service's goal is specified.
2020
/// @ingroup Navigation
2121
enum class Mode : uint8_t {
2222
k_unspecified,
@@ -26,7 +26,7 @@ class Navigation : public Service {
2626
};
2727

2828
/// @enum MapType
29-
/// @brief Is the map navigating in GPS or a custom map.
29+
/// @brief Enum affecting the format of the map used with this nav service.
3030
/// @ingroup Navigation
3131
enum class MapType : uint8_t {
3232
k_unspecified,
@@ -35,7 +35,7 @@ class Navigation : public Service {
3535
};
3636

3737
/// @struct LocationResponse
38-
/// @brief Location and direction.
38+
/// @brief Location and direction of the component configured with this nav service.
3939
/// @ingroup Navigation
4040
struct LocationResponse {
4141
geo_point location;

0 commit comments

Comments
 (0)