Giter Club home page Giter Club logo

collaborative-robotic-sanding's Introduction

Collaborative-Robotic-Sanding

The CRS (Collaborative Robotic Sanding) Application buit in ROS2 eloquent

Build Status Github Issues

license - apache 2.0 license - bsd 2 clause


Workspace Setup

Create the workspace directory

mkdir -p ~/crs_ws/src            # Make a new workspace and source directory
cd ~/crs_ws/src                     # Navigate to the workspace source directory
git clone https://github.com/arulfrances/collaborative-robotic-sanding.git
#git clone https://github.com/swri-robotics/collaborative-robotic-sanding.git  # clone the repository

Download source dependencies

  • Install wstool
  • cd into your colcon workspace root directory
  • Run wstool as follows
    cd ~/crs_ws
    wstool init src src/collaborative-robotic-sanding/crs.rosinstall
    wstool update -t src
    

Download debian dependences

  • Install rosdep
  • From the root directory of your workspace run the following:
    rosdep install --from-path src --ignore-src -ry
    

Download additional REQUIRED resources

  • ros-eloquent-launch-xml

    sudo apt install ros-eloquent-launch-xml
    

    This allows using xml formatted launch files

  • QT5, which is a dependency of ros_scxml therefore follow the instructions provided here


Issues

  • To run on hardware it is necessary to build the ros1 robot driver and the bridge in separate workspace, see instructions on that below.

Build

ROS2 Application

This will build the main application, from the workspace run the following

colcon build --symlink-install

This application is all that is necessary to run the system in simulation mode with gazebo


Setup

Data Directory

Create a soft link (shortcut) in the home directory as follows

  1. cd into the crs_process_data package
    cd crs_process_data/data/main/toolpaths
    

The main directory holds the toolpaths for the main workcell, choose surrogate1 if that workcell is to be used instead.

  1. Create soft link
    ln -s  $(pwd) $HOME/crs_data
    
    

Running Application

  • See the instructions here

Hardware dependencies

The following instructions are necessary when running on real hardware:

Camera Driver

  • Go to Framos Depth Camera. Download and Extract the tar file and then install the FRAMOS-librealsense2-2.29.8-Linux64_x64.deb debian
  • Download source and debian dependencies
    cd ~/crs_ws
    wstool merge -t src src/collaborative-robotic-sanding/crs_hardware.rosinstall
    wstool update -t src
    rosdep install --from-path src --ignore-src -ry
    colcon build --symlink-install
    

Build ROS1 Robot Driver and Bridge

  • Follow instructions here

collaborative-robotic-sanding's People

Contributors

marrts avatar jrgnicho avatar mpowelson avatar arulfrances avatar agyoungs avatar

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.