Module ros2_client::parameters

source ·
Expand description

Rust-like representation of ROS2 Parameters

Parameters are key-value paris that can be set in application code, on the command line (not yet implemented), from environment variables (not implemented), or remotely.

Paramters can be queried and set remotely using e.g. the ros2 param or rqt tools from ROS 2. This only works for Nodes that have enabled Parameter Services and are running a Spinner.

Modules§

  • Raw, ROS2-compatible Parameters for sending over the wire. Not for use in a Rust application.

Structs§

Enums§

Type Aliases§