added warning message

This commit is contained in:
Desmond Germans 2025-04-14 10:35:45 +02:00
parent 80e4f2628d
commit 5dc2e79158
1 changed files with 4 additions and 0 deletions

View File

@ -453,6 +453,10 @@ impl Node {
handlers.push(Box::pin(get_param_types_future));
// rcl_interfaces/srv/SetParametersAtomically
// NOTE: This is not a proper implementation of the specs, but rather a copy of set_parameters.
// On error, some of the parameters might already be set.
let set_params_atomically_request_stream =
self.create_service::<rcl_interfaces::srv::SetParametersAtomically::Service>(
&format!("{}/set_parameters_atomically", node_name),