pub fn joint_position_sender<L, M, N>(
robot_client: RobotClient<L, M, N>,
robot: Robot,
) -> Result<(), Error>
Expand description
Launches GUI that send joint positions from GUI to the given robot_client
.
pub fn joint_position_sender<L, M, N>(
robot_client: RobotClient<L, M, N>,
robot: Robot,
) -> Result<(), Error>
Launches GUI that send joint positions from GUI to the given robot_client
.