-
Notifications
You must be signed in to change notification settings - Fork 235
Description
Currently we support the WAMV and CORA platforms. We have seen several requests for guidance on adding new vehicles. See:
- Support for a single thruster and a rudder #434
- Tutorial for adding a custom vehicle #465
- Tugboat simulation #476
- require c++17 #472 (discussion)
This issue could be partially resolved with a detailed tutorial, as suggested in #465. However, some aspects of our vehicle model are currently hard-coded to match the WAMV design (e.g. two cylindrical hulls) and even our mono-hull CORA vehicle is using this. In addition, some vehicles may require extending the thruster plugin's capabilities, as proposed in the following PRs:
We should support these features if possible, but we need to be mindful of any potential impacts on VRX competitors--in particular, it would be good to double check that any modifications which will propagate back to the WAMV are faithful to our theory of operations and don't have any unintended effects for the competition, or at least can be disabled if they do.