Skip to content
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

Support for a single thruster and a rudder #434

Closed
Fran-FC opened this issue Mar 2, 2022 · 3 comments
Closed

Support for a single thruster and a rudder #434

Fran-FC opened this issue Mar 2, 2022 · 3 comments

Comments

@Fran-FC
Copy link

Fran-FC commented Mar 2, 2022

Hello, I am trying to implement a boat simulation with a single thruster and a rudder, I was wondering if it is possible to do it using this repo. As for what I've seen for now, the boat included in the repo uses two thrusters for the navigation.

@bsb808
Copy link
Collaborator

bsb808 commented Mar 2, 2022

@Fran-FC
We don't have a platform in VRX that has fixed propeller and rudder. Our main use-case is supporting the RobotX competition which uses a common platform with differential thrust. There are many other parts of VRX that can be used, but you'd need either find or build a platform with the propulsion model you are considering.

You might look at the work by @srmainwaring - they have done some really cool work in the space and made important contributions to VRX. They might have a robot model that would work for you: https://github.com/srmainwaring

This project has some models that might be comparable - but it looks like project hasn't been active in awhile: https://github.com/disaster-robotics-proalertas/usv_sim_lsa

@bsb808 bsb808 closed this as completed Mar 2, 2022
@Fran-FC
Copy link
Author

Fran-FC commented Mar 3, 2022

Thank you for your reply! I saw the usv_sim_lsa repo but it is broken and unmaintained, I will try to implement myself the controller for the platform and include it in the vrx world

@mzahana
Copy link

mzahana commented Jul 17, 2022

Hi @Fran-FC !
I am planning to simulate a tugboat with a single engine, similar to what you mentioned. Are you able to implement the required model(s)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants