rviz common ros service property#1548
Conversation
rviz_common/include/rviz_common/properties/ros_service_property.hpp
Outdated
Show resolved
Hide resolved
rviz_common/src/rviz_common/properties/ros_service_property.cpp
Outdated
Show resolved
Hide resolved
|
Thanks for the review @ahcorde |
yes, please. Retarget both PRs to |
c9ea616 to
197920c
Compare
Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Signed-off-by: Joshua Supratman <supratmanjoshua@gmail.com>
Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Signed-off-by: Joshua Supratman <supratmanjoshua@gmail.com>
197920c to
38af523
Compare
| void setServiceType(const QString & service_type); | ||
|
|
||
| QString getServiceType() const | ||
| {return service_type_;} |
There was a problem hiding this comment.
move implementation to cpp, here and below
|
Pulls: #1548 |
ahcorde
left a comment
There was a problem hiding this comment.
See this comment #1549 (review)
Signed-off-by: Alejandro Hernández Cordero <alejandro@openrobotics.org>
|
@ahcorde |
Adding a new virtual method will break ABI, I don't think we can backport this one |
Description
Fixes #1540
Added a new property similar to RosTopicProperty but list services instead.
Is this user-facing behavior change?
Did you use Generative AI?
none
Additional Information
Usage is similar to RosTopicProperty except you will want to set service type instead of message type.