Skip to content

Commit df26f4e

Browse files
committed
add todo comment
1 parent 0ecd214 commit df26f4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/viam/sdk/components/arm.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ class Arm : public Component, public Stoppable {
111111

112112
/// @brief Move each joint on the arm through the positions specified in @param positions
113113
/// @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.
114116
inline void move_through_joint_positions(const std::vector<std::vector<double>>& positions,
115117
const MoveOptions& options) {
116118
return move_through_joint_positions(positions, options, {});

0 commit comments

Comments
 (0)