Skip to content

installation steps to run pinocchio in ubuntu20  #225

@rua0ra1

Description

@rua0ra1

Pinocchio and Gepetto-viewer Setup Guide for Ubuntu 20.04

This guide provides steps to successfully install Pinocchio and Gepetto-viewer on Ubuntu 20.04 with Python 3.8 and Qt5.

Step 1: Install Pinocchio

Follow the installation steps provided on the Pinocchio website:

  • Visit Pinocchio Installation Guide and follow the instructions.

    • Don't forget to Configure environment variables as specified in the guide.

Step 2: run the following commands

$ sudo apt update
$ sudo apt install libopenscenegraph-dev qt5-default
$ sudo apt install -qqy robotpkg-py*-qt5-gepetto-viewer
$ sudo apt install -qqy robotpkg-py*-qt5-gepetto-viewer-corba
$ sudo apt install -qqy robotpkg-py*-example-robot-data

Step 3 : add the following to lines to your bashrc file

(need to check whether these lines are really necessary)
export GEPETTO_GUI_PLUGIN_DIRS=${CMAKE_INSTALL_PREFIX}/lib
export PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:$PKG_CONFIG_PATH

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions