Skip to content
Snippets Groups Projects
Commit 9d1a6f7e authored by Oliver Ljungberg's avatar Oliver Ljungberg
Browse files

Merge branch 'main' of https://github.com/EPFLepuck/Climb

parents eb38bf37 01e26ee3
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
/*
* wall_detection = 0 -> nothing changes
* wall_detection = 1 -> wall detected in front
* wall_detection = 2 -> wall detected in the back
* wall_detection = 2 -> wall detected in the back or (front and back)
*/
static uint8_t wall_detection = 0;
......
......@@ -4,9 +4,12 @@
* Created on: 14 avr. 2022
* Author: Corentin Jossi
*/
// Standard includes
#include <ch.h>
#include <hal.h>
#include <sensors/imu.h>
// project files includes
#include "compute_case.h"
#define XAXIS 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment