Skip to content

Commit

Permalink
add contact and copyright statements
Browse files Browse the repository at this point in the history
  • Loading branch information
minhnh committed Jul 3, 2020
1 parent 2537385 commit e7743df
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ A sample execution:
```
./executables/plot_abag_data.py ./build/ctrl_data_pos_z.csv ./build/desired_values.csv pos_z
```

## Maintainers:

* _Minh Nguyen_ email: `minh.nguyen at h-brs dot de`
* _Djordje Vukcevic_ email: `djordje.vukcevic at h-brs dot de`, GitHub: `djolemne`
3 changes: 3 additions & 0 deletions executables/plot_abag_data.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/usr/bin/env python3
"""
@author: Minh Nguyen
"""
import argparse
import csv
from enum import Enum
Expand Down
3 changes: 3 additions & 0 deletions include/constants.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* @copyright 2020 Minh Nguyen
*/
#ifndef _CONSTANTS_HPP_
#define _CONSTANTS_HPP_

Expand Down
3 changes: 3 additions & 0 deletions include/kinova_util.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/*
* Copyright (c) 2020 Minh Nguyen inc. All rights reserved.
*/
#ifndef _KINOVA_UTIL_H_
#define _KINOVA_UTIL_H_

Expand Down
5 changes: 2 additions & 3 deletions src/control_kinova.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
* Copyright (c) 2020 Minh Nguyen inc. All rights reserved.
*
/**
* @copyright 2020 Minh Nguyen
*/
#include <fstream>
#include <iostream>
Expand Down
3 changes: 3 additions & 0 deletions src/kinova_util.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* @copyright 2020 Minh Nguyen
*/
#include <chrono>
#include <urdf/model.h>
#include <KDetailedException.h>
Expand Down

0 comments on commit e7743df

Please sign in to comment.