mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 08:48:07 -06:00
Test print lines
This commit is contained in:
@@ -154,6 +154,8 @@ public class Climber extends SubsystemBase {
|
|||||||
|
|
||||||
double tiltAngle = m_groundRelative ? getRobotTilt() : 0.d;
|
double tiltAngle = m_groundRelative ? getRobotTilt() : 0.d;
|
||||||
|
|
||||||
|
System.out.println(getJointAngles(0, 0, 0));
|
||||||
|
|
||||||
double[] jointAngles = getJointAngles(m_position[0], m_position[1], tiltAngle);
|
double[] jointAngles = getJointAngles(m_position[0], m_position[1], tiltAngle);
|
||||||
setJointAngles(jointAngles);
|
setJointAngles(jointAngles);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user