-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create controllers to simulate heave cone and battery messages #121
Comments
Consider using SCRecord (spring controller) or PCRecord (power controller) as reference |
the SpringController is a good example. Just ignore the services for commands some steps: in the plugin where the data originates
in the ROS2 controller plugin
|
@rhenthorn @quarkytale let me know if you have any questions about the steps above |
the Trefoil Controller will probably need to borrow from some of the stuff in the XBowAHRS controller to subscribe to IMU. Also, the Heave Cone link will need an IMU added to it (the IMU system plugin is already enabled) |
reopening for the TFController |
Create messages for heave cone (TFRecord) and battery (BCRecord) in buoy_interfaces/msg
Possibly add messages that match buoy, even if those values don't appreciably change, e.g. hydrogen in battery.
Assign one of @rhenthorn + @quarkytale
The text was updated successfully, but these errors were encountered: