-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
fix some tests #2962
fix some tests #2962
Conversation
@wep21, your PR has failed to build. Please check CI outputs and resolve issues. |
@wep21, please properly fill in PR template in the future. @SteveMacenski, use this instead.
|
96be68a
to
bbb9447
Compare
There's 1 linting error Thanks for taking this on! What's the next steps here / changes you have in your fork that need to be made here to have CI turn over for Rolling? |
@SteveMacenski Could you create a jammy based builder image like |
@ruffsl is our master of such things, I want him to weigh in on this and decide if that's the right call |
This pull request is in conflict. Could you fix it @wep21? |
@wep21, your PR has failed to build. Please check CI outputs and resolve issues. |
@ruffsl should the user rebase? CI failing with gazebo/ros/dev/plugins and similar missing. I retriggered CI in case it was just an order thing |
The docker push action seemed to be failed. |
Yeah, it looks like the GitHub actions for rebuilding the CI image has failed due to broken apt package conflicts. I seem to have been lucky with my local rebuild just hours prior, so I'm not sure what must have changed and that short time window. In the meantime I'm pushing the builder stage I had built and tagged locally up to GitHub to bootstrap the CI for jammy. However I live in the boonies, so with my upload speed it will take a few hours. 🐌 |
@wep21, your PR has failed to build. Please check CI outputs and resolve issues. |
de07be0
to
93eb044
Compare
@SteveMacenski I fixed tests except for costmap filters, and I found out bt_navigator is never activated because of stucking |
The issue I see in CI first is Which is weird, some PR rebasing weirdness must have reverted that, @AlexeyMerzlyakov fixed that a few weeks ago. If you change
to That could cause the lifecycle manager to fail bringup if the controller server can't be activated so it can't active the BT navigator server. If it did, somehow, get into the activate state, the |
#2974 I opened this to see if that change fixes all of the issues, but I suspect it will |
Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp>
Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp>
Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp>
* fix test Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp> * add bt navigator into lifecycle manager Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp> * fix goal checker plugin Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp> * load keepout filter param Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp>
* fix test Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp> * add bt navigator into lifecycle manager Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp> * fix goal checker plugin Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp> * load keepout filter param Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp>
Basic Info
Description of contribution in a few bullet points
Description of documentation updates required from your changes
Future work that may be required in bullet points
For Maintainers: