Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 0 additions & 96 deletions CONTRIBUTING.md

This file was deleted.

42 changes: 0 additions & 42 deletions robot_modeling/DQ_JointType.m

This file was deleted.

6 changes: 3 additions & 3 deletions robot_modeling/DQ_Kinematics.m
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
% translation_jacobian - Compute the translation Jacobian.
% See also DQ_SerialManipulator, DQ_MobileBase, DQ_CooperativeDualTaskSpace.

% (C) Copyright 2011-2022 DQ Robotics Developers
% (C) Copyright 2011-2019 DQ Robotics Developers
%
% This file is part of DQ Robotics.
%
Expand All @@ -56,7 +56,7 @@
% DQ Robotics website: dqrobotics.github.io
%
% Contributors to this file:
% Bruno Vihena Adorno - adorno@ieee.org
% Bruno Vihena Adorno - adorno@ufmg.br

classdef DQ_Kinematics < handle
% DQ_Kinematics inherits the HANDLE superclass to avoid unnecessary copies
Expand All @@ -73,7 +73,7 @@
% Frame used to determine the robot physical location
base_frame;
% Robot configuration vector
q;
q
end

methods
Expand Down
Loading