Skip to content

Commit

Permalink
Merge branch 'main' into chrono-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lia-viam authored Dec 4, 2024
2 parents 4d6a30a + 21e7d2f commit 116e644
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/viam/sdk/services/navigation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace sdk {
class Navigation : public Service {
public:
/// @enum Mode
/// @brief Enum affecting this nav service's goal.
/// @brief Enum affecting how this nav service's goal is specified.
/// @ingroup Navigation
enum class Mode : uint8_t {
k_unspecified,
Expand All @@ -26,7 +26,7 @@ class Navigation : public Service {
};

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

/// @struct LocationResponse
/// @brief Location and direction.
/// @brief Location and direction of the component configured with this nav service.
/// @ingroup Navigation
struct LocationResponse {
geo_point location;
Expand Down

0 comments on commit 116e644

Please sign in to comment.