Freeduino based robots: Difference between revisions

From Control Systems Technology Group
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
To make sure the software can be tested on a swarm of quality robots it was best to create our own. To do this first some requirements based on the [[USE principles]] needed to be set:
To make sure the software can be tested on a swarm of quality robots it was best to create our own. To do this first some requirements based on the [[USE principles]] needed to be set:
*Robustness: Robots need to break down as minimum as possible.
*Robustness: Robots need to break down as minimum as possible.
*Speed: Robots need to work at reasonable speed but still have enough torque to deal with obstacles etc.
*Speed: Robots need to work at reasonable speed but still have enough torque to deal with obstacles etc.
*Tools: Because the robots need to move object some sort of shovel can be attached.
*Tools: Because the robots need to move object some sort of shovel can be attached.
*Sensors: Robots need to be able to know where the others are, know where obstacles and objects are and be aware of current speed, acceleration and direction.
*Sensors: Robots need to be able to know where the others are, know where obstacles and objects are and be aware of current speed, acceleration and direction.
Finnaly a hardware component needs to be added to connect the actuators with the software.


==Track Tires==
==Track Tires==
Line 29: Line 32:


The sensors are basically linked to all the requirements based on the [[USE principles]], since this is the input from which the robots will act.
The sensors are basically linked to all the requirements based on the [[USE principles]], since this is the input from which the robots will act.
==Hardware==


Back to: [[PRE2015 2 Groep1]]
Back to: [[PRE2015 2 Groep1]]

Revision as of 21:13, 29 November 2015

To make sure the software can be tested on a swarm of quality robots it was best to create our own. To do this first some requirements based on the USE principles needed to be set:

  • Robustness: Robots need to break down as minimum as possible.
  • Speed: Robots need to work at reasonable speed but still have enough torque to deal with obstacles etc.
  • Tools: Because the robots need to move object some sort of shovel can be attached.
  • Sensors: Robots need to be able to know where the others are, know where obstacles and objects are and be aware of current speed, acceleration and direction.

Finnaly a hardware component needs to be added to connect the actuators with the software.

Track Tires

To make sure the robot is robust a sturdy chassis was chosen and therefor tank treads will be attached instead of wheels. This requirement is of great importance for the design of the robots due to the terrain that they need to work and function in, as can be read in the scenario. This requirement also has a direct link with the Flexibility requirement for the enterprise and the Care requirement for the user, as can be found in the USE principles.

Trackandwheels.JPG

Actuator

To control the speed and torque of the robot twin motor gearbox was chosen with several configurations ranging from 58:1 to 203:1 using an rpm of 72 to 374. This requirement has a direct link to the user requirement Care, the enterprise requirement Efficiency as can be found in the USE principles.

Gears.jpg

Tools

No Tools Chosen yet

Sensors

The sensors are the eyes and ears of the robots and will be the input for the software of the robots. To make sure the robot is aware of objects an analog distance measurer using infrared was chosen with a range of 100 to 800 milimeters and a response time of 38ms. This sensor will be attached to a HobbyKing 928BB Servo to make sure the distance can be determined in several directinos without turning the robot.

Infrared.JPG

Also to track speed, acceleration and direction the Pololu MinIMU-9 Gyro, Accelerometer, and Compass can be attached. Using both the infrared sensor and this sensor the relative place of each robot can be determined. Further reading on this subject can be found in robot control software.

Compass4.jpg

The sensors are basically linked to all the requirements based on the USE principles, since this is the input from which the robots will act.

Hardware

Back to: PRE2015 2 Groep1