WPILibC++ 2024.3.2
|
#include <initializer_list>
#include <span>
#include <wpi/SymbolExports.h>
#include <wpi/json_fwd.h>
#include "frc/geometry/Rotation2d.h"
#include "frc/geometry/Transform2d.h"
#include "frc/geometry/Translation2d.h"
#include "frc/geometry/Twist2d.h"
#include "frc/geometry/proto/Pose2dProto.h"
#include "frc/geometry/struct/Pose2dStruct.h"
#include "frc/geometry/Pose2d.inc"
Go to the source code of this file.
Classes | |
class | frc::Pose2d |
Represents a 2D pose containing translational and rotational elements. More... | |
Namespaces | |
namespace | frc |
Functions | |
WPILIB_DLLEXPORT void | frc::to_json (wpi::json &json, const Pose2d &pose) |
WPILIB_DLLEXPORT void | frc::from_json (const wpi::json &json, Pose2d &pose) |