A wrapper for gkjohnson/urdf-loaders to visualize ROS animations recorded with ipa-jfh/robot_recorder.
>> 3D animation
>> 3D animation
>> 3D animation
npm i urdf-animation
-
Download repo and go inside one example
git clone https://github.com/ipa-jfh/urdf-animation cd urdf-animation/docs/mobile_robot_turtlebot3 -
Now either
- Open the
index.html(this uses the bundled js files) - Install npm packages and open
includes.htmlnpm install
- Install npm packages and run the webpack-dev-server
npm install sudo npm i [email protected] -g --save-dev sudo npm i [email protected] -g npm start
- Open the
- Create a new npm package
mkdir my_animation && cd my_animation npm init
- In
package.jsonadd dependecy tourdf-animationlike in example - Install dependecies
npm install
- Copy the template folder`s contest inside your package. E.g.:
cp ./node_modules/urdf-animation/template/* .
- Add your URDF and recorded animation and reference it in the
config.jsfile - Further configer the
config.jsfile to e.g. adjust camera and lights
=> Now everthing is set-up and you can run the animation (See ### Run the examples locally)