-
-
Notifications
You must be signed in to change notification settings - Fork 246
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
Add publisher/server and autoconnect args to BT Monitor #170
Add publisher/server and autoconnect args to BT Monitor #170
Conversation
The ports are already optional, could the server ip also be passed? That would be easy to monitor a robot on a dev pc. |
Done! |
d9f3e4a
to
dff3d5b
Compare
The following error occurs during Groot compilation, how to solve it? /home/qwert/BehaviorTree.CPP/Groot/bt_editor/sidepanel_monitor.cpp: In member function ‘void SidepanelMonitor::on_timer()’: |
This PR adds some extra options to Groot to configure the BT monitor to start with specific address and publisher/server ports, as well as automatically connect by "clicking" the Connect button in the code, if enabled.
Specifically, it lets us run Groot as follows:
The
autoconnect
option effectively does the following:This addresses #133 and #166.