-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add rclc_parameter Quality Declaration #144
Conversation
@mergify backport galactic |
Command
Hey, I reacted but my real name is @Mergifyio |
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.
Thanks, @norro, can you copy-paste the output? @JanStaschulat that seems to be in the executor test also... |
Sure!
|
Those functions are not related to |
Hmm, all these functions The macro |
Signed-off-by: Jan Staschulat <[email protected]>
Co-authored-by: Jan Staschulat <[email protected]> Signed-off-by: Jan Staschulat <[email protected]>
Signed-off-by: Jan Staschulat <[email protected]>
Signed-off-by: Jan Staschulat <[email protected]>
Signed-off-by: Jan Staschulat <[email protected]>
5885006
to
126a762
Compare
Build of rclc_parameters in 126a762 fails on Windows 10 with
|
Those new symbols have the |
not yet:
|
No idea what is happening. Can you provide some tips @JanStaschulat? |
we have been working on it.
also this one would
We don't know, why the previous configuration with |
587dbf8
to
b101b3e
Compare
Thanks a lot |
b101b3e
to
a9a572d
Compare
@pablogs9 can you sign your commit? I tried to signoff the last three commits, but Github expects you to sign your commit. |
ec36b74
to
9836e9c
Compare
* Add tracing instrumentation for rcl_take Signed-off-by: Christophe Bedard <[email protected]> * Remove redundant publisher field in rcl_publish tracepoint Signed-off-by: Christophe Bedard <[email protected]> * Re-add publisher handle field in rcl_publish tracepoint Signed-off-by: Christophe Bedard <[email protected]>
9836e9c
to
5f31fbf
Compare
Signed-off-by: Pablo Garrido <[email protected]>
Signed-off-by: Jan Staschulat <[email protected]> Signed-off-by: Jan Staschulat <[email protected]>
Signed-off-by: Jan Staschulat <[email protected]> Signed-off-by: Jan Staschulat <[email protected]>
5f31fbf
to
6e82daa
Compare
There is a new commit on I commented on this problem here: ros2/rcl commit. |
This version of |
Nice, thanks a lot for the help. Merging. |
@mergify backport galactic |
* Add rclc_parameter Quality Declaration Signed-off-by: Jan Staschulat <[email protected]> * Update rclc_parameter/QUALITY_DECLARATION.md Co-authored-by: Jan Staschulat <[email protected]> Signed-off-by: Jan Staschulat <[email protected]> * added RCL_PUBLIC to function declarations in executor.h Signed-off-by: Jan Staschulat <[email protected]> * updated printf format string to %lld Signed-off-by: Jan Staschulat <[email protected]> * corrected printf format for 'unsigned long' Signed-off-by: Jan Staschulat <[email protected]> * Modify building library flag in params Signed-off-by: Pablo Garrido <[email protected]> * fix target_compile_definitions for visibility macro Signed-off-by: Jan Staschulat <[email protected]> Signed-off-by: Jan Staschulat <[email protected]> * ament_uncrustify Signed-off-by: Jan Staschulat <[email protected]> Signed-off-by: Jan Staschulat <[email protected]> Co-authored-by: Jan Staschulat <[email protected]> (cherry picked from commit 6f9f9f4)
Command
|
Command
Hey, I reacted but my real name is @Mergifyio |
Backport to Foxy we have to do more selectivly, I guess? |
We do not have parameters in Foxy, but the other changes yes... |
Signed-off-by: Jan Staschulat <[email protected]>
Created a selected backport for Foxy #182 to resolve missing visibility of new functions. |
Signed-off-by: Jan Staschulat <[email protected]>
* Add rclc_parameter Quality Declaration (#144) * Add rclc_parameter Quality Declaration Signed-off-by: Jan Staschulat <[email protected]> * Update rclc_parameter/QUALITY_DECLARATION.md Co-authored-by: Jan Staschulat <[email protected]> Signed-off-by: Jan Staschulat <[email protected]> * added RCL_PUBLIC to function declarations in executor.h Signed-off-by: Jan Staschulat <[email protected]> * updated printf format string to %lld Signed-off-by: Jan Staschulat <[email protected]> * corrected printf format for 'unsigned long' Signed-off-by: Jan Staschulat <[email protected]> * Modify building library flag in params Signed-off-by: Pablo Garrido <[email protected]> * fix target_compile_definitions for visibility macro Signed-off-by: Jan Staschulat <[email protected]> Signed-off-by: Jan Staschulat <[email protected]> * ament_uncrustify Signed-off-by: Jan Staschulat <[email protected]> Signed-off-by: Jan Staschulat <[email protected]> Co-authored-by: Jan Staschulat <[email protected]> (cherry picked from commit 6f9f9f4) * fixed dependency of rcl on galactic branch Signed-off-by: Jan Staschulat <[email protected]> Co-authored-by: Pablo Garrido <[email protected]> Co-authored-by: Jan Staschulat <[email protected]>
Closes #137