Definition of the very specific LAAS robot Jido. It is built on a NeoBotix base.
You can :
No configurable parameter.
This component does not expose any service.
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')
(This page has been auto-generated from MORSE module morse.robots.jido.)