Giter Club home page Giter Club logo

rrbot_pushing_object's Introduction

rrbot_pushing_object

Simple tasks of pushing a nearby object by the RR robotic arm. This project was implemented in the ROS and Gazebo. It is based on gazebo_ros_demos.

How to Launch the simulation?

Make sure you have all the required ROS and Gazebo packages installed, and that this package is in your ROS workspace (~/catkin_ws). If you have not built your workspace do it now (make sure you are inside the workspace root directory):

$ cd ~/catkin_ws
$ catkin_make

Once the rrbot_pushing_object package has been built, you can launch the simulation environment using:

$ cd ~/catkin_ws/src/rrbot_pushing_object/rrbot_pushing_object_basic
$ bash rrbotsimstart.sh

The main script rrbotsimstart.sh runs four other scripts in separate terminals:

  • rrbot_gazebo_launch.sh
  • rrbot_ros_control.sh
  • rrbot_pushing_object.sh
  • rrbot_camera_view.sh

The rrbot_gazebo_launch.sh start Gazebo with object models listed in the file rrbot_object.world : RR robotic arm, stationary objects like table and cardboard_box, camera (roslaunch rrbot_gazebo rrbot_obstacle_world.launch). To load robotic arm controllers (ROS joint position controllers) we use the script rrbot_ros_control.sh that calls the command roslaunch rrbot_control rrbot_control.launch. Then the script rrbot_pushing_object.sh is started and the code in file armpushingobject.py controls the movements of the robotic arm - pushing a nearby object. In this file we defined a ROS node joint_positions_node that will publish the messages with current joints positions (used by ROS controller). The last script rrbot_camera_view.sh launches a preview from the camera placed on the robotic arm - rosrun image_view image_view image:=/rrbot/camera1/image_raw.

Video Demo

See YouTube video demo.

rrbot_pushing_object's People

Contributors

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