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
`odom_frame`| The robot's odometry frame ID | `odom`
159
161
`latch_cmd_duration` | If this many seconds passes without receiving a velocity command the robot stops | `0.2`
160
162
`loop_hz` | Frequency of internal update loop | `10.0`
161
-
`publish_tf` | Publish the transform from `odom_frame` to `base_frame` | `true`
163
+
`publish_tf` | Publish the transform from `odom_frame` to `base_frame` | `true`
162
164
`robot_model` | The type of robot being controlled (supported values: `ROOMBA_400`, `CREATE_1` and `CREATE_2`) | `CREATE_2`
163
165
`baud` | Serial baud rate | Inferred based on robot model, but is overwritten upon providing a value
164
166
`oi_mode_workaround` | Some Roomba models incorrectly report the current OI mode in their sensor streams. Setting this to `true` will cause `libcreate` to decrement the OI mode received in the sensor stream by `1` | `false`
`odom`| Robot odometry according to wheel encoders | [nav_msgs/msg/Odometry][odometry]
189
191
`wheeldrop`| At least one of the drive wheels has dropped | [std_msgs/msg/Empty][empty]
190
192
`/tf`| The transform from the `odom` frame to `base_footprint`. Only if the parameter `publish_tf` is `true`| [tf2_msgs/msg/TFMessage](https://docs.ros2.org/foxy/api/tf2_msgs/msg/TFMessage.html)
193
+
`diagnostics`| Info about the battery charge, wheeldrop/cliff state, robot mode, and serial connection | [diagnostic_msgs/msg/DiagnosticArray](https://docs.ros2.org/foxy/api/diagnostic_msgs/msg/DiagnosticArray.html)
191
194
192
195
193
196
### Subscribers
@@ -240,7 +243,7 @@ Contributing to the development and maintenance of _create\_autonomy_ is encoura
240
243
- Confirms driver works with Roomba 700 and 800 series.
0 commit comments