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

INAV Configurator with Helicopter support #1819

Draft
wants to merge 30 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
e4525e7
Merge pull request #3 from iNavFlight/master
Woga65 Aug 7, 2023
8b55319
enable rc-channel remapping for the first eight rc-channels
Woga65 Aug 7, 2023
419ebaf
add collective pitch related stuff
Woga65 Aug 7, 2023
2b49a19
load variable pitch (pre)releases fron the online repository
Woga65 Aug 7, 2023
89d0a47
Fix url to the author + commit message
Woga65 Aug 8, 2023
c3df811
package.json - correct version number
Woga65 Aug 8, 2023
19cee9b
Correct the accepted firmware version
Woga65 Aug 8, 2023
7dd0639
Downgrade nw-builder for compatibility reasons
Woga65 Aug 8, 2023
c1ec66b
add default settings for Heli-Quad
Woga65 Aug 9, 2023
a749f4b
heli_bicopter.svg: Corrected representation rotation direction for mo…
Woga65 Aug 11, 2023
172d7d2
3D Model for Twin-Rotor Heli (Chinook)
Woga65 Aug 12, 2023
eb657f3
show collective-pitch platforms only if suitable firmware is selected
Woga65 Aug 14, 2023
39f089c
Advanced Tuning: Add helicopter specific captions + help texts
Woga65 Aug 14, 2023
7b0edf5
implement dedicated timer usage heli motor+servo
Woga65 Aug 17, 2023
7dda9b8
receive full 32 bit timer usage flags from the FC (has been the first…
Woga65 Aug 18, 2023
71eaf03
suitable PID defaults for Heli-Quad
Woga65 Aug 18, 2023
a2222f5
move reception of full 32 bit timer usage flags to a new MSP2 API end…
Woga65 Aug 19, 2023
cf6fe3e
Get RC-channel remapping capabilities from the FC.
Woga65 Aug 20, 2023
60c6b07
translate generic RC-channel letters to collective-pitch letters when…
Woga65 Aug 20, 2023
fc3b9d8
Add helicopter flight modes (headspeeds). For switching those flight …
Woga65 Aug 26, 2023
443084b
Merge pull request #4 from iNavFlight/master
Woga65 Sep 1, 2023
2577424
Bumped version No. Added RPM display in Outputs tab.
Woga65 Sep 1, 2023
4bc9650
Merge pull request #5 from Woga65/woga65_6.1.0_vari-pitch
Woga65 Sep 1, 2023
e0fb642
Commented out code that is used for testing (different repo for relea…
Woga65 Sep 1, 2023
ef80a53
Bump versions of accepted releases
Woga65 Sep 1, 2023
b57dc64
Changed channel remapping from the AUX scheme to the channel number s…
Woga65 Sep 1, 2023
2684707
Default to stable releases. Removed comments (firmware flasher).
Woga65 Sep 1, 2023
11bcb29
Prepare getting + setting collective-pitch values for the IDLE-UP mod…
Woga65 Sep 1, 2023
8fa18f6
Added support for collective pitch hover settings. For flight mode NO…
Woga65 Sep 2, 2023
f154d48
Changed default RC-channel order. Read/write MSPV2 collective pitch h…
Woga65 Sep 27, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
3D Model for Twin-Rotor Heli (Chinook)
  • Loading branch information
Woga65 committed Aug 12, 2023
commit 172d7d29065ca3265ed5efd22259184f4078893b
2 changes: 1 addition & 1 deletion js/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ const mixerList = [
{
id: 36,
name: 'Chinook style Bicopter 120deg',
model: 'custom',
model: 'chinook',
image: 'heli_bicopter',
enabled: true,
legacy: true,
Expand Down
Loading