Skip to content

Commit

Permalink
modified max message size for yumi
Browse files Browse the repository at this point in the history
  • Loading branch information
tstoyanov committed May 15, 2016
1 parent da0a065 commit f518586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple_message/include/simple_message/joint_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class JointData : public industrial::simple_serialize::SimpleSerialize
/**
* \brief maximum number of joints positions that can be held in the message.
*/
static const industrial::shared_types::shared_int MAX_NUM_JOINTS = 10;
static const industrial::shared_types::shared_int MAX_NUM_JOINTS = 20;
/**
* \brief internal data buffer
*/
Expand Down

0 comments on commit f518586

Please sign in to comment.