Skip to content

Commit e7e455c

Browse files
committed
Version Update (0.1.2)
1 parent c3c6d7d commit e7e455c

File tree

30 files changed

+251
-29
lines changed

30 files changed

+251
-29
lines changed

ati_ft_sensor/CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog for package ati_ft_sensor
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.1.2 (2017-04-24)
6+
-----------
7+
* none
8+
59
0.1.1 (2016-08-19)
610
-----------
711
* none

ati_ft_sensor/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>ati_ft_sensor</name>
4-
<version>0.1.1</version>
4+
<version>0.1.2</version>
55
<description>
66
This package is a library for using ATI's transducer.
77
This package describes basic functions for sensing force and torque.
88
We provide some functions for converting and scaling.
99
</description>
1010
<license>BSD</license>
1111
<author email="hjsong@robotis.com">Jay Song</author>
12-
<maintainer email="pyo@robotis.com">pyo</maintainer>
12+
<maintainer email="pyo@robotis.com">Pyo</maintainer>
1313
<url type="bugtracker">https://github.com/ROBOTIS-GIT/ROBOTIS-THORMANG-MPC/issues</url>
1414
<url type="repository">https://github.com/ROBOTIS-GIT/ROBOTIS-THORMANG-MPC</url>
1515
<url type="website">http://wiki.ros.org/ati_ft_sensor</url>

motion_module_tutorial/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package motion_module_tutorial
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.1.2 (2017-04-24)
6+
-----------
7+
* fixed package dependencies
8+
* optimized cpu usage by spin loop (by astumpf)
9+
* wholebody modified
10+
* Contributors: Jay Song, Zerom
11+
512
0.1.1 (2016-08-19)
613
-----------
714
* none

motion_module_tutorial/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>motion_module_tutorial</name>
4-
<version>0.1.1</version>
4+
<version>0.1.2</version>
55
<description>The motion_module_tutorial package</description>
66
<license>BSD</license>
77
<author email="hjsong@robotis.com">Jay Song</author>

sensor_module_tutorial/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package sensor_module_tutorial
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.1.2 (2017-04-24)
6+
-----------
7+
* fixed package dependencies
8+
* optimized cpu usage by spin loop (by astumpf)
9+
* wholebody modified
10+
* Contributors: Jay Song, Zerom
11+
512
0.1.1 (2016-08-19)
613
-----------
714
* none

sensor_module_tutorial/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>sensor_module_tutorial</name>
4-
<version>0.1.1</version>
4+
<version>0.1.2</version>
55
<description>The sensor_module_tutorial package</description>
66
<license>BSD</license>
77
<author email="hjsong@robotis.com">Jay Song</author>

thormang3_action_module/CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
Changelog for package thormang3_action_module
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.1.2 (2017-04-24)
6+
-----------
7+
* edited action file and dxl_init
8+
* added function for action_editor to action_module
9+
* bug fix : action file load
10+
* edited comment and some hard coded parameter
11+
* modified done msg in walking module and action module
12+
* add done msg : action module
13+
* code revision : action module
14+
* - fixed package dependencies
15+
* - optimized cpu usage by spin loop (by astumpf)
16+
* wholebody modified
17+
* - reduce CPU consumption
18+
* wholebody inipose added
19+
* update thormang3_head_control_module : scan lidar using range
20+
* Contributors: Jay Song, Zerom, Kayman
21+
522
0.1.1 (2016-08-19)
623
-----------
724
* none

thormang3_action_module/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>thormang3_action_module</name>
4-
<version>0.1.1</version>
4+
<version>0.1.2</version>
55
<description>
66
This package is a motion module that can play the saved action.
77
This module is based on position control.

thormang3_balance_control/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package thormang3_balance_control
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.1.2 (2017-04-24)
6+
-----------
7+
* upgraded walking balance control
8+
* - fixed package dependencies
9+
* Contributors: Jay Song, Zerom
10+
511
0.1.1 (2016-08-19)
612
-----------
713
* none

thormang3_balance_control/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>thormang3_balance_control</name>
4-
<version>0.1.1</version>
4+
<version>0.1.2</version>
55
<description>
66
The thormang3_balance_control package
77
This balance control is based on PD control.

0 commit comments

Comments
 (0)