Carma-platform v4.2.0
CARMA Platform is built on robot operating system (ROS) and utilizes open source software (OSS) that enables Cooperative Driving Automation (CDA) features to allow Automated Driving Systems to interact and cooperate with infrastructure and other vehicles through communication.
|
#include <msg_conversion.hpp>
Public Member Functions | |
SdsmToDetectionListConfig ()=default | |
Public Attributes | |
bool | overwrite_covariance {false} |
double | pose_covariance_x {0.125} |
double | pose_covariance_y {0.125} |
double | pose_covariance_z {0.125} |
double | pose_covariance_yaw {0.005} |
double | twist_covariance_x {0.005} |
double | twist_covariance_z {0.005} |
double | twist_covariance_yaw {0.005} |
bool | adjust_pose {false} |
double | x_offset {0.0} |
double | y_offset {0.0} |
double | yaw_offset {0.0} |
Friends | |
std::ostream & | operator<< (std::ostream &os, const SdsmToDetectionListConfig &config) |
Definition at line 44 of file msg_conversion.hpp.
|
default |
|
friend |
Definition at line 62 of file msg_conversion.hpp.
bool carma_cooperative_perception::SdsmToDetectionListConfig::adjust_pose {false} |
Definition at line 56 of file msg_conversion.hpp.
Referenced by carma_cooperative_perception::SdsmToDetectionListNode::handle_on_configure().
bool carma_cooperative_perception::SdsmToDetectionListConfig::overwrite_covariance {false} |
Definition at line 48 of file msg_conversion.hpp.
Referenced by carma_cooperative_perception::SdsmToDetectionListNode::handle_on_configure().
double carma_cooperative_perception::SdsmToDetectionListConfig::pose_covariance_x {0.125} |
Definition at line 49 of file msg_conversion.hpp.
Referenced by carma_cooperative_perception::SdsmToDetectionListNode::handle_on_configure().
double carma_cooperative_perception::SdsmToDetectionListConfig::pose_covariance_y {0.125} |
Definition at line 50 of file msg_conversion.hpp.
Referenced by carma_cooperative_perception::SdsmToDetectionListNode::handle_on_configure().
double carma_cooperative_perception::SdsmToDetectionListConfig::pose_covariance_yaw {0.005} |
Definition at line 52 of file msg_conversion.hpp.
Referenced by carma_cooperative_perception::SdsmToDetectionListNode::handle_on_configure().
double carma_cooperative_perception::SdsmToDetectionListConfig::pose_covariance_z {0.125} |
Definition at line 51 of file msg_conversion.hpp.
Referenced by carma_cooperative_perception::SdsmToDetectionListNode::handle_on_configure().
double carma_cooperative_perception::SdsmToDetectionListConfig::twist_covariance_x {0.005} |
Definition at line 53 of file msg_conversion.hpp.
Referenced by carma_cooperative_perception::SdsmToDetectionListNode::handle_on_configure().
double carma_cooperative_perception::SdsmToDetectionListConfig::twist_covariance_yaw {0.005} |
Definition at line 55 of file msg_conversion.hpp.
Referenced by carma_cooperative_perception::SdsmToDetectionListNode::handle_on_configure().
double carma_cooperative_perception::SdsmToDetectionListConfig::twist_covariance_z {0.005} |
Definition at line 54 of file msg_conversion.hpp.
Referenced by carma_cooperative_perception::SdsmToDetectionListNode::handle_on_configure().
double carma_cooperative_perception::SdsmToDetectionListConfig::x_offset {0.0} |
Definition at line 57 of file msg_conversion.hpp.
Referenced by carma_cooperative_perception::SdsmToDetectionListNode::handle_on_configure().
double carma_cooperative_perception::SdsmToDetectionListConfig::y_offset {0.0} |
Definition at line 58 of file msg_conversion.hpp.
Referenced by carma_cooperative_perception::SdsmToDetectionListNode::handle_on_configure().
double carma_cooperative_perception::SdsmToDetectionListConfig::yaw_offset {0.0} |
Definition at line 59 of file msg_conversion.hpp.
Referenced by carma_cooperative_perception::SdsmToDetectionListNode::handle_on_configure().