Skip to content

Commit 8743826

Browse files
authored
Merge branch 'master' into master
2 parents 1f88c87 + 63b8fe0 commit 8743826

File tree

2 files changed

+51
-53
lines changed

2 files changed

+51
-53
lines changed

.dir-locals.el

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
(org . (
33
;; Set custom org-mode headline tags
44
(setq org-todo-keywords '(
5-
(type "Vi-TODO"
6-
"Dharsh-TODO"
7-
"ASK-Trey"
5+
6+
(type "Vi-TODO"
7+
"Dharsh-TODO"
8+
"ASK-Trey"
9+
10+
"Vi-CURRENT(!)"
11+
"Dharsh-CURRENT(!)"
812

9-
"Vi-CURRENT(!)"
10-
"Dharsh-CURRENT(!)"
11-
12-
"|"
13+
"|"
1314

1415
"Vi-Owner(!)"
1516
"Dharsh-Owner(!)")
@@ -34,4 +35,4 @@
3435
)
3536
)
3637
)
37-
)
38+
)

index.org

Lines changed: 42 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
#+TITLE: Pyrant Documentation
22
#+AUTHOR: Dharshan Rammohan & Vishakh Kumar
33

4-
#+TODO: Vi-TODO Dharsh-TODO ASK-Trey | Vi-Owner Dharsh-Owner
54

6-
* Custom org-mode features for this file
7-
Vi uses spacemacs a lot and railroaded Dharsh into using it so that he could organize things in org-mode.
85

9-
Main feature added is to create custom TODO types to assign work to people.
6+
* Custom org-mode features for this file
7+
Mainly to put custom TODO types so that everyone can use them.
108

119
#+NAME: startup
1210
#+BEGIN_SRC emacs-lisp :tangle .dir-locals.el :noweb yes :results silent
11+
1312
(
1413
(org . (
1514
<<set_org_todo_keywords>>
@@ -19,47 +18,45 @@ Main feature added is to create custom TODO types to assign work to people.
1918
)
2019
#+END_SRC
2120

22-
2321
** Set custom Org-mode headline tags
2422
#+NAME: set_org_todo_keywords
2523
#+BEGIN_SRC emacs-lisp
26-
;; Set custom org-mode headline tags
27-
(setq org-todo-keywords '(
28-
(type "Vi-TODO"
29-
"Dharsh-TODO"
30-
"ASK-Trey"
31-
32-
"Vi-CURRENT(!)"
33-
"Dharsh-CURRENT(!)"
34-
35-
"|"
36-
37-
"Vi-Owner(!)"
38-
"Dharsh-Owner(!)")
39-
)
40-
)
24+
;; Set custom org-mode headline tags
25+
(setq org-todo-keywords '(
26+
(type "Vi-TODO"
27+
"Dharsh-TODO"
28+
"ASK-Trey"
29+
30+
"Vi-CURRENT(!)"
31+
"Dharsh-CURRENT(!)"
32+
33+
"|"
34+
35+
"Vi-Owner(!)"
36+
"Dharsh-Owner(!)")
37+
)
38+
)
4139
#+END_SRC
4240

4341
** Set colors for headline tags
44-
#+NAME: set_org_keyword_faces
4542
#+BEGIN_SRC emacs-lisp :results silent
46-
;; Set colors for headline tags
47-
(setq org-todo-keyword-faces
48-
'(
49-
;; Todo Items
50-
("Vi-TODO" . (:foreground "white" :background "blue" ) )
51-
("Dharsh-TODO" . (:foreground "black" :background "yellow" ) )
52-
("ASK-Trey" . (:foreground "red" :weight bold ) )
53-
54-
;; In-progress Items
55-
("Vi-CURRENT" . (:foreground "blue" :background "black" :weight bold ) )
56-
("Dharsh-CURRENT" . (:foreground "blue" :background "black" :weight bold ) )
57-
58-
;; Finished items that are owned by
59-
("Vi-Owner" . (:foreground "Green" :weight bold ) )
60-
("Dharsh-Owner" . (:foreground "Green" :weight bold ) )
61-
)
62-
)
43+
;; Set colors for headline tags
44+
(setq org-todo-keyword-faces
45+
'(
46+
;; Todo Items
47+
("Vi-TODO" . (:foreground "white" :background "blue" ) )
48+
("Dharsh-TODO" . (:foreground "black" :background "yellow" ) )
49+
("ASK-Trey" . (:foreground "red" :weight bold ) )
50+
51+
;; In-progress Items
52+
("Vi-CURRENT" . (:foreground "blue" :background "black" :weight bold ) )
53+
("Dharsh-CURRENT" . (:foreground "blue" :background "black" :weight bold ) )
54+
55+
;; Finished items that are owned by
56+
("Vi-Owner" . (:foreground "Green" :weight bold ) )
57+
("Dharsh-Owner" . (:foreground "Green" :weight bold ) )
58+
)
59+
)
6360
#+END_SRC
6461

6562

@@ -89,8 +86,6 @@ Measure motor shaft thickness and update inventory. When propellors arrive, chec
8986

9087
When Vi goes to Microcenter next time, he will measure the motor shaft thickness and check for propellors that fit (along with a list of costs.) This will serve as the backup option should the propellors from Amazon be inadequete.
9188

92-
93-
9489
1) Motor Shaft is bigger but just a bit too big.
9590
Use a drill bit that fits the width of the propellor cavity. Borrow one from the woodshop and use the drill press.
9691

@@ -110,11 +105,13 @@ When Vi goes to Microcenter next time, he will measure the motor shaft thickness
110105
*** Vi-Owner Added RASPlib library
111106
*** Vi-Owner Implemented feedback-input comparator
112107
*** Vi-Owner mux-ed and demux-d input and made subsystem
113-
*** Dharsh-Owner Integrate Motor controllers
114-
n**** Dharsh-TODO Add .c files to Matlab
115-
**** Dharsh-Owner Add motor controller blocks to a subsystem and define input/output
108+
109+
*** Dharsh-OWNER Integrate Motor controllers
110+
**** Dharsh-TODO Add .c files to Matlab
111+
**** Dharsh-TODO Add motor controller blocks to a subsystem and define input/output
116112
Note: Making this a seperate subsystem will make it easier to switch to a hexacopter motor control.
117-
**** Dharsh-Owner Make a PID subsystem that accepts position based input.
113+
**** ASK-Trey Make a PID subsystem that accepts position based input.
114+
118115
*** Vi-TODO Building process
119116
**** Vi-TODO Build c files and avr to arduino mini.
120117
**** Vi-TODO Document in a bash script for easy use.
@@ -126,6 +123,7 @@ n**** Dharsh-TODO Add .c files to Matlab
126123
*** Dharsh-Owner Implement gyrometer, accelerometer & magnetometer PID controller
127124
Note: Philip (IEEE) mentioned that it would take far too long for the drones to come to a stop and hover and would not be appropiate for a swarm of controller
128125
Recommends switching to a position based PID controller
126+
129127
**** Dharsh-Owner Implement position based controller in Simulink
130128
Note: Pretend that the Raspberry Pi is sending signals but actually use the keyboard for mocking.
131129
*** ASK-TreyTune the PID controllers for the drones
@@ -198,7 +196,6 @@ Note: Also make sure it looks great.
198196
**** Vi-TODO Invention studio
199197
***** 3D print house casing for motors instead of using plywood.
200198

201-
202199
* Inventory
203200

204201
|----------+------------------------------+---------+---------+--------------------------------------|

0 commit comments

Comments
 (0)