Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tracing instrumentation for rcl_take (#930)
* Add tracing instrumentation for rcl_take Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com> * Remove redundant publisher field in rcl_publish tracepoint Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com> * Re-add publisher handle field in rcl_publish tracepoint Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
- Loading branch information
4296dd1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@christophebedard . In the PR ros2/rclc#144 the github CI job for rcl on Rolling fails because of this commit:
Same error in CI-job on Galactic.
What do we have to do?
4296dd1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JanStaschulat you are building
rcl
from source but usingtracetools
fromapt
. You can:tracetools
&rcl
from sourcetracetools
&rcl
If you want to keep using binary dependencies, you probably should use the pre-release repository.
As for Galactic, you probably shouldn't use Galactic binaries with
rcl
@master
(you should usegalactic
here: https://github.com/ros2/rclc/blob/a540329f97e8910efd0151c8528f40d53ade9e9e/dependencies.repos#L4).4296dd1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@christophebedard Thanks for your advice. I updated for rolling configuration
use-ros2-testing=true
and updated for Galactic to usercl@galactic
.How often is a Rolling sync?
4296dd1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's every few weeks/every month or so. That's why using the pre-release repo is a better solution!