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
Copy file name to clipboardexpand all lines: docs/docs/Tutorials/ROS2/CppLinearDamperExample.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -241,7 +241,7 @@ reduced when retracting.
241
241
### Controller
242
242
243
243
All that is left is to connect the necessary feedback data to the `ControlPolicy`. In this case,
244
-
`rpm`, `scale`, and `retract` are present in [`buoy_interfaces.msg.PCRecord`](https://github.com/osrf/mbari_wec_utils/blob/v1.1.0-rc1/buoy_interfaces/msg/PCRecord.msg) on the `/power_data`
244
+
`rpm`, `scale`, and `retract` are present in [`buoy_interfaces.msg.PCRecord`](https://github.com/osrf/mbari_wec_utils/blob/release/v1.1.0-rc1/buoy_interfaces/msg/PCRecord.msg) on the `/power_data`
245
245
topic published by the Power Controller running on the buoy.
246
246
247
247
To access the data, all that is required is to define the callback
0 commit comments