Git Product home page Git Product logo

automation's Introduction

Automation

This project involves the creation and simulation of a control program for a pick and place operation using franka emika panda. The control program is exposed as a ROS service server callable from a ROS service client.


sample-video

Use Case

The program is written for picking up petri Dish stacks from a box and placing in an enclosure.

Environment

This project was done using ROS noetic,python and C++. Other tools used include Moveit Noetic and Franka ROS.

Installation Guide

To install this package clone the repository into a catkin workspace and build the package from a catkin source directory.

Note: The franka _ros, libfranka and moveit packages (panda_config) used in this project were built from source. The various source links for these packages are provided in the references section.
In case of error related to franka_ros while building the catkin packages use this command with directions to the libfranka install

catkin_make -DCMAKE_BUILD_TYPE=Release -DFranka_DIR:PATH=~<libfranka path>

Steps for testing program

To run the program follow these steps.

1. To run gazebo and rviz environment.

roslaunch automation gazebo.launch

For proper visualization in Rviz change the Global Options->Fixed frame to world

2. To run the service server

rosrun automation move_pose_server

3. To run the service client

rosrun automation srv_client.py

Note: Each command needs to be run in the ordered steps and the node has to be completely loaded before running the next step

References

Reference materials are enumerated below;

gazebo.launch file - Reference available at https://github.com/ros-planning/panda_moveit_config/blob/noetic-devel/launch/demo_gazebo.launch

move_pose_server.cpp file- Reference available at https://github.com/ros-planning/moveit_tutorials/blob/master/doc/pick_place/src/pick_place_tutorial.cpp

Built from source libraries
WS_moveit - This package was built from source and cloned from the ros-planning github repo .
Available at https://raw.githubusercontent.com/ros-planning/moveit/master/moveit.rosinstall, https://github.com/ros-planning/panda_moveit_config.git
Installation guides can be found at https://ros-planning.github.io/moveit_tutorials/doc/getting_started/getting_started.html

franka_ros - This package was built from source and cloned from the franka emika panda github repo. Available at https://github.com/frankaemika/franka_ros
Installation guides can be found at https://frankaemika.github.io/docs/installation_linux.html

libfranka - This package was built from source and cloned form the franka emika panda github repo. Available at https://github.com/frankaemika/libfranka
Installation guides can be found at https://frankaemika.github.io/docs/installation_linux.html

automation_copy.sdf was autogenerated using gazebo gui.

Directories

Note: The libfranka directory was not installed within the Catkin_ws in the rosject. The models directory contains all the custom mesh and config files transferreed to the .gazebo/models directory.

Gazebo World

Due to the errors involved with grasping the object in gazebo, the program line (line 15) for launching the robot in the custom world has been commented out making the launch file display the panda robot in an empty world on launch.

automation's People

Contributors

tunjii10 avatar

Watchers

 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.