bipedal locomotion framework
A suite of libraries for achieving bipedal locomotion on humanoid robots
BipedalLocomotion Namespace Reference

Namespaces

 YarpUtilities
 Helper for YARP library.
 

Functions

System::IClockclock ()
 Get the clock singleton.
 
std::shared_ptr< TextLogging::Logger > const log ()
 Get an the instance of the log.
 
template<typename Factory = spdlog::synchronous_factory>
std::shared_ptr< TextLogging::Logger > RosSink_mt (const std::string &loggerName, const rclcpp::Logger &rosLogger)
 
std::shared_ptr< TextLogging::Logger > _createLogger (const std::string &name, const rclcpp::Logger &rosLogger)
 
std::shared_ptr< TextLogging::Logger > _createLogger (const std::string &name)
 
template<typename Factory = spdlog::synchronous_factory>
std::shared_ptr< TextLogging::Logger > YarpSink_mt (const std::string &loggerName)
 

Detailed Description