ros param server related migration to ros2 in Python

asked 2019-02-13 06:36:07 -0500

Gabbar gravatar image

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.

edit retag flag offensive close merge delete