gsteinLTU / RoboScapeSimulator

Simple online simulation of robots for demonstration/education purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More sensor types

gsteinLTU opened this issue · comments

Current ideas:

  • Button/LEDs from ActivityBot
    • Example project(s): existing RoboScape camp projects (requires #4 to work fully)
  • Encoder ticks
    • Needs to match ActivityBot behavior
  • LIDAR
    • Example project: "follow the leader"
  • Light sensor using bitmap background (could be modified slightly to allow for gas/chemical sensor
    • Possibly an alternate light sensor for ambient brightness using positions of virtual lights?
    • Color, or only intensity?
    • Example project: line follower
  • "GPS" + heading
  • "Radio"
    • Allow for communication from non-robot entities, possibly limited range/line-of-sight
  • Beeps from ActivityBot
  • Obviously needs a way to enable/disable, likely on a per-robot basis

LEDs from ActivityBot handled in #9.

HW Button from ActivityBot in #13

Encoder ticks in #14

#15 sets up some of the groundwork to make adding these easier.

#16 has lidar sensor.

#17 will have light sensor using bitmap

Line follower example for light sensor: Line Follower.xml.zip

Reopening to track these features for .NET version.