WPILibC++ 2023.4.3-108-ge5452e3
|
#include <wpi/SymbolExports.h>
#include "frc/geometry/Pose3d.h"
#include "frc/geometry/Transform3d.h"
Go to the source code of this file.
Namespaces | |
namespace | frc |
Functions | |
WPILIB_DLLEXPORT frc::Pose3d | frc::ObjectToRobotPose (const frc::Pose3d &objectInField, const frc::Transform3d &cameraToObject, const frc::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. More... | |