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

Fix RC channels count being zero, when channels values exists #2006

Open
wants to merge 1 commit into
base: ros2
Choose a base branch
from

Conversation

r8d8
Copy link

@r8d8 r8d8 commented Oct 25, 2024

Mission Planner don't ever set channel count.
Mavros skips all RC values in this case
Refers #1997

Mission Planner don't ever  set channel count
Copy link
Member

@vooon vooon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That must be fixed on Mission Planner side.

@@ -67,6 +69,7 @@ include_directories(
${mavlink_INCLUDE_DIRS}
${EIGEN3_INCLUDE_DIRS}
${GeographicLib_INCLUDE_DIRS}
${PYTHON_INCLUDE_DIRS}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What for? There no native python extension or calling python code from the c++.

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

Successfully merging this pull request may close these issues.

2 participants