WPILibC++ 2023.4.3-108-ge5452e3
Pose3d.h File Reference
#include <wpi/SymbolExports.h>
#include "Pose2d.h"
#include "Transform3d.h"
#include "Translation3d.h"
#include "Twist3d.h"

Go to the source code of this file.

Classes

class  frc::Pose3d
 Represents a 3D pose containing translational and rotational elements. More...
 

Namespaces

namespace  wpi
 
namespace  frc
 

Functions

WPILIB_DLLEXPORT void frc::to_json (wpi::json &json, const Pose3d &pose)
 
WPILIB_DLLEXPORT void frc::from_json (const wpi::json &json, Pose3d &pose)