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.
log.cpp File Reference
Include dependency graph for log.cpp:

Go to the source code of this file.

Namespaces

namespace  basic_autonomy
 
namespace  basic_autonomy::log
 

Functions

std::string basic_autonomy::log::basicPointToStream (lanelet::BasicPoint2d point)
 Helper function to convert a lanelet::BasicPoint2d to a string. More...
 
std::string basic_autonomy::log::pointSpeedPairToStream (waypoint_generation::PointSpeedPair point)
 Helper function to convert a PointSpeedPair to a string. More...
 
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. More...