vispa

Unified Robot Description Format (URDF) of Airbus's Versatile In-Space and Planetary Arm (VISPA)

https://github.com/airbusdefenceandspace/vispa

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.3%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Unified Robot Description Format (URDF) of Airbus's Versatile In-Space and Planetary Arm (VISPA)

Basic Info
  • Host: GitHub
  • Owner: AirbusDefenceAndSpace
  • License: apache-2.0
  • Language: MATLAB
  • Default Branch: main
  • Size: 47 MB
Statistics
  • Stars: 23
  • Watchers: 2
  • Forks: 5
  • Open Issues: 0
  • Releases: 0
Created over 4 years ago · Last pushed over 2 years ago
Metadata Files
Readme License Citation

README.md

(C) 2022 Airbus Defence and Space. Licensed under Apache 2.0

VISPA Description Tweet

VISPA

This collection of files and folders containing the necessary information to visualise and simulate the Versatile In-Space and Planetary Arm (VISPA). At the heart of the description package is the Unified Robot Description Format (URDF) that is commonly utalised in robotics to represent a robot model in the XML format.

Folder Structure

``` vispadescription | README.md | CMakeLists.txt | package.xml | └─ images | coppeliasimvispa.png | ... └─ launch | display.launch | display.launch.py └─ meshes | Link0DHReference-PublicRelease.stl | Link0DHReference-PublicRelease-col.stl | ... | Link6DHReference-PublicRelease.stl | Link6DHReference-PublicRelease-col.stl └─ rviz | visparos1.rviz | visparos2.rviz └─ urdf VISPAmodifiedDH.urdf VISPAmodifiedDH_Ros2.urdf

```

urdf

This folder contains the URDF file (VISPA_modifiedDH.urdf) that describes the robotic arm characteristics, and links to CAD data.

meshes

Stores the CAD files for sections for the arm in STL format. Each section has two corresponding files; one for visulaisation and one for collision checking algorithms. The colision check STL files are smaller in size to allow quicker processing this is achieved by decimating the mesh.

rviz

Setting files to view the model in the Robotic Operation System (ROS) visualisation tool (RViz). ROS has two 'main' versions, ROS1 and ROS2, with subsequent two versions of Rviz.

launch

ROS works by using started scripts or launch files start 'nodes'. The launch folder contains launch files for ROS1 and ROS2. ROS2 uses python instead of the previous custom .launch file type.

Viewing Model

ROS 2 (distro foxy + Ubuntu 18.04 LTS)

This was tested on Ubuntu 18.04LTS with the ROS2 Foxy version. The following assumes Ros2 is already installed, if not then the webpage - https://docs.ros.org/en/dashing/Installation/Ubuntu-Install-Binary.html - is proably a good starting point to understanding how to install it.

Start by cloning the vispa repo to a suitable location.

bash git clone https://github.com/AirbusDefenceAndSpace/vispa.git cd vispa

Then build the package using the following two commands. The author used the Zsh command shell, if using another one for instance, Bash, then change the suffix on 'setup.' to what is appropriate.

bash colcon build . install/setup.zsh Then launch the rviz viewer that hopefully should load the Vispa Urdf and provide a small gui to control joint positions.

bash ros2 launch vispa display.launch.py Ros

ROS 1 (distro kinetic)

This is the basic command to get the model to run with the original rviz, but no gurantees on this...

bash roslaunch urdf_tutorial display.launch model:=src/vispa_description/vispa.urdf gui:=True

CoppeliaSim (Version 4.2 + Windows 10)

CoppeliaSim is a robotic simulator used in industry and academia. This was tested on version 4.2 in Windows 10. I used git bash to perform the clone but other methods in windows are available.

bash git clone https://github.com/AirbusDefenceAndSpace/vispa.git cd vispa

Start CoppeliaSim and select 'Plugins -> URDF Importer'

Navigate to the VISPAmodifiedDHCoppeliaSim.urdf file in the vispa/urdf folder and select. It will then take a few moments to import.

CoppeliaSim

Matlab (R2020b + Robotic Systems Toolbox)

An example matlab script is included (matlab_import.m) that loads the URDF, generates a simple trajectory, and generates some simple plots of joint data. Its important to mention that the scipt uses the importrobot function from Matlab's own Robotic Systems Toolbox (https://uk.mathworks.com/products/robotics.html)

Get the vispa repository via the cloning command.

bash git clone https://github.com/AirbusDefenceAndSpace/vispa.git

Open Matlab, then change the current working directory to the repo. Open matlab_import.m and click run.

Matlab

Caveats

1) Important into ROS using ROS2; have in the past used ROS1 but at this stage unable to document the exact proceedure. 2) CAD STL models might need to be reduced in size as load times is larger than normal expected.

TODO

Owner

  • Name: Airbus Defence And Space
  • Login: AirbusDefenceAndSpace
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it using these metadata."
authors: 
- family-names: "Shilton"
  given-names: "Mark"
  orcid: "https://orcid.org/0000-0002-6410-8139"
- family-names: "Garland"
  given-names: "Martin"
- family-names: "Hackett"
  given-names: "Chris"
- family-names: "Allouis"
  given-names: "Elie"
- family-names: "Lisle"
  given-names: "Matt"
- family-names: "Meringolo"
  given-names: "Connor"
- family-names: "Paganini"
  given-names: "Davide"
- family-names: "Hall"
  given-names: "Alexander"
  orcid: "https://orcid.org/0000-0002-5866-2221"
title: "VISPA URDF"
version: 0.2
url: "https://github.com/AirbusDefenceAndSpace/vispa"


GitHub Events

Total
  • Watch event: 6
  • Fork event: 1
Last Year
  • Watch event: 6
  • Fork event: 1

Dependencies

.github/workflows/main.yml actions
  • jgehrcke/github-repo-stats v1.1.0 composite
action.yml actions