Param class

A wrapper for a ROS parameter.

Constructors

Param({required Ros ros, required String name})

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
Name of the parameter.
getter/setter pair
ros Ros
The ROS connection.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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