This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
board: Root Controller ISO | |
name: Root 3 V20 | |
stepping: | |
engine: I2S_STREAM | |
idle_ms: 255 | |
pulse_us: 10 | |
dir_delay_us: 2 | |
disable_delay_us: 3 | |
axes: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import com.kuka.roboticsAPI.geometricModel.Frame; | |
import com.kuka.roboticsAPI.geometricModel.Tool; | |
import com.kuka.roboticsAPI.geometricModel.math.CoordinateAxis; | |
import com.kuka.roboticsAPI.geometricModel.math.Transformation; | |
import com.kuka.roboticsAPI.motionModel.CartesianImpedanceControlMode; | |
// Assuming you've already set up the robot object | |
private LBR robot; | |
private Tool plastik1; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// FILE: HX_plotter.ino | |
// AUTHOR: Rob Tillaart | |
// PURPOSE: HX711 demo with two sensors | |
// URL: https://github.com/RobTillaart/HX711 | |
#include "HX711.h" | |
HX711 scale1; // First HX711 instance | |
HX711 scale2; // Second HX711 instance |
OlderNewer