-
Notifications
You must be signed in to change notification settings - Fork 67
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
Add omnidirectional boat model and ocean world #36
base: main
Are you sure you want to change the base?
Conversation
Right now I'm facing an issue related to thrusters not spinning when control signal is sent. I tried controlling the thrusters from QGC as well as sending data directly to topic both with no result TODO:
|
Looks promising. Let me know when it's ready for review. Don't forget to add the necessary airframe config file to PX4 (and amend the respective CMake). |
What colors would you like for thrusters to differentiate between clockwise and counterclockwise? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added simplified mesh so now its about 250kB. We will add thrusters visuals soon |
Changing coordinates for Sarasota
As part of SimLE SeaSentinel programme at Gdańsk University of Technology we are working on simulation environment and position controller for boats capable of omnidirectional movement. This PR adds ocean world based on
https://fuel.gazebosim.org/1.0/OpenRobotics/models/Coast%20Water
visual model with added buoyancy and SeaSentinel's omnidirectional boat model currently using rover position control.