Giter Club home page Giter Club logo

youbot_499's Introduction

youbot_499

Required Packages

To run this on Gazebo, you HAVE to install the youbot gazebo* interface as per instructions in this link Otherwise, every other dependency is usually available on a standard ROS Installation.

Nodes

This is the real essence of this repository. There are currently the following nodes:

  1. youbot_vel_dynamic which lets you control the base velocities through dynamically reconfigurable parameters. See section on Launch files below, for demo.

  2. youbot_circle which lets you move in a circle around an object. The controller gain's, distance to object and emergecy stop are all dynamically reconfigurable parameters. See section on Launch files below, for demo.

  3. lscan_angle_filter this node lets you dynamically filter the laser scanner output by setting ranges of hits, beyond the required angle of view, very HIGH. See section on Launch files below, for demo.

  4. cropbox_dynamic reads the current distance to the object (which, due to our controller is the same as the commanded distance), reads the current tf tree and outputs an estimate of the position of the object in the ASUS's frame.

  5. cropbox_control reads the output from the previous node and dynamically sets the cropbox filters x y and z ranges.

Note: Node 5 (cropbox_control) is not fully functional yet, because I havent yet tried it on the youbot. It requires an ASUS connected to the system with a nodelet running, which is currently not the case in the Gazebo demos.

Launch Files

To launch the demo application of the youbot moving around an object on Gazebo, simply run

roslaunch youbot_499 youbot_gazebo_circle.launch

This pops up a rqt_reconfigure window. Choose youbot_circle and Set values for commanded distance from object and PID gains for both position and orientation controller. Set a linear Y velocity and uncheck the emergency stop (estop). Sample values are :

  • refd = 1.0
  • linear_y = 0.05 or 0.1
  • kp (position) = -2.0
  • kpp (orientation) = -2.0

Another useful node is lscan_angle_filter. Like mentioned above, it lets you dynamically filter the laser scanner output. To use it on Gazebo, simply run roslaunch youbot_499 youbot_gazebo_angle_filter.launch

This pops up Rviz and also a rqt_reconfigure window which lets you choose the angle of view. You can see the scan changing on Rviz as you move the sliders on rqt_reconfigure.

There is also pointless application that lets you move the youbot around using rqt_reconfigure. To launch it on Gazebo, simple run

roslaunch youbot_499 youbot_gazebo_move.launch

This again pops up a rqt_reconfigure window which lets you control the velocity of the youbot.

To do

  1. Initialise arm to a particular position
  2. Add launch file to run it on the youbot with a cropbox nodelet running

youbot_499's People

Contributors

ritwik1993 avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.