Giter Site home page Giter Site logo

bezier's Introduction

Institut Maupertuis logo Bezier

Build Status

Overview

This repository is part of the ROS-Industrial program.

This project has been developed by the Institut Maupertuis, a French research institute that is working on robotic industrial processes. This project goal is to create an automatic grinding path generator for 6-axis robots working on diverse/random meshes.

Bezier planner generates robot poses (3D trajectories) in harmony with a grinding process, it is as 6D tool path planner. It is able to create rectilinear trajectories on complex surfaces (3D surfaces) and to dilate them in all directions in order to grind defects with a pass principle.

bezier_application

Fanuc grinding Youtube video Click the image to see a video of a Fanuc robot grinding thanks to the Bezier library.

Dependencies

This package has been tested with Ubuntu 18.04 and ROS Melodic.

VTK

VTK 7.1 or higher is required in order to compile this project.

Here are quick steps to download, compile and install VTK latest release:

sudo apt install -y cmake libglew-dev libxt-dev libqt5x11extras5-dev qttools5-dev
mkdir -p $HOME/libraries/VTK-8.2.0/build_release
cd $HOME/libraries/VTK-8.2.0
wget http://www.vtk.org/files/release/8.2/VTK-8.2.0.zip
unzip VTK-8.2.0.zip
mv VTK-8.2.0 src
cd build_release
cmake ../src \
-DCMAKE_BUILD_TYPE=Release \
-DVTK_Group_Imaging=ON \
-DVTK_Group_Qt=ON \
-DVTK_QT_VERSION=5 \
-DVTK_Group_Rendering=ON \
-DVTK_Group_Views=ON
make -j4

Install with:

sudo make -j4 install
sudo ldconfig

rosdep

Install, initialize and update rosdep.

Compiling

Create a catkin workspace and clone the project:

mkdir -p catkin_workspace/src
cd catkin_workspace/src
git clone https://github.com/ros-industrial-consortium/bezier.git
cd ..

Resolve ROS dependencies

rosdep install --from-paths src --ignore-src --rosdistro melodic -y

Compile

Use catkin_make or catkin tools:

catkin_make
catkin build

Documentation

API documentation

Install rosdoc_lite:

sudo apt install ros-$ROS_DISTRO-rosdoc-lite

Generate the API documentation:

catkin_make bezier_doc

Documented classes of Bezier

Example packages using bezier

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.