Mohammadsaad
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Versions and GitHub Sync Note Insights Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       owned this note    owned this note      
    Published Linked with GitHub
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    # Notes on: [Real-Time Obstacle Avoidance for Manipulators and Mobile Robots](https://link.springer.com/chapter/10.1007/978-1-4613-8997-2_29) ## Author - Mohammad Saad ## Abstract: * unique real-time obstacle avoidance approach for manipulators and mobile robots based on the artificial potential field concept. * reformulated the manipulator control problem as direct control of manipulator motion in operational space * The artificial potential field approach has been extended to collision avoidance for all manipulator links. * In addition, a joint space artificial potential field is used to satisfy the manipulator internal joint constraints. ## Introduction: ### Previous work * In previous research, robot collision avoidance has been a component of higher levels of control in hierarchical robot control systems. * Collision avoidance has been treated as a planning problem,research in this area has focused on the development of collisionfree path planning algorithms aim at providing the low level control with a path that will enable the robot to accomplish its assigned task free from any risk of collision. * low level control is limited to the execution of elementary operations.to overcome this high level control is used which is slower than the time response of typical robot.(limitation) ### Proposed Solution * it is possible to extend greatly the function of low level control and to carry out more complex operations by coupling environment sensing feedback with the lowest level of control. * Collision avoidance at the low level of control is not intended to replace high level functions or to solve planning problems. * The purpose is to make better use of low level control capabilities in performing real-time operations. At this low level of control, the degree or level of competence will remain less than that of higher level control. * *This paper deals with Operational Space formulation and application of Artificial potential field* * *Also deals with collision avoidance algorithm using Artificial potential fiel in Operational Spaace.* ## Operational Space Formulation: * The operational space formulation is the basis for the application of the potential field approach to robot manipulators. * Operational space co-ordinate system X is a set of $m_0$ independant variables that defines the position and orientation of end effecctor in refrence frame $R_0$ $X = [x,y,z,\alpha,\beta,,\gamma]^T$ * The kinetic energy of the holonomic articulated mechanism is $T(x,\dot x)=\frac12 \dot X^T A(x) \dot X$ $A(x)\to$ kinetic energy matrix. * Using the Lagrangian formalism, the end-effector equations of motion are $\frac d{dt}(\frac {\partial L}{\partial \dot x})-\frac {\partial L}{\partial x}=F$ $L(x,\dot x)=T(x,\dot x)-U(x)$ $L(x,\dot x) \to$ Lagrangian; $U(x)\to$ potential energy of the gravity. **The symbol F is the operational force vector.** * After solving lagrange equation we get $A(x)\ddot x+\mu(x,\dot x)+p(x)=F$ $\mu(x,\dot x) \to$ centrifugal and Coriolis forces; $p(x)\to$ gravity force * Specific forces $\tau$ must be applied with joint based actuators on the basis of selected F as a command vector. $\tau =J^T(q)F$ J(q) is jacobian matrix and q is the vector of n joint co ordinates * The decoupling of end effector in operational space $F=A(x)F^{\star}+\mu(x,\dot x)+p(x)$ $F^{\star} \to$ command vector of the decoupled end effector that becomes equivalent to a single unit mass. ## The artificial potential field Approach * The manipulator moves in a field of forces. The position to be reached is an attractive pole for the end effector and obstacles are repulsive surfaces for the manipulator parts. * $x_d \to$ goal positon; $o \to$ obstacle so the artificial potential field is given by: $U_{art}(x)=U_{x_d}(x)+U_{o}(x)$ * Potential energy in Lagrangian is: $U(x)=U_{art}(x)+U_g(x)$ * the command vector $F_{art}^\star$ of the decoupled end effector that corresponds to applying the artificial potential field $U_{art}$ can be written as $F_{art}^\star=F_{x_d}^\star +F_{o}^\star$ * $F_{x_d}^\star=-k_p(x-x_d) =-grad[U_{x_d}(x)] \to$ attracting force on end effector to reach goal position $x_d$ * $U_{x_d}(x)=\frac 12k_p(x-x_d)^2$ * $F_{o}^\star =-grad[U_{o}(x)] \to$ *Force Inducing an Artificial Repulsion from the Surface (FIRAS)* of the obstacle created by the potential field Uo(x). * To achieve the asymptotic stability adding dissipative force to $F_{x_d}^\star$ $F_m^\star=-k_p(x-x_d)-k_v\dot x$ * This command vector is inadequate to control the manipulator for large end-effeetor motion toward a goal position without path specification. For such a task, it is better for the end effector to move in a straight line with an upper speed limit. * now desired speed become the upper speed limit. if end effector is moving with upper speed limit (constant speed) then no force , hence $F_m^\star=0$ which leads to * $\dot x_d=\frac {k_p}{k_v}(x_d-x)$ * let $V_{max} be the assigned speed limit$ * $F_m^\star=-k_v(\dot x-v\dot x_d)$ * $v=min(1,\frac {V_{max}}{\sqrt{\dot x_d^T\dot x_d}})$ * With this scheme, the velocity vector $\dot x$ is controlled to be pointed toward the goal position while its magnitude is limited to $V_{max}$ ## FIRAS (Force Inducing an Artificial Repulsion from the Surface) Function * Artificial Potential Field $U_o(x)$ * should be a nonnegative continuous and differentiable function whose value tends to infinity as the end effector approaches the obstacle’s surface. * the influence of this potential field must be limited to a given region surrounding the obstacle. (i.e force should be zero beyond the obstacle vicinity) * Using the shortest distance to an obstacle O, the artificial potential field is $U_o(x)=\frac 12 \eta(\frac {1}{\rho}-\frac {1}{\rho_o})^2 \space \space if \rho \leq \rho_o$ $U_o(x)=0 \space if \rho > \rho_o$ * $\rho_o \to$ limit distance of the potential field influence. it will depend on the end effector operating speed V and on its deceleration ability. * $\rho\to$ shortest distance to the obstacle O * The control of a Point Subjected to the Potential (PSP) with respect to an obstacle O is achieved using the FIRAS function,![](https://i.imgur.com/ZRK7bIO.png) * THe jont forces corresponding to $F_{(O,psp)}^\star$ is obtained using jacobian. $\tau_{(O,psp)}=J_{psp}^T(q)A(x)F_{(O,psp)}^\star$ ## Obstacle geometry modeling * The surface, termed an n-ellipsoid, is represented by the equation $(\frac xa)^{2n}+(\frac yb)^{2n}+(\frac zc)^{2n}=1$ and tends to a parallelepiped of dimensions (2a, 2b, 2c) as n tends to infinity. * with n=4 ![](https://i.imgur.com/6kTTwjW.png) ## Robot Obstacle avoidance * An obstacle $O_i$ is described by a set of primitives $P_p$. * the control of a given point of the manipulator with respect to this obstacle by using the sum of the relevant gradients(Superposition properrty) $F^\star_{O_i,psp}=\sum_pF^\star_{(P_p,psp)}$ * Control of this point for several obstacles is obtained using $F^\star_{psp}=\sum_iF^\star_{(O_i,psp)}$ * The resulting joint force vector is $\tau_{obstacles}=\sum_j J_{psp_j}^T(q)A(x)F_{psp_j}^\star$ * Specifying an adequate number of PSPs enables the protection of all of the manipulator’s parts. * dynamic simulation for a redundant 4 dof manipulator operating in the plan ![](https://i.imgur.com/4b3y3cH.png) ## Joint Limit avoidance * The potential field approach can be used to satisfy the manipulator internal joint constraints. * Corresponding forces for upper and lower joint constraints. ![](https://i.imgur.com/OcKvrwk.png) ## Level of compitance. * the complexity of tasks that can be implemented with this approach is limited. * In a cluttered environment, local minima can occur in the resultant potential field. This can lead to a stable positioning of the robot before reaching its goal. * While local procedures can be designed to exit from such configurations. * linking local minima can overcome this problem but it is computationaly very heavy and beyond the real time control. ## Real time implimentation: * the global control system integrating the potential field concept with the operational space approach has the following structure: $\tau=\tau_{motion}+\tau_{obstacle}+\tau_{joint limit}$ * $\tau_{motion}=J^T(q)A(q)F_m^\star+\hat B(q)[\dot q\dot q]+\hat C(q)[\dot q^2]+g(q)$ * $\hat B(q)\to$ Coriolis forces * $\hat C(q) \to$ Centrifugal forces * $g(q)\to$ gravity force vector * In this control structure, dynamic decoupling of the end effector is obtained using the end-effector dynamic parameters (EEDP) $A(q),\hat B(q),\hat C(q) and g(q)$ which are configuration dependent. * In real time, these parameters can be computed at a lower rate than that of the servo control. * In addition, the integration of an operational position and velocity estimator allows a reduction in the rate of end-effector position computation, which involves evaluations of the manipulator geometric model, leads to two level control * A low rate parameter evaluation level that updates the end-effector dynamic coefficients, the Jacobian matrix, and the geometric model. * A high rate servo control level that computes the command vector using the estimator and the updated dynamic coefficient. ## Summery: * Described formulation and implimentation of real time obstacle avoidance using artififcial potential field. * Collision avoidance generally treated as high level conrtrol problem, but in this paper it is demonstrated as effective component of low level real-time control. * presented operational space formulation of manipulator control which is basis of obstacle avoidance approach. * The integration of this low level control approach with a high level planning system seems to be one of the more promising solutions to the obstacle avoidance problem in robot control. problen may be treated as: * High level control(generating global strategy) * low level control (producing commands to attain each goal points produced by global strategy) * extending low level control capabilities and reducing the high level path planning burden can improve the real time performance.

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully