We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5991204 commit 6d08801Copy full SHA for 6d08801
rclrs/src/action.rs
@@ -78,17 +78,17 @@ impl<T> ServerGoalHandle<T>
78
where
79
T: rosidl_runtime_rs::Action,
80
{
81
- pub(crate) fn new(rcl_handle: Arc<rcl_action_goal_handle_t>) {}
+ pub fn new(rcl_handle: Arc<rcl_action_goal_handle_t>) {}
82
83
- pub(crate) fn is_canceling(&self) -> bool {
+ pub fn is_canceling(&self) -> bool {
84
false
85
}
86
87
- pub(crate) fn is_active(&self) -> bool {
+ pub fn is_active(&self) -> bool {
88
89
90
91
- pub(crate) fn is_executing(&self) -> bool {
+ pub fn is_executing(&self) -> bool {
92
93
94
0 commit comments