Git Product home page Git Product logo

kuka-kr5-simulator's Introduction

KUKA-KR5-Simulator

Robotic simulator (animation,workspace,kuka model) created using webgl(threejs). Calculation of the direct kinematics and the inverse kinematics(using the gradient method)

Need the presence of the threejs library https://threejs.org/

kuka-kr5-simulator's People

Contributors

giulioturrisi avatar

Stargazers

LuoNingbo avatar Myrtenasty avatar Simon Breslav avatar  avatar Dimitar Dimitrov avatar 0xCAFEBABE avatar

Watchers

Dimitar Dimitrov avatar

kuka-kr5-simulator's Issues

CAN NOT RUN THE simulate.html

1 the ScrittaKuka can not added to the fourth, because the fourth is not loaded yet.
So I chaged the code:
loader.load('KR5_850/Fourth.stl', function (geometry) {
var material = new THREE.MeshPhongMaterial({ color: 0x404040, specular: 0x111111, shininess: 60,map: text});
fourth = new THREE.Mesh( geometry, material);
fourth.position.set(-75, 0, -335-360-90);
//fourth.castShadow = true;
//fourth.receiveShadow = true;

				rt_block.add(fourth);
				
				
				loader.load('KR5_850/ScrittaKuka.stl', function (geometry) {
					var material = new THREE.MeshPhongMaterial({ color: 0xcc0000, specular: 0x111111, shininess: 60,map: text});
					var scritta = new THREE.Mesh( geometry, material);
					//scritta.castShadow = true;
					//scritta.receiveShadow = true;

					fourth.add(scritta);
				});
			
			});

2 can not render

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.