19 "package://ur5_robotiq85_moveit_config/config/ompl_planning.yaml"
32 "package://robowflex_resources/ur/config/ur5/ompl_planning.yaml"
46 RBX_INFO(
"Initializing UR5 with `ur_description`");
51 RBX_INFO(
"Initializing UR5 with `robowflex_resources`");
A robowflex::PipelinePlanner that uses the MoveIt! default OMPL planning pipeline.
bool initialize(const std::string &config_file="", const Settings &settings=Settings(), const std::string &plugin=DEFAULT_PLUGIN, const std::vector< std::string > &adapters=DEFAULT_ADAPTERS)
Initialize planning pipeline. Loads OMPL planning plugin plugin with the planning adapters adapters....
Settings descriptor for settings provided by the default MoveIt! OMPL planning pipeline.
bool initialize(const Settings &settings=Settings(), const std::vector< std::string > &adapters=DEFAULT_ADAPTERS)
Initialize the planning context. All parameter provided are defaults.
UR5OMPLPipelinePlanner(const RobotPtr &robot, const std::string &name="")
Constructor.
static const std::string DEFAULT_CONFIG
Default planning configuration.
static const std::string RESOURCE_CONFIG
Planning configuration from robowflex_resources.
A shared pointer wrapper for robowflex::Robot.
Loads information about a robot and maintains information about a robot's state.
bool initialize(const std::string &urdf_file)
Initializes a robot from a kinematic description. A default semantic description is used.
bool loadKinematics(const std::string &group, bool load_subgroups=true)
Loads the kinematics plugin for a joint group and its subgroups. No kinematics are loaded by default.
bool initialize()
Initialize the robot with manipulator kinematics.
static const std::string RESOURCE_KINEMATICS
kinematics from robowflex_resources
static const std::string DEFAULT_SRDF
Default SRDF.
static const std::string DEFAULT_LIMITS
Default Limits.
static const std::string DEFAULT_URDF
Default URDF.
static const std::string RESOURCE_URDF
URDF from robowflex_resources.
static const std::string RESOURCE_LIMITS
Limits from robowflex_resources.
static const std::string RESOURCE_SRDF
SRDF from robowflex_resources.
static const std::string DEFAULT_KINEMATICS
Default kinematics.
#define RBX_INFO(fmt,...)
Output a info logging message.
Functions for loading and animating robots in Blender.
std::string resolvePackage(const std::string &path)
Resolves package:// URLs to their canonical form. The path does not need to exist,...
Main namespace. Contains all library classes and functions.