Git Product home page Git Product logo

ros-toolbox's Introduction

ROS Toolbox

Several control tools: continuous domain state space model solvers, effort feed-forward trajectory controller, gravity compensation controller, Gazebo hardware interface plugin to simulate servo drives and etc.

Dependencies

All packages are built against ROS Noetic. You should have installed: moveit, gazebo_ros packages, ros_controll and ros_controllers packages (TBD)

External dependencies: Eigen, OpenCV

Package details

rnrt_aruco_detector

ROS node for detecting aruco markers. Publishes markers poses and tfs, so they could be processed and viewed via rviz.

rnrt_control_tools

At the moment it contains classes for:

  • transfer function description
  • state space model (Euler and RK4 solvers)
  • linear dynamic system
  • Butterworth filter
  • permanent magnet brushed motor
  • servo motor with current loop
  • mass-spring-damper model

rnrt_joint_trajectory_controller

Implementation of joint_trajectory_controller with effort feed forward input

rnrt_robot_controllers

Robot-level controllers. Currently has:

  • gravity compensation controller

rnrt_gazebo_ros_control

Hardware interface plugin to simulate servo motor actuator

Usage

Load parameters to parameter server, see config example

Modify your URDF file:

<gazebo>
  <plugin name="gazebo_ros_control" 
          filename="libgazebo_ros_control.so">
    <robotNamespace>/your_robot_namespace</robotNamespace>
    <robotSimType>gazebo_ros_control/ServoRobotHWSim</robotSimType>
    <!--robotSimType>gazebo_ros_control/DefaultRobotHWSim</robotSimType-->
  </plugin>
</gazebo>

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.