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

Hack/force sensor #686

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

Hack/force sensor #686

wants to merge 17 commits into from

Conversation

maxb91
Copy link
Contributor

@maxb91 maxb91 commented Nov 18, 2021

Changes w.r.t. master:

  • Added force/torque sensor plugin
  • Added measurement divisor to IMU plugin
  • Parameterizations of PID gains for OMAV tilt angles

In my opinion the naming 'hack' is a bit misleading as it only refers to rotating the force/torque measurements into our commonly used frame before publishing them. (line shown below)

As the changes should not interfere with any other existing simulations I'd suggest we should merge it to master.

wrench_msg_.wrench.force.x = -force[2];

@maxb91 maxb91 self-assigned this Nov 18, 2021
@ethzasl-jenkins
Copy link

Can one of the admins verify this patch?

clanegge and others added 3 commits October 9, 2022 14:03
servo motor number was incremented by hardcoded value 12. This only works if you have 12 normal motors....
Macro now requires the number of the tilt-motor to be specified.
Only changed for single-rotor unit (for now) to keep backwards compatibility with the old OMAV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants