Skip to content

Commit

Permalink
Updated author and contact information
Browse files Browse the repository at this point in the history
  • Loading branch information
bennihepp committed Aug 4, 2016
1 parent 9808fb8 commit 01ffe58
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 Benjamin Hepp
Copyright (c) 2016 Benjamin Hepp and Tobias Naegeli.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -36,3 +36,8 @@ A motion-capture system is useful for generating the calibration data but it cou
measured by hand. The file _calibrate_example.m_ in the _utils_ folder shows how the data for _calibrate.m_ can be generated from motion-capture data.

__Note__: When recording data for calibration make sure to use the uncalibrated measurements from the _uwb_multi_range_ node (otherwise you might use already calibrated values and get a wrong calibration).

## Contact Information

Benjamin Hepp <benjamin.hepp@inf.ethz.ch>
Tobias Naegeli <tobias.naegeli@inf.ethz.ch>
2 changes: 1 addition & 1 deletion src/UWBSerial.cpp
Expand Up @@ -2,7 +2,7 @@
// Serial reader for multiple UWB ranging units.
//
// Created by Benjamin Hepp on 02.04.16.
// Copyright (c) 2016 Benjamin Hepp. All rights reserved.
// Copyright (c) 2016 Benjamin Hepp.
//

#include "UWBSerial.h"
Expand Down
2 changes: 1 addition & 1 deletion src/ait_link/Serial.cpp
Expand Up @@ -2,7 +2,7 @@
// Simple Serial Port class.
//
// Created by Benjamin Hepp on 02.04.16.
// Copyright (c) 2016 Benjamin Hepp. All rights reserved.
// Copyright (c) 2016 Benjamin Hepp.
//

#include "ait_link/Serial.h"
Expand Down
2 changes: 1 addition & 1 deletion src/nodes/uwb_serial_node.cpp
Expand Up @@ -2,7 +2,7 @@
// Node for reading UWB multi-ranges from serial port.
//
// Created by Benjamin Hepp on 02.04.16.
// Copyright (c) 2016 Benjamin Hepp. All rights reserved.
// Copyright (c) 2016 Benjamin Hepp.
//


Expand Down
4 changes: 2 additions & 2 deletions src/uwb_multi_range_node.py
Expand Up @@ -5,8 +5,8 @@
from __future__ import print_function

__author__ = "Benjamin Hepp"
__email__ = "benjamin.hepp@inf.ethz.ch"
__copyright__ = "Copyright 2015 Benjamin Hepp"
__email__ = "benjamin.hepp@inf.ethz.ch"
__copyright__ = "Copyright 2016 Benjamin Hepp"

import select
import numpy as np
Expand Down
4 changes: 2 additions & 2 deletions src/uwb_tracker_node.py
Expand Up @@ -5,8 +5,8 @@
from __future__ import print_function

__author__ = "Benjamin Hepp"
__email__ = "benjamin.hepp@inf.ethz.ch"
__copyright__ = "Copyright 2015 Benjamin Hepp"
__email__ = "benjamin.hepp@inf.ethz.ch"
__copyright__ = "Copyright 2016 Benjamin Hepp"

import select
import numpy as np
Expand Down

0 comments on commit 01ffe58

Please sign in to comment.