-
Notifications
You must be signed in to change notification settings - Fork 193
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
ros::init() before creating the first NodeHandle #15
Comments
Original comment by Brian Bingham (Bitbucket: brian_bingham). @kev-the-dev Could you see if you get a similar issue on your end? |
Original comment by Kevin Allen (Bitbucket: kev-the-dev). I can't reproduce this issue running off the current default branch. To see if it's some networking issue, try |
Original comment by Brian Bingham (Bitbucket: brian_bingham). Thanks for checking. Gazebo runs fine - as expected - just can't seem to example_course.world file. Will dig deeper... |
Original comment by Kevin Allen (Bitbucket: kev-the-dev). Hmm the difference with example_course may be that it has scan the code. I'd try updating ROS |
Original comment by Brian Bingham (Bitbucket: brian_bingham). Have a bit more information. Seems that the following warning and error are both associated with the
If I comment out that plugin from the model.sdf, then everything works as expected. I attempted to add explicit ros::init to the plugin, but no joy. Strange that the error can't be replicated. |
Original comment by Carlos Agüero (Bitbucket: caguero, GitHub: caguero). I cannot reproduce it either but just wondering if this might be a timing issue. One idea could be to move the lines:
from |
Original comment by Brian Bingham (Bitbucket: brian_bingham). Damn - I think it was an update issue. I just did a system upgrade issue and it seems to have taken care of it. Perhaps we should add some more specificity to your System Requirements to explicitly specify what updates need to be installed? Or, perhaps better just to make in implicit that the system needs to be at the most current. I do still get the warning...
Perhaps related to this issue? I'm not sure what the incompatible package was, but here is what now works on my system...
|
Original comment by Brian Bingham (Bitbucket: brian_bingham).
May want to add documentation on having to do an update, but otherwise done. |
Original comment by Kevin Allen (Bitbucket: kev-the-dev). It was likely gazebo-ros-pkgs as discussed in this PR. I added a version requirement in PR#19 |
Original report (archived issue) by Brian Bingham (Bitbucket: brian_bingham).
Working in default branch. When I run
roslaunch robotx_gazebo sandisland.launch
, I get error...If I edit the
sandisland.launch
file to use the world:"$(find robotx_gazebo)/worlds/sandisland.world
then the error goes away.
Ran out of time to chase this one to ground.
The text was updated successfully, but these errors were encountered: