-
Notifications
You must be signed in to change notification settings - Fork 0
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
action bridge rebased mojin #13
action bridge rebased mojin #13
Conversation
what I can say already:
some observation:
versus
i.e. I'm missing the Goal Status output on the second bridge - will investigate... |
unfortunately, the exception still occurred with the feature branch - I guess I'm going to merge the launch file as a temporary workaround to buy us some more time #12 |
3388321
to
ffef386
Compare
Co-authored-by: Geoffrey Biggs <[email protected]> Signed-off-by: Harsh Deshpande <[email protected]>
Co-authored-by: Geoffrey Biggs <[email protected]> Signed-off-by: Harsh Deshpande <[email protected]>
Co-authored-by: Geoffrey Biggs <[email protected]> Signed-off-by: Harsh Deshpande <[email protected]>
Co-authored-by: Geoffrey Biggs <[email protected]> Signed-off-by: Harsh Deshpande <[email protected]>
Co-authored-by: Geoffrey Biggs <[email protected]> Signed-off-by: Harsh Deshpande <[email protected]>
Co-authored-by: Geoffrey Biggs <[email protected]> Signed-off-by: Harsh Deshpande <[email protected]>
Signed-off-by: Harsh Deshpande <[email protected]>
Signed-off-by: Harsh Deshpande <[email protected]>
Signed-off-by: Harsh Deshpande <[email protected]>
Signed-off-by: Harsh Deshpande <[email protected]>
Signed-off-by: Harsh Deshpande <[email protected]>
Signed-off-by: Harsh Deshpande <[email protected]>
Signed-off-by: Harsh Deshpande <[email protected]>
Signed-off-by: Harsh Deshpande <[email protected]>
4cf0f70
to
3deb773
Compare
what I can see with my additional logging is that the goal of the
|
these cancel calls are being triggered by the SM ❗
maybe some timeout or something... |
33a3fcb
to
f68235f
Compare
I still fail to actually here is a log of the latest commit:
but here are my insights and thoughts:
@benmaidel maybe we can have a look at this together tomorrow as you know more about the actual ActionServer part |
For debugging I would suggest to enable core dumps for this node. Core dumps can then be used to debug the problem in gdb. For this to work properly, the debug symbols needs to be attached during compilation. How to enable compiling with debug in ros2 with colon
How to enable core dumps
|
failed with a linker error somehow, thus I used
the coredump can directly be investigated in
then use |
showing the backtrace actually takes quite some time to load! here is the output:
also changing the
OR
|
This also sounds relevant: I also see that in the |
@benmaidel |
closing in favor of #15 |
the commits were not completely obsolete as they e.g. fix format warnings in the CI and also allow proper logging for both |
567dae9
to
f4572b2
Compare
f4572b2
to
8ddb3c2
Compare
ref https://github.com/4am-robotics/orga/issues/3731 - see https://github.com/4am-robotics/orga/issues/3731#issuecomment-1629126734
cherry-picked the latest additional commits from ros2#256
which came in later than our branch off in #2
I hope one of the commits fixes our exception in the action_bridge