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

Added support for connecting to local broker #5

Merged
merged 2 commits into from Nov 21, 2014
Merged

Added support for connecting to local broker #5

merged 2 commits into from Nov 21, 2014

Conversation

jdyb
Copy link
Contributor

@jdyb jdyb commented Nov 6, 2014

By doing this the nodelet can connect to a local broker allowing
direct function calls and memory access.

Note that the nodelet will prefer the local broker over one
specified on the command line or using ros parameters.

@vrabaud
Copy link
Contributor

vrabaud commented Nov 13, 2014

hi, oyu need to rebase to get that PR valid, thx.

By doing this the nodelet can connect to a local broker allowing
direct function calls and memory access.

Note that the nodelet will prefer the local broker over one
specified on the command line or using ros parameters.
@jdyb
Copy link
Contributor Author

jdyb commented Nov 13, 2014

Rebased.

@@ -112,6 +112,12 @@ namespace naoqicamera_driver
diagnostic_updater::TimeStampStatusParam())
{
getNaoqiParams(priv_nh);
Copy link
Contributor

Choose a reason for hiding this comment

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

shouldn't we try to connect to the NAOqi with the parameters first ? (and if that fails try the local one)

@vrabaud
Copy link
Contributor

vrabaud commented Nov 14, 2014

@jondy276 , shouldn't we try to connect to the NAOqi with the parameters first ? (and if that fails try the local one)

@vrabaud
Copy link
Contributor

vrabaud commented Nov 19, 2014

ping ?

@jdyb
Copy link
Contributor Author

jdyb commented Nov 21, 2014

Sorry, lot of things to do.
Like that perhaps?

@jdyb
Copy link
Contributor Author

jdyb commented Nov 21, 2014

Allso, I have a prototype naoqi module that allows nodelets to be loaded.
Is that something that we might merge into naoqi_bridge, or does it allready exist and I have missed it?

@vrabaud
Copy link
Contributor

vrabaud commented Nov 21, 2014

lg2m. We have nothing to load nodelets in a naoqi module so sure, make it more fun :)

vrabaud added a commit that referenced this pull request Nov 21, 2014
Added support for connecting to local broker
@vrabaud vrabaud merged commit ca7f067 into ros-naoqi:master Nov 21, 2014
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.

None yet

2 participants