optitrack_mo-cap_system_manual
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
optitrack_mo-cap_system_manual [2016/06/12 14:25] – dongbinkim | optitrack_mo-cap_system_manual [2018/05/16 08:48] (current) – blakehament | ||
---|---|---|---|
Line 15: | Line 15: | ||
===== Motivation and Audience ===== | ===== Motivation and Audience ===== | ||
- | This tutorial' | + | This tutorial' |
<fc blue> | <fc blue> | ||
- | * Know a little knowledge of C++, MatLab. | + | * Know a little knowledge of Cpp, MatLab. |
\\ | \\ | ||
* Perhaps also know how to check your own TCP/IP address. | * Perhaps also know how to check your own TCP/IP address. | ||
Line 30: | Line 30: | ||
* [[tutorialTemplate# | * [[tutorialTemplate# | ||
* [[tutorialTemplate# | * [[tutorialTemplate# | ||
- | * Programming <!- delete this line if not applicable -> | ||
* Final Words | * Final Words | ||
Line 45: | Line 44: | ||
^PART NAME/ | ^PART NAME/ | ||
| Arena Motion Capture Software | | Arena Motion Capture Software | ||
- | | Calibration Square | + | | Calibration Square |
- | | Camera Stand : 10ft | Natural Point | www.naturalpoint.com | 79 | + | | Camera Stand : 10ft | Natural Point | www.naturalpoint.com | 79 |4| |
- | | Hardware Key | Natural Point | www.naturalpoint.com | 99 | + | | Hardware Key | Natural Point | www.naturalpoint.com | 99 |1| |
- | | Manfrotto Super Clamp with 3-way Head(# | + | | Manfrotto Super Clamp with 3-way Head(# |
- | | Manfrotto Wall Mount with Swivel-Tilt Head| Natural Point | www.naturalpoint.com | 49 | 15 | | + | | Manfrotto Wall Mount with Swivel-Tilt Head| Natural Point | www.naturalpoint.com | 49 |
- | | Marker Set : 5/8" Semi-soft| Natural Point | www.naturalpoint.com | 249 | + | | Marker Set : 5/8" Semi-soft| Natural Point | www.naturalpoint.com | 249 |2| |
- | | Motion Capture Suit(M) | + | | Motion Capture Suit(M) |
- | | Optihub | + | | Optihub |
- | | Optitrack FLEX:V100R2 Red, | + | | Optitrack FLEX:V100R2 Red, |
- | | Optitrack Sync Cable : 30ft| Natural Point | www.naturalpoint.com | 10 | 2 | + | | Optitrack Sync Cable : 30ft| Natural Point | www.naturalpoint.com | 10 |2| |
- | | OptiWand Kit | Natural Point | www.naturalpoint.com | 249 | + | | OptiWand Kit | Natural Point | www.naturalpoint.com | 249 |1| |
- | | USB 2.0 Active Extension Cable : 5m | Natural Point | www.naturalpoint.com | 20 | 3 | + | | USB 2.0 Active Extension Cable : 5m | Natural Point | www.naturalpoint.com | 20 |3| |
- | | USB Cable : 16ft A to B | Natural Point | www.naturalpoint.com | 5 | 3 | + | | USB Cable : 16ft A to B | Natural Point | www.naturalpoint.com | 5 |3| |
- | | USB Cable High Grade, Left | Natural Point | www.naturalpoint.com | 10 | + | | USB Cable High Grade, Left | Natural Point | www.naturalpoint.com | 10 |18| |
\\ | \\ | ||
Line 67: | Line 66: | ||
Here is the {{: | Here is the {{: | ||
\\ | \\ | ||
+ | |||
+ | **License Information: | ||
+ | |||
+ | License Serial Number: MCL2149 | ||
+ | License Hash: 9C0C8CE225DE600F | ||
+ | Hardware Key Serial Number: 102845 | ||
==== Construction ==== | ==== Construction ==== | ||
- | This section gives step-by-step instructions along with photos to capture the motion in Optitrack. A schematic to construct Optitrack is shown here. {{: | + | This section gives step-by-step instructions along with photos to capture the motion in Optitrack. A schematic to construct Optitrack is shown here. {{: |
\\ | \\ | ||
\\ | \\ | ||
Line 76: | Line 81: | ||
\\ | \\ | ||
\\ | \\ | ||
- | <Add photos to make step easier to understand> | + | Let's do calibration with cameras first. Vidio link is here : https:// |
\\ | \\ | ||
\\ | \\ | ||
Line 82: | Line 87: | ||
\\ | \\ | ||
\\ | \\ | ||
- | < | + | {{ : |
+ | |||
+ | Put at least 3~4 markers on the object that you are going to test for. I used ARDrone for this tutorial. | ||
+ | and Do record the motion. It's described on this video : https:// | ||
+ | \\ | ||
+ | \\ | ||
+ | **Step 3** | ||
+ | \\ | ||
\\ | \\ | ||
- | ==== Programming ==== | + | {{: |
+ | |||
+ | Setting up Rigid Body with the recorded data. This Video : https:// | ||
- | A link to the source code can be found <provide URL to your code, probably saved in this DASL Wiki>. | ||
\\ | \\ | ||
- | The goal of the code is <brief explanation> | ||
\\ | \\ | ||
- | ---- | + | **Step 4** |
- | <!- Insert a snippet of your code here. Try to keep to less than 0.5 page long --> | + | |
- | ---- | + | |
\\ | \\ | ||
- | The snippet above serves to <fill in the blank>. It does this by <fill in the blank>. | ||
\\ | \\ | ||
- | ---- | + | {{: |
- | <!- Insert another snippet | + | |
- | ---- | + | Prepare to Stream Data : Find your IP Address from Mo-Cap PC. and Multicast Address from NatNet SDK PDF file. Then, put those numbers on Stream Tap of Arena Software. |
- | Next, the code does <fill in the blank>. It does this by <fill in the blank>. | + | \\ |
- | <!-- Keep entering snippets of code and descriptions until you've given enough for a reader | + | \\ |
- | // | + | **Step 5.1 - Stream Data with MatLab** |
- | // | + | \\ |
+ | \\ | ||
+ | {{: | ||
+ | |||
+ | Go to your NatNet_SDK_2.9 folder-> | ||
+ | Then, Find " | ||
+ | This Video : https:// | ||
+ | \\ | ||
+ | \\ | ||
+ | **Step 5.2 - Stream Data with Visual Studio(Cpp)** | ||
+ | \\ | ||
+ | \\ | ||
+ | {{: | ||
+ | |||
+ | Go to your NatNet_SDK_2.9 folder-> | ||
+ | At PacketClient.cpp, | ||
+ | Run the code. | ||
+ | This Video : https://youtu.be/ | ||
+ | \\ | ||
+ | |||
==== Final Words ==== | ==== Final Words ==== | ||
- | This tutorial' | + | This tutorial' |
\\ | \\ | ||
\\ | \\ | ||
- | Speculating future work derived from this tutorial, includes <fill in the blank>. In the big picture, the problem of <fill in the blank> | + | Speculating future work derived from this tutorial. In the big picture, the problem of the motion error from GPS can be solved with this tutorial |
\\ | \\ | ||
\\ | \\ | ||
- | For questions, clarifications, | + | For questions, clarifications, |
optitrack_mo-cap_system_manual.1465766703.txt.gz · Last modified: 2016/06/12 14:25 by dongbinkim