プロジェクト

全般

プロフィール

kurihara の活動

2009/12/22から2010/01/20まで

2010/01/20

18:34 コア リビジョン 1715: A change for revision1700
kurihara
18:34 OpenRTM-aist (C++) リビジョン 1715 (openrtm-cxx): A change for revision1700
kurihara
13:54 コア リビジョン 1708: The bug in get() was fixed. (reported by Hakuta)
kurihara
13:54 OpenRTM-aist (C++) リビジョン 1708 (openrtm-cxx): The bug in get() was fixed. (reported by Hakuta)
kurihara
13:13 コア リビジョン 1707: The bug in write() was fixed.
kurihara
13:13 OpenRTM-aist (C++) リビジョン 1707 (openrtm-cxx): The bug in write() was fixed.
kurihara
13:12 コア リビジョン 1706: The bug in writeAll() was fixed.
kurihara
13:12 OpenRTM-aist (C++) リビジョン 1706 (openrtm-cxx): The bug in writeAll() was fixed.
kurihara
09:36 コア リビジョン 1702: A trivial bug fix.
kurihara
09:36 OpenRTM-aist (C++) リビジョン 1702 (openrtm-cxx): A trivial bug fix.
kurihara
00:28 コア リビジョン 1701: Pure virtual function read() and write() were added.
kurihara
00:28 OpenRTM-aist (C++) リビジョン 1701 (openrtm-cxx): Pure virtual function read() and write() were added.
kurihara
00:27 コア リビジョン 1700: A function to do read/write of data port at once has been implemented.
bool RTObject_impl::readAll();
bool RTObject_impl::writeAll();
A function to set to call by default the function me...
kurihara
00:27 OpenRTM-aist (C++) リビジョン 1700 (openrtm-cxx): A function to do read/write of data port at once has been implemented.
bool RTObject_impl::readAll();
bool RTObject_impl::writeAll();
A function to set to call by default the function me...
kurihara

2010/01/15

18:12 コア リビジョン 1661: The interface about the registration of Port was changed from
[register|delete]*Port() to [add|remove]*Port(). kurihara
18:12 OpenRTM-aist (C++) リビジョン 1661 (openrtm-cxx): The interface about the registration of Port was changed from
[register|delete]*Port() to [add|remove]*Port(). kurihara
16:59 コア リビジョン 1659: The interface about the registration of Port was changed from
[register|delete]*Port() to [add|remove]*Port(). kurihara
16:59 OpenRTM-aist (C++) リビジョン 1659 (openrtm-cxx): The interface about the registration of Port was changed from
[register|delete]*Port() to [add|remove]*Port(). kurihara

2010/01/14

18:16 コア リビジョン 1655: The port name had been changed from <port_name> to <instance_name>.<port_name> since r1648.
But the port name is processed as <port_name> not <instance_name.port_name> in RTSE.
Therefore, it corresponded in th...
kurihara
18:16 OpenRTM-aist (C++) リビジョン 1655 (openrtm-cxx): The port name had been changed from <port_name> to <instance_name>.<port_name> since r1648.
But the port name is processed as <port_name> not <instance_name.port_name> in RTSE.
Therefore, it corresponded in th...
kurihara

2010/01/13

09:39 コア リビジョン 1644: The description about the Composite component was made comment.
kurihara
09:39 OpenRTM-aist (C++) リビジョン 1644 (openrtm-cxx): The description about the Composite component was made comment.
kurihara

2010/01/12

13:30 OpenRTM-aist (Python) リビジョン 197 (openrtm-python): CORBA Manager servant implementation has been improved.
- master manager option '-d' was introduced.
- master-slave negotiation was implemented.
kurihara

2010/01/08

