Giter Site home page Giter Site logo

umerkhan-mas / lucy_setthetable Goto Github PK

View Code? Open in Web Editor NEW

This project forked from deepanchakravarthipadmanabhan/lucy_setthetable

0.0 0.0 0.0 5.88 MB

A domestic robot, Lucy is guided to set a table for domestic purposes such as dining or studying.

CMake 9.48% C++ 59.04% Python 31.13% C 0.34%

lucy_setthetable's Introduction

Software Development Project 2019

Title: Set the table

Objective:

The objective of this project is to assist a domestic service robot, Lucy to set the table with the object provided by the user.

Project overview:

The scope of the project is to provide the pose for each object to be placed on the table given the table and the item specifications as illustrated in the figure 1.

projectoverview_img

Figure 1: Project overview

Component diagram of the project:

The entire project is divided into the following components as shown in figure 2.

Setthetable

Figure 2: Component diagram of the project

Installations:

The major tools required are ROS Kinetic and Point Cloud Library. The resources to follow for installation are ROS Kinetic, MoveIt and PCL.

Procedure to compile and run:

Compile

  • Copy 'set_the_table' package inside your catkin worksapce src folder
  • Copy the contents inside 'Table_setup_visualization' package inside your catkin worksapce src folder
  • Copy the contents inside 'Input_mockup' package inside your catkin worksapce src folder

In your catkin worspace run the following commands to build the workspace,

catkin_make -j 1

Run

  • Run the roscore
  • Launch the mockup node using the following command line in terminal,
roslaunch convex_hull_inputnode convex_hull_inputnode.launch
  • Run the item specification service,
rosrun set_the_table table_configuration_node 
  • Run the table setup node,
 rosrun set_the_table table_setup_node
  • Trigger the mockup to publish table pcl,
 rostopic pub /event_in std_msgs/String "data: 'true'"
  • Run rviz for visualization,
 rosrun rviz rviz
  • Set the number of item collections to place on the table,
 rostopic pub /table_setup_node/setup_count std_msgs/Int16 "data: 6"
  • Trigger the setup with your custom algorithm,
 rostopic pub /table_setup_node/set_trigger std_msgs/String "data: 'set_table'" 

Visualization

In the rviz tool you are require to setup the following,

  • Set fixed frame as base
  • Add marker with Marker topic: /table_visualizer
  • Add a simple TF display type

Team Members:

Deepan Chakravarthi Padmanabhan

Muhammed Umer Ahmad Khan

Sathiya Ramesh

lucy_setthetable's People

Contributors

deepanchakravarthipadmanabhan 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.