Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

A two-axis gimbal is a robotic mechanism that keeps a camera or sensor pointed steadily even when its base tilts or shakes. It usually controls pitch, which is up and down rotation, and roll, which is side to side rotation. This matters in drones, robots, vehicles, and handheld devices because clear images and accurate sensor readings depend on stable orientation.

By separating the motion of the base from the motion of the payload, the gimbal reduces blur and pointing error.

Understanding Robotics: Two-Axis Gimbal

A gimbal works by creating moving reference frames. The outer frame is attached to the vehicle or handle. One motor turns an inner frame, while another motor turns the payload frame.

Each frame carries part of the load and moves around its own pivot. The order of these axes matters. If the roll frame sits inside the pitch frame, a pitch movement changes the direction in which the roll mechanism is carried.

Designers must account for this geometry in the control software. A two-axis system cannot correct every possible turn. If the base rotates around its vertical direction, called yaw, the camera may keep its tilt but still point to a different compass direction.

The motor does more than move the payload into a new position. It must continually resist unwanted turning caused by motion, gravity, cable pull, and vibration. A heavy camera placed far from the pivot has a large rotational inertia.

It is harder to start, stop, or correct quickly. Good mechanical balance reduces this problem. Before power is applied, a balanced payload should not strongly fall toward one side when released.

Balance lowers the steady effort needed from the motors, reduces heating, and leaves more motor strength for rapid corrections. A poorly balanced gimbal can appear to work on a desk yet fail during fast vehicle motion.

The controller estimates how far the actual orientation has moved from the desired orientation, then commands a correcting torque. Proportional control gives a stronger response when the error is larger. Used alone, it can overshoot and cause a visible wobble.

Many practical gimbals add a derivative term, which reacts to rotation speed and provides damping. Some add an integral term to remove small errors that remain for a long time. These settings must be tuned carefully.

Too little response makes the camera lag behind. Too much response makes the system shake or buzz. The best settings depend on payload mass, motor strength, friction, and the amount of vibration entering through the frame.

Students meet gimbal ideas in phone video stabilisation, drone cameras, robotic arms, and vehicle mounted sensors. The same principles matter whenever a machine needs a stable direction of view. When testing a gimbal, watch for delay, oscillation, drifting level, and sudden motion near the travel limits.

Sensor calibration is important because a small bias in a gyro can slowly produce a false orientation estimate. Accelerometers can help identify the direction of gravity, but strong acceleration from a moving drone or car can temporarily confuse them.

Wires need enough slack to move freely, yet loose wires can tug on the payload. Careful mounting, balance, sensor data, and feedback control all contribute to stable motion.

Key Facts

  • Pitch rotation tilts the camera up or down about a horizontal axis.
  • Roll rotation tilts the camera left or right about the viewing direction.
  • Torque from a motor is related to angular acceleration by tau = I alpha.
  • Angular error can be estimated as theta_error = theta_target - theta_measured.
  • A basic proportional control command is tau = Kp theta_error.
  • IMU sensors measure angular velocity and acceleration to estimate the gimbal orientation.

Vocabulary

Gimbal
A gimbal is a pivoting support that allows a payload to rotate about one or more axes while staying controlled.
Pitch
Pitch is rotation that points the camera or sensor upward or downward.
Roll
Roll is rotation that tilts the camera or sensor clockwise or counterclockwise around its forward direction.
IMU
An inertial measurement unit is a sensor package that measures acceleration and angular velocity to help estimate orientation.
Feedback control
Feedback control uses measured error to adjust motor output and move a system toward a desired state.

Common Mistakes to Avoid

  • Confusing pitch and roll: pitch changes where the camera points vertically, while roll changes how level the horizon appears.
  • Assuming the gimbal cancels all motion: a two-axis gimbal cannot directly correct yaw rotation unless a third axis is added.
  • Ignoring the payload mass and inertia: heavier or more spread-out cameras need more motor torque because tau = I alpha.
  • Setting feedback gain too high: excessive gain can make the gimbal overshoot, vibrate, or become unstable instead of holding steady.

Practice Questions

  1. 1 A gimbal motor applies a torque of 0.060 N m to a camera assembly with rotational inertia 0.020 kg m^2 about the pitch axis. What angular acceleration does it produce?
  2. 2 The roll angle measured by the IMU is 8 degrees, and the desired roll angle is 0 degrees. If a proportional controller uses Kp = 0.015 N m per degree, what corrective torque command is produced?
  3. 3 A robot base suddenly tilts to the right while the gimbal camera remains level. Explain how the IMU measurement and roll motor work together to reduce the disturbance.