LAAS Jido robot

../../_images/jido.png

Definition of the very specific LAAS robot Jido. It is built on a NeoBotix base.

Configuration parameters for laas jido robot

You can :

No configurable parameter.

Services for LAAS Jido robot

This component does not expose any service.

Examples

The following example shows how to use this component in a Builder script:

from morse.builder import *

# creates a new instance of the robot
jido = Jido()

# place your component at the correct location
jido.translate(<x>, <y>, <z>)
jido.rotate(<rx>, <ry>, <rz>)

# define one or several communication interface, like 'socket'
jido.add_interface(<interface>)

env = Environment('empty')

Other sources of examples

(This page has been auto-generated from MORSE module morse.robots.jido.)

Table Of Contents

Previous topic

Hummer car robot

Next topic

The MORSE Morsy mascot

This Page