You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expire duration of cmd_vel. After this duration since receiving cmd_vel, velocity and angular velocity is set to zero.
Negative or zero value disables this feature.
~/ad?_enable [bool: false]
~/ad?_name [string: "ad" + i]
Published topic name
~/ad?_gain [float: 1.0]
~/ad?_offset [float: 0.0]
~/dio?_enable [bool: false]
~/dio?_name [string: "dio" + i]
Subscribed topic name and published IO pin name.
~/dio?_output [bool: true]
~/dio?_input [bool: false]
~/dio?_default [string: "HIGH_IMPEDANCE"]
Default output state.
~/odom_id [string: "odom"]
Odometry frame id.
~/base_link_id [string: "base_link"]
base_link frame id.
~/hz [float: 200.0]
Frequency to publish odometry data.
~/odometry_mode [string: "diff"]
~/max_joint_id [int: 32]
~/joint?_enable [bool: false]
~/joint?_name [string: "joint" + i]
~/vel [float: max velocity specified in the parameter file]
~/acc [float: max acceleration specified in the parameter file]
~/angvel [float: max angular velocity specified in the parameter file]
~/angacc [float: max angular acceleration specified in the parameter file]