Feature request
Feature description
It would be great to add these two methods to rclcpp::[A]syncParametersClient:
load_parameters to do the same as ros2 param load [node] [yaml_file]
delete_parameters to do the same as ros2 param delete [node] [parameters]
Implementation considerations
Right now, I am using a system call to execute these two commands.