Skip to content

Commit

Permalink
viewer: use context directly
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Feb 17, 2025
1 parent d973835 commit 3cd3f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pinocchio/visualizers/base-visualizer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ namespace pinocchio
using context::Model;
using context::Options;
using context::Scalar;
using context::SE3;
using context::Vector3;
using context::VectorXs;
using ::pinocchio::SE3;

typedef Eigen::Ref<const VectorXs> ConstVectorRef;
typedef Eigen::Ref<const MatrixXs> ConstMatrixRef;
Expand Down

0 comments on commit 3cd3f4e

Please sign in to comment.