17:03 OpenRTM-aist (Python) リビジョン 196 (openrtm-python): Source code beautified.
kurihara
13:46 コア リビジョン 1616: Some trivial fixes.
kurihara
13:46 OpenRTM-aist (C++) リビジョン 1616 (openrtm-cxx): Some trivial fixes.
kurihara
12:35 OpenRTM-aist (Python) リビジョン 194 (openrtm-python): Added rules about examples/rtc.conf.sample and examples/component.conf
kurihara
12:16 OpenRTM-aist (Python) リビジョン 193 (openrtm-python): The deletion guard for default configuration-set has been added.
kurihara
11:45 OpenRTM-aist (Python) リビジョン 192 (openrtm-python): The bug about overload of __call__ method was fixed.
kurihara
11:27 OpenRTM-aist (Python) リビジョン 191 (openrtm-python): "precreate" process order has been changed.
kurihara
11:24 OpenRTM-aist (Python) リビジョン 190 (openrtm-python): Configuration set initializing bugs have been fixed.
kurihara
11:23 OpenRTM-aist (Python) リビジョン 189 (openrtm-python): Some trivial fixes.
kurihara
11:18 OpenRTM-aist (Python) リビジョン 188 (openrtm-python): Two callback types (ON_CONNECT, ON_DISCONNECTION) have been added.
kurihara
10:42 OpenRTM-aist (Python) リビジョン 187 (openrtm-python): Test case about endian was added.
kurihara

2010/01/07

15:12 OpenRTM-aist (Python) リビジョン 186 (openrtm-python): The bug about the copy of the Properties has been fixed.
kurihara

2010/01/06

18:15 OpenRTM-aist (Python) リビジョン 185 (openrtm-python): Log level NORMAL and MANDATORY were deleted and FATAL was added. Default log level was changed to INFO
kurihara
17:55 OpenRTM-aist (Python) リビジョン 184 (openrtm-python): Source code beautified.
kurihara
17:49 OpenRTM-aist (Python) リビジョン 183 (openrtm-python): Connector callback class have been added.
kurihara
17:49 OpenRTM-aist (Python) リビジョン 182 (openrtm-python): Connector callback test have been added.
kurihara
17:46 OpenRTM-aist (Python) リビジョン 181 (openrtm-python): Connector callback stuffs have been added. and ConnectorBase::Profile has been moved to ConnectorInfo.
kurihara
17:37 OpenRTM-aist (Python) リビジョン 180 (openrtm-python): Connector callback stuffs have been added. and ConnectorBase::Profile has been moved to ConnectorInfo.
kurihara

2010/01/05

17:56 OpenRTM-aist (Python) リビジョン 179 (openrtm-python): Some bugs was fixed
kurihara
14:50 OpenRTM-aist (Python) リビジョン 178 (openrtm-python): r117 has been tagged as RELEASE_1_0_0_RC1_p1
kurihara
14:31 OpenRTM-aist (Python) リビジョン 177 (openrtm-python): RELEASE_1_0_0_RC1_p1 tagged. (r117)
kurihara
14:29 OpenRTM-aist (Python) リビジョン 176 (openrtm-python): tag removed
kurihara
13:46 OpenRTM-aist (Python) リビジョン 175 (openrtm-python): r117 has been tagged as RELEASE_1_0_0_RC1_p1
kurihara
13:43 OpenRTM-aist (Python) リビジョン 174 (openrtm-python): RELEASE_1_0_0_RC1_p1 tagged
kurihara
13:37 OpenRTM-aist (Python) リビジョン 173 (openrtm-python): tag removed
kurihara
12:27 OpenRTM-aist (Python) リビジョン 172 (openrtm-python): RELEASE_1_0_0_RC1_p1 tagged
kurihara
10:20 OpenRTM-aist (Python) リビジョン 160 (openrtm-python): tag for OpenRTM-aist-Python-1.0.0-RC1-p1.
kurihara
10:19 OpenRTM-aist (Python) リビジョン 159 (openrtm-python): tag for OpenRTM-aist-Python-1.0.0-RC1.
kurihara

2009/12/24

11:30 OpenRTM-aist (Python) リビジョン 158 (openrtm-python): Component for auto-test-tool.
kurihara
 

他の形式にエクスポート: Atom