Coder Social home page Coder Social logo

marcusdus / modern-robotics-capston-project-1 Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 25.69 MB

This project is to write software to control a mobile manipulator to pick up a block, carry it to a new configuration, and put it down. To achieve this, our software will plan a multi-segment trajectory for the end-effector of the mobile manipulator; implement a feedback controller to drive the wheels and arm joints of the mobile manipulator; and simulate the mobile manipulator's motion given the wheel and joint velocities calculated by your controller. This simulator will use odometry to simulate the motion of the chassis.

Python 100.00%
modern robotics

modern-robotics-capston-project-1's Introduction

Modern-robotics-capston-project-1

Description

This project is to write software to control a mobile manipulator to pick up a block, carry it to a new configuration, and put it down. To achieve this, our software will plan a multi-segment trajectory for the end-effector of the mobile manipulator; implement a feedback controller to drive the wheels and arm joints of the mobile manipulator; and simulate the mobile manipulator's motion given the wheel and joint velocities calculated by your controller. This simulator will use odometry to simulate the motion of the chassis.

To animate the bot, add config.csv to hbox in V-REP GUI. To generate the csv file, we need to run main.py. The parameters required for the python file are as listed above. Some of the notable details are as follows:

  1. There is a speed limit check for velocity of both wheels and joints in simulate.py. The parameter to set the limit can be found in bot_params.yaml.

  2. testJointLimits is also implemented in feedback_controller.py to ensure that the joints after timestep and the given joint speeds do not violate the joint limits. For this the violating joint limits are noted and their corresponding column in the Je matrix is set to zero so as to ensure that the constraint joint do not contribute further to achieve the desired configuration.

  3. In order to avoid singularity, the pseudo jacobian inverse is given a tolerance of 1e-3

  4. Also provision to change the time scaling and trajectory type is also added in parameters in config folder

Screen Shot 2020-12-10 at 20 22 53

modern-robotics-capston-project-1's People

Contributors

marcusdus avatar

Stargazers

 avatar

Watchers

 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.