Skip to content

Commit

Permalink
make JointPose parameters required
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-rauch committed May 12, 2019
1 parent c0c953a commit 9c8c2e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exotations/exotica_core_task_maps/init/joint_pose.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ class JointPose

extend <exotica_core/task_map>

Optional Eigen::VectorXd JointRef;
Optional Eigen::VectorXd JointMap;
Required Eigen::VectorXd JointRef;
Required Eigen::VectorXd JointMap;

0 comments on commit 9c8c2e9

Please sign in to comment.