-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtodo
78 lines (48 loc) · 1.85 KB
/
todo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Documentation structure:
1. Intro, team members, prerequisites - Justice
2. What is the problem, initial constraints, final videos of gazebo and real panda moving - Rowan
3. Project structure, explaining the modules' functions, how they communicate (de_msgs) - Justice
4. 3 packages (spawn_mnger - Keith, arm_master - Zach, brick_manager_server - Rowan & Sam) explained in detail
5. A) Code implementation (Zach) and problems specific to Gazebo (Keith); 😎 Code implementation (Zach) and problems specific to real Panda (Keith)
6. Hololens interfacing and next steps (Dan)
"""Short Function Summary
Longer Function Description
Args:
param1 (int): The first parameter.
param2 (str): The second parameter.
Returns:
bool: The return value. True for success, False otherwise.
"""
``[x, y, z, rot_x, rot_y, rot_z]``
"""
roslaunch franka_gripper franka_gripper.launch robot_ip:=192.168.0.88
roslaunch move_to_start.launch robot_ip:=192.168.0.88
"""
+ finish documenting source code 15
+ write up 30
+ get it all on read the docs 15
y detailed documentation,
describing all theoretic and
implementation aspects of the
project. Includes not only
explanations about the successful
achievements, but also about the
failed attempts during the project
(i.e. what worked and what didn’t
work).
+ make graphics for pages
+ format
+running on gazebo
+ talk about the namespace issue with rqt_graph
+ film video
+ friction set up
Go through and format code and publish/push - Do this so I set up the team who will be getting up soon.
more content (1hr)
rest (1hr)
run()
Add dropped checked to documentation
+ go through and format all pages and add photos ect.... of going through the process and off your own screen
What matters right now?
Getting in documentation for the rest of the code base.
Editing the existing documentation to 80%
Talking about Gazebo