Skip to content

szandara/reachy_description_ros1

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
img
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Reachy description

This ROS package contains URDF and collada files to use the Reachy robot with ROS1 Noetic.

Reachy in RViz ROS Melodic

Quickstart

Launch the following command in order to run RViz, visualize the robot and move the joints:

roslaunch reachy_description display.launch gui:=True

If you are not using the Advanced Reachy configuration, you may disable parts of the robot, e.g. for the Basic configuration:

roslaunch reachy_description display.launch gui:=True left_arm:=false head:=false

Get the URDF of Reachy

Option 1. Generate the URDF by choosing your effector (preferred)

Invoke xacro by passing the desired effector as an argument and redirect the output to an URDF file:

roscd reachy_description

# For the Advanced configuration:
xacro reachy.URDF.xacro >reachy.URDF

# For the Expressive configuration:
xacro reachy.URDF.xacro left_arm:=false >reachy.URDF

# For the Basic configuration:
xacro reachy.URDF.xacro left_arm:=false head:=false >reachy.URDF

Note: If you're using higher level package such as reachy_moveit_config, the configuration is propagated to xacro. Thus there is no need to execute xacro by hand if you do not intend to work directly with the URDF.

Option 2. Use a static URDF (will not be customized to your config)

If you do not want to execute xacro by yourselves, you may use the static file reachy.URDF which is the output of xacro generated fo the Advanced configuration (full body: head + left arm + right arm).

Roadmap/CFC

  • Center joints at the center of motor axes
    • Avoid manual editing: will invalidate inertias
    • Display tf frames and clean up overlaps
  • Correct right/left arm symmetry

About

Fork of Reachy URDF ROS1 version for back compatible tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages