moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
Main namespace for MoveIt. More...
Namespaces | |
core | |
Core components of MoveIt. | |
hybrid_planning | |
planning_interface | |
Simple interface to MoveIt components. | |
planning_pipeline_interfaces | |
policies | |
semantic_world | |
servo_client | |
tools | |
This namespace includes classes and functions that are helpful in the implementation of other MoveIt components. This is not code specific to the functionality provided by MoveIt. | |
utils | |
Classes | |
class | ConstructException |
This may be thrown during construction of objects if errors occur. More... | |
class | Exception |
This may be thrown if unrecoverable errors occur. More... | |
Functions | |
void | setNodeLoggerName (const std::string &name) |
Call once after creating a node to initialize logging namespaces. More... | |
rclcpp::Logger | getLogger (const std::string &name) |
Creates a namespaced logger. More... | |
rclcpp::Logger & | getGlobalRootLogger () |
Main namespace for MoveIt.
convenience functions and classes used for making simple robot models for testing.
rclcpp::Logger& moveit::getGlobalRootLogger | ( | ) |
rclcpp::Logger moveit::getLogger | ( | const std::string & | name | ) |
Creates a namespaced logger.
Definition at line 79 of file logger.cpp.
void moveit::setNodeLoggerName | ( | const std::string & | name | ) |
Call once after creating a node to initialize logging namespaces.
Definition at line 73 of file logger.cpp.