Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • R reachy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • neurocyber
  • reachy
  • Wiki
  • Home

Home · Changes

Page history
Update home authored May 11, 2022 by junior Alzate's avatar junior Alzate
Hide whitespace changes
Inline Side-by-side
home.md
View page @ 9d3603b2
......@@ -39,9 +39,17 @@ We have to work the array where the trajectory was saved as numpy array `traj_ar
To save the trajectories we recorded we make use of the module numpy `np.savetxt('name_document', array, fmt='f')`
.
and recall the file using `np.loadtxt('name_document', dtype=float)`.
Use his arm has indication
==========================
For reachy to understand the relative position of its arm, we set a Cartesian plane with origin in its chest. The command forard_kinematics takes an important role in this process, because it turns the position of the joints into a set of coordinates, then, with help of NumPy arrays, the coordinates XYZ can be obtained.
Once we have the coordinates of the arm, we can fix some boundaries to trigger certain action according to the arm positioning.
Then, it's just a comparison loop that samples the position and take the decision.
Robot 2019
......
Clone repository
  • Home