File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ namespace sdk {
1616class 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;
You can’t perform that action at this time.
0 commit comments