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
0dfef69b
Commit
0dfef69b
authored
7 years ago
by
burneykb
Browse files
Options
Downloads
Patches
Plain Diff
Update how_to_demo.md
parent
359d8745
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
documentation/how_to_demo.md
+3
-14
3 additions, 14 deletions
documentation/how_to_demo.md
with
3 additions
and
14 deletions
documentation/how_to_demo.md
+
3
−
14
View file @
0dfef69b
...
...
@@ -21,7 +21,7 @@ Follow this How-To to get the quadcopter up and running in Coover 3050.
7.
Now you should be able to move the quadcopter trackable around in the tracking area, and see it update in real-time on the screen.
## Setup Ground Station
On the ground station computer (Co3050-
09
), log in with the following credentials.
On the ground station computer (Co3050-
microcart
), log in with the following credentials.
username:
`ucart`
<br>
password:
`microcart`
...
...
@@ -39,11 +39,6 @@ make vrpn
make
```
And set the wifi environment variable if you want to connect to the quad over wifi.
```
bash
$ UCART_USE_WIFI
=
true
```
## Setup Transmitter
The RC transmitter is used to manually control the quad.
1.
Ensure the transmitter has the following state before turning it on:
...
...
@@ -76,18 +71,12 @@ Execute the following on the ground station from the root of the ground station
In one terminal, run the backend:
```
bash
UCART_SOCKET
=
./ucart.socket ./BackEnd
```
In another terminal, run the monitor:
```
bash
UCART_SOCKET
=
./ucart.socket ./Cli monitor
-f
./BackEnd
```
Finally, in another terminal, export the socket path, and then execute any CLI commands that you like:
```
bash
export
UCART_SOCKET
=
./ucart.socket
./Cli setpid
--pitch
-p
1.000
./Cli setparam
'X pos PID'
'Setpoint'
1.000
# ... other CLI commands
```
...
...
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