![]() |
WPILibC++ 2027.0.0-alpha-4
|
#include "wpi/math/geometry/Pose3d.hpp"#include "wpi/math/geometry/Transform3d.hpp"#include "wpi/util/SymbolExports.hpp"Go to the source code of this file.
Namespaces | |
| namespace | wpi |
| namespace | wpi::math |
Functions | |
| WPILIB_DLLEXPORT constexpr wpi::math::Pose3d | wpi::math::ObjectToRobotPose (const wpi::math::Pose3d &objectInField, const wpi::math::Transform3d &cameraToObject, const wpi::math::Transform3d &robotToCamera) |
| Returns the robot's pose in the field coordinate system given an object's field-relative pose, the transformation from the camera's pose to the object's pose (obtained via computer vision), and the transformation from the robot's pose to the camera's pose. | |