Skip to main content

Robotics 4 .NET

Go Search
Home
Documents and Lists
Create
Site Settings
Help
  
Robotics 4 .NET > Software > ER1Lib  

Web Part Page Title Bar image
ER1Lib

 Announcements

There are currently no active announcements.

Introduction

ER1 is a robotic toolkit available at Evolution Robotics for few hundredth dollars. The kit comprises motors, a camera, IR sensors, a gripper, and a configurable structure. The robot is controlled by a laptop through USB connection. The robot is controlled by an application shipped with the kit that can be used remotely using text commands sent through a TCP connection. ER1Lib is a managed library to control the ER1 robot.

Notes

The latency of the TCP connection is somewhat annoying, we found that setting the robot to the full speed would result in misbehaviours because of it. In certain situations it takes up to 1 second (5 meters) to react.

Why is in Robotics4.NET?

Wonder why? :) Perhaps you'd like to test our framework, some day... ;)

Example

 

In this code fragment it is shown a program fragment that navigates in a building like the one displayed in the R2 game. Navigation is achieved by attempting to balance the values read from sensors (displaced one in front, the remaining two 45 degrees toward left/right). The robot variable is an instance of the class exposing ER1 services.
Show

 Issues

There are no items to show in this view of the "ER1LibIssues" list.

 Links

  Browsable CVS
  Source code (automatic ZIP Archive)
  Evolution Robotics

 Events

There are currently no upcoming events.

 Tasks

There are no items to show in this view of the "ER1LibTasks" list.