Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More sensor types #2

Open
6 of 10 tasks
gsteinLTU opened this issue Mar 25, 2020 · 8 comments
Open
6 of 10 tasks

More sensor types #2

gsteinLTU opened this issue Mar 25, 2020 · 8 comments
Assignees
Labels
enhancement New feature or request

Comments

@gsteinLTU
Copy link
Owner

gsteinLTU commented Mar 25, 2020

Current ideas:

  • Button/LEDs from ActivityBot
  • 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
@gsteinLTU gsteinLTU added the enhancement New feature or request label Mar 25, 2020
@gsteinLTU gsteinLTU self-assigned this Mar 25, 2020
@gsteinLTU
Copy link
Owner Author

LEDs from ActivityBot handled in #9.

@gsteinLTU
Copy link
Owner Author

HW Button from ActivityBot in #13

@gsteinLTU
Copy link
Owner Author

Encoder ticks in #14

@gsteinLTU
Copy link
Owner Author

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

@gsteinLTU
Copy link
Owner Author

#16 has lidar sensor.

@gsteinLTU
Copy link
Owner Author

#17 will have light sensor using bitmap

@gsteinLTU
Copy link
Owner Author

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

@gsteinLTU gsteinLTU reopened this Jan 3, 2022
@gsteinLTU
Copy link
Owner Author

Reopening to track these features for .NET version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant