-
Notifications
You must be signed in to change notification settings - Fork 118
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
Gazebo: Add model for OmniCopter #55
Draft
srmainwaring
wants to merge
2
commits into
ArduPilot:master
Choose a base branch
from
srmainwaring:ignition/omnicopter
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
srmainwaring
force-pushed
the
ignition/omnicopter
branch
3 times, most recently
from
January 14, 2022 10:29
2bcedba
to
b3b2c65
Compare
srmainwaring
force-pushed
the
ignition/omnicopter
branch
4 times, most recently
from
January 26, 2022 14:13
d80285f
to
fcc40fd
Compare
srmainwaring
force-pushed
the
ignition/omnicopter
branch
from
December 23, 2022 17:07
fcc40fd
to
1662437
Compare
srmainwaring
force-pushed
the
ignition/omnicopter
branch
from
January 3, 2023 20:28
1662437
to
bed45d6
Compare
srmainwaring
force-pushed
the
ignition/omnicopter
branch
from
January 3, 2023 20:45
bed45d6
to
248f615
Compare
srmainwaring
changed the title
Add Ignition model for OmniCopter
Gazebo: Add model for OmniCopter
Jan 4, 2023
srmainwaring
force-pushed
the
ignition/omnicopter
branch
from
January 4, 2023 14:52
6ade5a6
to
3804b7c
Compare
1. Add initial version of Peter Hall's OmniCopter - Initial version of Peter Hall's OmniCopter - Add base model config and sdf - Add mesh files for base, tail booms and spinners - First draft of joint locations and orientations - Add runway model to demo 2. Add props and system plugins - Add prop visuals - Add JointStatePublisher system plugin - Add ApplyJointForce system plugins - Add LiftDrag system plugins (2x for each prop) - Add ArduPilotGazebo system plugin - Add control elements for each prop (all linked to channel 2 for initial testing) - Max RPM is 13185 (1381 rad/s) - Set prop rotation reversible 3. Update inertials and PIDs - Use settings from Iris quadcopter as an initial guess 4. Add force torque sensors to props and add params and scripts - Set up servo params correctly for AP plugin - Add parameters and scripts from the main AP repo and Peter Hall's RF model - Add force torque sensors and system plugin - Increase prop thrust by moving CP outwards and increasing prop area - Increase area of base collision to provide 'training wheels' while attempting a tune 5. Change frame for force sensor, update prop lift and params - Set params allow drone to circle, no stable attitude control 6. Add parameters and mixer for zero prop torque test case 7. Contract body collision and place motors precisely - Contract body collision to 0.25 x 0.25 x 0.25 cube - Use calculated values for motor positions and directions rather than estimates from Blender 8. Correct motor inertials - Adjust motor inertials so they are centred on the joint positions (and are symmetrically arranged) 9. Add thumbnails 10. Rename config and param files - Add suffix including the prop torque parameter value 11. Move thumbnails 12. Add model for Omnicopter - Update names of parameter files. - Add user document. Signed-off-by: Rhys Mainwaring <[email protected]>
- Migrate ignition to gz. Signed-off-by: Rhys Mainwaring <[email protected]>
srmainwaring
force-pushed
the
ignition/omnicopter
branch
from
January 10, 2023 11:19
3804b7c
to
838274d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This draft PR adds a Gazebo model for @IamPete1's OmniCopter
Usage
Gazebo and the plugins should be installed as per the ardupilot_gazebo wiki instructions.
Run Gazebo
Run ArduPilot SITL
Copy the script
Motors_6DoF.lua
to the SITL scripts directory, then start SITL,sim_vehicle.py -v ArduCopter -f JSON --add-param-file=$HOME/SITL_Models/Gazebo/config/omnicopter.param --console --map
Issues
The copter is not tuned and the attitude is not controlled. In 6DoF mode you can takeoff and
CIRCLE
but the copter constantly tumbles.