WPILibC++ 2024.3.2
ComputerVisionUtil.h File Reference

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...