14 int main(
int argc,
char **argv)
20 auto ur5 = std::make_shared<UR5Robot>();
22 ur5->setGroupState(
"manipulator", {0.0677, -0.8235, 0.9860, -0.1624, 0.0678, 0.0});
25 RobotPose goal_pose = ur5->getLinkTF(
"ee_link");
26 goal_pose.translate(Eigen::Vector3d{0.0, -0.3, 0.0});
RAII-pattern for starting up ROS.
#define RBX_ERROR(fmt,...)
Output a error logging message.
Main namespace. Contains all library classes and functions.
std::decay< decltype(std::declval< moveit::core::Transforms >().getTransform("")) >::type RobotPose
A pose (point in SE(3)) used in various functions. Defined from what MoveIt! uses.
Robot IK Query options. IK queries in Robowflex consist of: a) A position specified by some geometric...
int main(int argc, char **argv)