|
Carma-platform v4.11.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.
|
Functions | |
| std::string | basicPointToStream (lanelet::BasicPoint2d point) |
| Helper function to convert a lanelet::BasicPoint2d to a string. More... | |
| std::string | pointSpeedPairToStream (waypoint_generation::PointSpeedPair point) |
| Helper function to convert a PointSpeedPair to a string. More... | |
| template<class T > | |
| void | printDebugPerLine (const std::vector< T > &values, std::function< std::string(T)> func) |
| Print a RCLCPP_DEBUG_STREAM for each value in values where the printed value is a string returned by func. More... | |
| template<class T > | |
| void | printDebugPerLine (const std::vector< T > &values, std::string(*free_func)(T)) |
| Print a RCLCPP_DEBUG_STREAM for each value in values where the printed value is a string returned by free_func. More... | |
| void | printDoublesPerLineWithPrefix (const std::string &prefix, const std::vector< double > &values) |
| Print a RCLCPP_DEBUG_STREAM for each value in values where the printed value is << prefix << value. More... | |
| std::string basic_autonomy::log::basicPointToStream | ( | lanelet::BasicPoint2d | point | ) |
Helper function to convert a lanelet::BasicPoint2d to a string.
Definition at line 40 of file log.cpp.
References process_traj_logs::point.
Referenced by basic_autonomy::waypoint_generation::compose_lanefollow_trajectory_from_path(), and pointSpeedPairToStream().

| std::string basic_autonomy::log::pointSpeedPairToStream | ( | waypoint_generation::PointSpeedPair | point | ) |
Helper function to convert a PointSpeedPair to a string.
Definition at line 49 of file log.cpp.
References basicPointToStream(), and process_traj_logs::point.
Referenced by basic_autonomy::waypoint_generation::compose_lanefollow_trajectory_from_path().


| void basic_autonomy::log::printDebugPerLine | ( | const std::vector< T > & | values, |
| std::function< std::string(T)> | func | ||
| ) |
Print a RCLCPP_DEBUG_STREAM for each value in values where the printed value is a string returned by func.
Definition at line 58 of file log.hpp.
References basic_autonomy::get_logger().
Referenced by basic_autonomy::waypoint_generation::compose_lanefollow_trajectory_from_path(), and printDebugPerLine().


| void basic_autonomy::log::printDebugPerLine | ( | const std::vector< T > & | values, |
| std::string(*)(T) | free_func | ||
| ) |
Print a RCLCPP_DEBUG_STREAM for each value in values where the printed value is a string returned by free_func.
Definition at line 70 of file log.hpp.
References printDebugPerLine().

| void basic_autonomy::log::printDoublesPerLineWithPrefix | ( | const std::string & | prefix, |
| const std::vector< double > & | values | ||
| ) |
Print a RCLCPP_DEBUG_STREAM for each value in values where the printed value is << prefix << value.
Print a ROS_DEBUG_STREAM for each value in values where the printed value is << prefix << value.
Definition at line 59 of file log.cpp.
References basic_autonomy::get_logger().
Referenced by basic_autonomy::waypoint_generation::compose_lanefollow_trajectory_from_path(), and basic_autonomy::waypoint_generation::optimize_speed().

