Skip to content

Conversation

@fgb
Copy link
Member

@fgb fgb commented Jun 11, 2012

Most projects derived from Stan Baek's codebase rely on cmd.c/h as a command-and-control interface between the robot and a computer.

With cmd_default.c/h, the goal is to centralize the machinery of cmd.c/h so that:

  • bug fixes benefit all users simultaneously,
  • basic commands can be included across projects, and
  • default and user namespaces can be defined so as to increase flexibility and interoperability.

The current version was hacked over a weekend and still needs to be hardware tested. The API is still in flux.

Once it stabilizes and gets minimal testing, the module will get merged into master. Please leave a comment or submit a pull request if you'd like to add a default command or improve the current API.

@ghost ghost assigned fgb Nov 19, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants