Param class
A wrapper for a ROS parameter.
Properties
Methods
-
delete(
) → Future - Delete the parameter.
-
get(
) → Future - Get the parameter from the ROS node using the /rosapi/get_param service.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
dynamic value) → Future -
Set the
value
of the parameter. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited