ros param server related migration to ros2 in Python
Hi,
I have a dependency of the get_param method of rospy in ros2 (Python) but not able to find for the same.
def get_param(param_name, default=_unspecified)
I need API to get the parameter in ROS2 Python. Please help me for the same.