GithubHelp home page GithubHelp logo

kunzel / object_search Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 3.0 431 KB

Lightweight inference tools for hypothesizing object positions and planning viewpoints in 3D space

C++ 37.88% Python 62.12%

object_search's Introduction

object_search

Lightweight inference tools for hypothesizing object positions and planning viewpoints in 3D space. The object_search repository is a catkinized ROS package.

Prerequisites

Please refer to the OctoMap mailing list for installation instructions: 'How to use the latest version of octomap in ROS groovy?'

Getting Started (in simulation)

  1. Compile your catkin workspace including the object_search package:

     $ catkin_make
    
  2. Open a terminal and run:

    Start the core:

     $ roscore
    

    Launch the simulator: (Please note: the object does not include any objects by default)

     $ roslaunch --wait strands_morse bham_cs_morse.launch env:=cs_lg_obj_search
    

    Add an object in the cs_lg_obj_search.py file as follows:

     cup = PassiveObject('strands_sim/robots/strands_objects.blend','cup')
     cup.properties(Object = True, Type = 'Cup')
     cup.translate(0,0,1.0)
    

    Launch the 2D robot navigation

     $ roslaunch --wait strands_morse bham_cs_nav2d.launch
    

    Launch the octomap server and build a map. Or use a pre-build map:

     $ rosrun octomap_server octomap_server_node `rospack find strands_morse`/bham/maps/cs_lg_obj_search_octomap.bt
    

    Launch the object search utils

     $ roslauch object_search object_search.launch
    

    Run the action server:

     $ rosrun object_search object_search_server.py
    

    Start the search using an action client where <object> is the name of the object the robot is looking for, e.g. Cup:

     $ rosrun object_search object_search_client.py <object>
    

    Start RVIZ and subscribe to a PoseArray named nav_goals and a MarkerArray named /supporting_planes_poses to visualize the viewplanning result.

object_search's People

Contributors

kunzel avatar

Stargazers

Sichao Lin avatar Louie Swanson avatar JT5D avatar

Watchers

Chris Burbridge avatar James Cloos avatar  avatar

object_search's Issues

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.