Pinned Repositories
ach
IPC for Real-Time Robot Control
BBB_LSM303
A C++ driver for the LSM303 accelerometer and magnetometer sensor written for the BeagleBone Black.
capture_the_cell
Use the rules of Conway's Game of Life to capture the other players flagged cell before they do the same!
charlieTheDogSearch
A solution to the Coderbyte challenge "Charlie The Dog" implemented in C++.
InvadersFromSpace
An implementation of Space Invaders using python.
makeblock_ultimate
An Arduino sketch to control the Makeblock Ulitmate kit robot with grasping arm via bluetooth using the Robot Bluetooth Control android app .
neural-networks-and-deep-learning
Code samples for my book "Neural Networks and Deep Learning"
OOM_Kernel_Module
Individual project course: create a framework to enable the Linux kernel to recover memory intensive processes.
RoverNodes
A collection of ROS nodes used to control various aspects of a rover.
VertexCoverSearch
Implements the Vertex Cover problem: For a given graph G and integer k, determine whether or not there is a vertex cover of size k or less.
sedgwickc's Repositories
sedgwickc/BBB_LSM303
A C++ driver for the LSM303 accelerometer and magnetometer sensor written for the BeagleBone Black.
sedgwickc/RoverNodes
A collection of ROS nodes used to control various aspects of a rover.
sedgwickc/ach
IPC for Real-Time Robot Control
sedgwickc/capture_the_cell
Use the rules of Conway's Game of Life to capture the other players flagged cell before they do the same!
sedgwickc/charlieTheDogSearch
A solution to the Coderbyte challenge "Charlie The Dog" implemented in C++.
sedgwickc/InvadersFromSpace
An implementation of Space Invaders using python.
sedgwickc/neural-networks-and-deep-learning
Code samples for my book "Neural Networks and Deep Learning"
sedgwickc/VertexCoverSearch
Implements the Vertex Cover problem: For a given graph G and integer k, determine whether or not there is a vertex cover of size k or less.
sedgwickc/adafruit-beaglebone-io-python
Adafruit's BeagleBone IO Python Library
sedgwickc/Arbor
A tool to plant managment tool to support aspiring growers at any stage.
sedgwickc/bb.org-overlays
Device Tree Overlays for bb.org boards
sedgwickc/BBB_BMP180
A C++ BMP180 sensor driver written for the Beagle Bone Black.
sedgwickc/BBB_L3GD20
A C++ L3GD20 gyro sensor driver for the BeageBone Black.
sedgwickc/BBB_MotorControl
Control 4 motors using Intel's MRAA library on the BeagleBone Black/Green.
sedgwickc/common_configs
Contains the configs files for the tools I commonly use in Linux.
sedgwickc/DeepLearningPython35
neuralnetworksanddeeplearning.com integrated scripts for Python 3.5.2 and Theano with CUDA support
sedgwickc/ergodox_layout
This repo contains the layouts I use for me ergodox ez.
sedgwickc/game_of_life
An implementation of Conway's Game of Life using python and pygame.
sedgwickc/lidar_lite_bbblue
A simple process that uses the robotics cape to sweep a lidar lite v2 and report the distance at each degree.
sedgwickc/mraa
Linux Library for low speed IO Communication in C with bindings for C++, Python, Node.js & Java. Supports generic io platforms, as well as Intel Edison, Intel Joule, Raspberry Pi and many more.
sedgwickc/qmk_firmware
keyboard controller firmware for Atmel AVR and ARM USB families
sedgwickc/RFM69
A BeagleBone Black library for transmitting/receiving data with RFM69 modules
sedgwickc/RoboticsCapeTeleoperation
A program which leverages the roboticscape API to remote control a wheeled robot.
sedgwickc/ros_primer
A set of two nodes created to demonstrate the use of publishing and subscribing in ROS to communicate.
sedgwickc/RoverACH
A wrapper class for the ach IPC library to be used with my BBG based rover.
sedgwickc/RoverControl
A controller for my BBG based rover.
sedgwickc/RoverElectricalDiagrams
This repo contains the design diagrams for the Geoff rover project.
sedgwickc/SelfBalancingRobot
A sketch that uses a PID controller to allow a two wheeled robot to balance upright.
sedgwickc/spot_rover
Spot is two wheeled differential drive rover powered by ROS inspired by NASA Mars rovers.
sedgwickc/teleop_twist_joy
Simple joystick teleop for twist robots