|
Formula Student Autonomous Systems
The code for the main driverless system
|
Struct for pose representation. More...
#include <pose.hpp>


Public Member Functions | |
| Pose ()=default | |
| Pose (Position position, double orientation, double orientation_noise=0.0, rclcpp::Time timestamp=rclcpp::Time(0)) | |
| Pose (double x, double y, double theta, double x_noise=0.0, double y_noise=0.0, double theta_noise=0.0, rclcpp::Time timestamp=rclcpp::Time(0)) | |
Public Attributes | |
| Position | position |
| double | orientation = 0.0 |
| double | orientation_noise = 0.0 |
| theta in radians | |
| rclcpp::Time | timestamp = rclcpp::Time(0) |
Struct for pose representation.
| position | Vehicle coordinates, x and y |
| orientation | Orientation of the vehicle in radians 0 radians is pointing in the positive x direction |
|
default |
| Pose::Pose | ( | Position | position, |
| double | orientation, | ||
| double | orientation_noise = 0.0, |
||
| rclcpp::Time | timestamp = rclcpp::Time(0) |
||
| ) |
| Pose::Pose | ( | double | x, |
| double | y, | ||
| double | theta, | ||
| double | x_noise = 0.0, |
||
| double | y_noise = 0.0, |
||
| double | theta_noise = 0.0, |
||
| rclcpp::Time | timestamp = rclcpp::Time(0) |
||
| ) |
| double common_lib::structures::Pose::orientation_noise = 0.0 |
| rclcpp::Time common_lib::structures::Pose::timestamp = rclcpp::Time(0) |