moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
Obtains cartesian limits from the node parameters. More...
#include <cartesian_limits_aggregator.h>
Static Public Member Functions | |
static CartesianLimit | getAggregatedLimits (const rclcpp::Node::SharedPtr &node, const std::string ¶m_namespace) |
Loads cartesian limits from the node parameters. More... | |
Obtains cartesian limits from the node parameters.
Definition at line 45 of file cartesian_limits_aggregator.h.
|
static |
Loads cartesian limits from the node parameters.
The parameters are expected to be under "~/cartesian_limits" of the given node handle. The following limits can be specified:
node | node to access the parameters |
param_namespace | the parameter name to access the parameters |
Definition at line 79 of file cartesian_limits_aggregator.cpp.