We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ecd214 commit df26f4eCopy full SHA for df26f4e
src/viam/sdk/components/arm.hpp
@@ -111,6 +111,8 @@ class Arm : public Component, public Stoppable {
111
112
/// @brief Move each joint on the arm through the positions specified in @param positions
113
/// @param options optional specifications to be obeyed during the motion.
114
+ /// TODO consider replacing vector vector with xtensor array, and also if it may be
115
+ /// possible to specify or constrain dimensionality of the array in advance.
116
inline void move_through_joint_positions(const std::vector<std::vector<double>>& positions,
117
const MoveOptions& options) {
118
return move_through_joint_positions(positions, options, {});
0 commit comments