-
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 Pik-20B sailplane #97
base: master
Are you sure you want to change the base?
Gazebo: Add Pik-20B sailplane #97
Commits on Jun 10, 2023
-
Sailplane: initial draft of Pik-20B sailplane
- Add model template and meshes. Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 404756f - Browse repository at this point
Copy the full SHA 404756fView commit details -
Sailplane: configure wheel joints
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a326497 - Browse repository at this point
Copy the full SHA a326497View commit details -
Sailplane: configure elevator and rudder joints
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 34b3c0d - Browse repository at this point
Copy the full SHA 34b3c0dView commit details -
Sailplane: add engine, prop and thruster plugin
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b2ca982 - Browse repository at this point
Copy the full SHA b2ca982View commit details -
Sailplane: update CoM pose for wheels, elevator and rudder
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 839c336 - Browse repository at this point
Copy the full SHA 839c336View commit details -
Sailplane: correct typo in left aileron mesh name
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6de8ba - Browse repository at this point
Copy the full SHA b6de8baView commit details -
Sailplane: correct joint lower limit for elevator and rudder
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e75330 - Browse repository at this point
Copy the full SHA 2e75330View commit details -
Sailplane: configure aileron joints
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22d1c95 - Browse repository at this point
Copy the full SHA 22d1c95View commit details -
Sailplane: add joint controller plugins for ailerons, elevator and ru…
…dder Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab57bcc - Browse repository at this point
Copy the full SHA ab57bccView commit details -
Sailplane: reoreder joint controller plugins
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8be08f4 - Browse repository at this point
Copy the full SHA 8be08f4View commit details -
Sailplane: configure flap joints and controllers
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 401e92c - Browse repository at this point
Copy the full SHA 401e92cView commit details
Commits on Jun 11, 2023
-
Sailplane: add CP visuals and lift-drag plugins
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4599bf - Browse repository at this point
Copy the full SHA f4599bfView commit details -
Sailplane: update CoM positions and inertia estimates
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd33e69 - Browse repository at this point
Copy the full SHA dd33e69View commit details -
Sailplane: add imu and navsat sensors
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 091265e - Browse repository at this point
Copy the full SHA 091265eView commit details -
Sailplane: add joint state publisher
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ed4861 - Browse repository at this point
Copy the full SHA 6ed4861View commit details -
Sailplane: tune position controller pids
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 54517af - Browse repository at this point
Copy the full SHA 54517afView commit details -
Sailplane: configure thruster plugin to use cmd_vel
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b9e010 - Browse repository at this point
Copy the full SHA 8b9e010View commit details -
Sailplane: add ardupilot_gazebo plugin and configure controllers
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8615d11 - Browse repository at this point
Copy the full SHA 8615d11View commit details
Commits on Jun 12, 2023
-
Sailplane: align links and CoM part 1 - fuselage
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for acce950 - Browse repository at this point
Copy the full SHA acce950View commit details -
Sailplane: align links and CoM part 2 - wheels
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d0b5b2 - Browse repository at this point
Copy the full SHA 0d0b5b2View commit details -
Sailplane: align links and CoM part 3 - flaps
- Update joint controller pids. Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 513f63a - Browse repository at this point
Copy the full SHA 513f63aView commit details -
Sailplane: align links and CoM part 4 - ailerons, elevator and rudder
- Update remaining control surfaces. - Enable system plugins. Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82704a5 - Browse repository at this point
Copy the full SHA 82704a5View commit details -
Sailplane: align links and CoM part 5 - remove commented poses
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 594c29e - Browse repository at this point
Copy the full SHA 594c29eView commit details
Commits on Jun 14, 2023
-
Sailplane: configure for flight
- Adjust CoM forward 0.2 m - Reduce engine thrust coefficient. - Disable flaps. - Correct area of control surfaces in lift-drag plugins. - Update linear drag coefficient. - Update AoA for v-stab and rudder. - Correct signs for aileron and elevator control channels. - Add wing supports for testing balance. Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e92d9d3 - Browse repository at this point
Copy the full SHA e92d9d3View commit details -
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51f3e11 - Browse repository at this point
Copy the full SHA 51f3e11View commit details
Commits on Jun 15, 2023
-
Sailplane: update thrust system coefficients
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a178e36 - Browse repository at this point
Copy the full SHA a178e36View commit details
Commits on Jun 16, 2023
-
Sailplane: update aerodynamics coefficients
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb97fa0 - Browse repository at this point
Copy the full SHA eb97fa0View commit details
Commits on Jun 19, 2023
-
Sailplane: update CoM position, engine pitch and elevator control.
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d04bc5 - Browse repository at this point
Copy the full SHA 3d04bc5View commit details -
Sailplane: add doc and params.
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b839a2 - Browse repository at this point
Copy the full SHA 7b839a2View commit details
Commits on Jul 3, 2023
-
Sailplane: add images for lift-drag coefficient approx
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d77b4b2 - Browse repository at this point
Copy the full SHA d77b4b2View commit details