We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anyone trying this, remember to edit dogs_namespace
$ git diff diff --git a/include/follower.hpp b/include/follower.hpp index c3b6671..6b256b4 100644 --- a/include/follower.hpp +++ b/include/follower.hpp @@ -71,7 +71,7 @@ private: bool camera_enabled_ = false; double body_height_ = 0.0; int current_gait_ = 0;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Anyone trying this, remember to edit dogs_namespace
$ git diff
diff --git a/include/follower.hpp b/include/follower.hpp
index c3b6671..6b256b4 100644
--- a/include/follower.hpp
+++ b/include/follower.hpp
@@ -71,7 +71,7 @@ private:
bool camera_enabled_ = false;
double body_height_ = 0.0;
int current_gait_ = 0;
bool camera_info_inited_ = false;
};
-#endif
\ No newline at end of file
+#endif
The text was updated successfully, but these errors were encountered: