-
Notifications
You must be signed in to change notification settings - Fork 54
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
various improvements #275
various improvements #275
Conversation
This is the most likely one to break because it runs the actual nodelets! Respawning this one will automatically trigger the nodelet nodes to respawn as well due to the nodelet-bond communication.
To avoid the item showing up as missing in the dashboard
…ge100 multi-configurator. It was harmless here, but if you copy it, you can get into trouble." It's not harmless, it removed an error. wtf... This reverts commit 81b70cf.
It's not worth raising an error just because the server connection was not sufficiently quick once. We see this on our machines every now and then. If this is a permanent error condition it could escalate at some point but that just adds additional complexity here. A warning should alert you enough if it doesn't go away and you observe unusual behavior.
The last patch resolves some annoying build farm warnings @k-okada and I receive every now and then. It should be applied to various other code bases here as well. |
We are running our PR2 on noetic now, and the issue caused by the change that I also found the solution in this PR from here. So I added
But I did the change last may, so I don't remember the detail... |
Indigo's support (I know the warning mail from build.ros.org is annoying... :( https://www.ros.org/reps/rep-0003.html#indigo-igloo-may-2014 |
I would definitely argue that if somebody tries to use the Don't you agree? |
I believe it did solve the problem for us, but it has been a while as well and I can't check the system right now (not in the lab for two weeks). Please verify again on your system and if it really fails I will drop the respective commit here.
That works as well, though I'm not sure whether it still works when all/some involved packages are built in a local workspace (as the case for us). |
OK, I will check it! |
- cmake drops support for <2.8.12 in the future - CMP0048 is only available from 3.0, but complains if it is unset so explicitly set the policy if we compile on newer cmake (very likely).
@v4hn |
I agree, but this is free labor and I definitely don't feel responsible to keep current repositories running with 10-year-old distributions at the cost of annoyances for the maintainers.
Indeed, he set up travis for this repository with indigo as well. (Leaving aside that the travis configs are broken since github actions were introduced.)
That still leaves the "cmake will not stay compatible with If you see @k-okada personally, please do talk to him about indigo vs (post-)noetic support.
Good to hear 👍 |
I agree.
@v4hn thank you !
I will talk to him. |
Spring cleaning of local patches we collected on our robot over time.
@knorth55 @davefeilseifer Could you please provide feedback/review?
I believe this workaround probably fixes issues reported here as well (though that could have referred to many other problems too).