Skip to content
New issue

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

changes so the client are only made on init and with name changes #12

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Jm7752
Copy link
Collaborator

@Jm7752 Jm7752 commented Jan 25, 2025

We changed it so clients aren't made on push button or in wait. We need to test in real world simulation looks fine.

double yaw = ui_->yaw_doubleSpinBox_gt->value();

boost::mutex::scoped_lock lock(frame_updates_mutex_);
std::string srvs_name;// = "/"+ robot_name+"/"+mav_node_name+"/goTo";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can remove srvs_name string declaration

remove std_srvs declariations string as it is unneeded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants