Control movement without using goto_location() function PX4/MAVSDK

Is it possible to control a multirotor’s movement by adjusting pitch, yaw, and roll? For example, if I want to move the drone 20 meters to the right without changing the current heading, can I do that without calling a goto_location(coordinates) method?

Figured it out. Offboard Control provides the tools that I was looking for.