Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Climb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Oliver Ljungberg
Climb
Commits
9d1a6f7e
Commit
9d1a6f7e
authored
3 years ago
by
Oliver Ljungberg
Browse files
Options
Downloads
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
check_collision.c
+1
-1
1 addition, 1 deletion
check_collision.c
compute_case.c
+3
-0
3 additions, 0 deletions
compute_case.c
with
4 additions
and
1 deletion
check_collision.c
+
1
−
1
View file @
9d1a6f7e
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
compute_case.c
+
3
−
0
View file @
9d1a6f7e
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment