Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MicroCART
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Distributed Autonomous Networked Control Lab
MicroCART
Commits
a31fa857
Commit
a31fa857
authored
7 years ago
by
ucart
Browse files
Options
Downloads
Patches
Plain Diff
created a couple of quick ways to run motor tests
parent
775d87fe
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
groundStation/scripts/bypass_kill_switch.sh
+8
-0
8 additions, 0 deletions
groundStation/scripts/bypass_kill_switch.sh
groundStation/scripts/parameterize.sh
+10
-0
10 additions, 0 deletions
groundStation/scripts/parameterize.sh
with
18 additions
and
0 deletions
groundStation/scripts/bypass_kill_switch.sh
0 → 100755
+
8
−
0
View file @
a31fa857
#! /bin/bash
cd
..
while
true
;
do
./setparam 37 0
$1
sleep
0.4
./setparam 37 0
$((
$1
-
1
))
sleep
0.4
done
This diff is collapsed.
Click to expand it.
groundStation/scripts/parameterize.sh
0 → 100755
+
10
−
0
View file @
a31fa857
cd
..
./addnode 0
"Zero"
./setparam
"zero"
0 0
./setsource
"signal mixer"
"pitch"
"zero"
0
./setsource
"signal mixer"
"roll"
"zero"
0
./setsource
"signal mixer"
"yaw"
"zero"
0
./addnode 0
"PWM_VAL"
./setparam
"pwm_val"
0 100000
./setsource
"signal mixer"
"throttle"
"pwm_val"
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