forked from helios-base/librcsc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix cmake configurations. * replace CheckSymbolExists with CheckCXXSymbolExists * fix a cmake problem. add a missing header file. * デフォルトのインストール先を~/localへ変更 * formationファイルフォーマットv2のパーサを復帰 (helios-base#13) * support a large value of synch_see_offset (helios-base#15) * SeeState::canChangeViewToをcanSendChangeViewへリネーム.スタイルを一部修正. * コード整理 * synch_see時の最大待ち時間を79msから30msへ変更 * TimeStampに<,>演算子を追加 * synch_see_offsetが大きい場合に部分的に対応。seeのタイミングを正確に判断するためにTimeStampを導入 Co-authored-by: Hidehisa Akiyama <[email protected]> * replace some implementations with C++11/14 (helios-base#16) * replace deprecated function adapters with lamda expressions * 一部を範囲for文へ置き換え * 一部を範囲for文、nullptrへ置換。 * 行動クラス群を範囲for文へ置換 * ann内の実装を範囲for文で置換 * clang内の実装を範囲for文で置換 * coach内の実装を範囲for文へ置換 * 範囲for文でiteratorを整理 * BallObjectの代入演算子を追加し、defaultとして定義 * boostのスマートポインタ、cstdintを標準へ置換 * boost::randomをstd::randomへ置換 * コンストラクタ・デストラクタのdefault,deleteを設定 * 自己位置推定の冗長コードを整理し、サンプリング動作を確認 * 一部のpush_backをemplace_backへ置き換え * ヌルポインタとしての0キャストをnullptrへ置き換え * 一部のstd::mapをstd::unordered_mapへ置き換え * 一部のlexical_castを標準の変換関数へ置き換え * 時間計測関係をstd::chronoで再実装 * TimeStamp::msecFromをelapsedSinceへリネーム * 未使用のフォーメーションクラスをobsoleteへ移動 * 未使用コードを削除 * 一部の仮想メンバ関数にoverrideキーワードを追加 Co-authored-by: Hidehisa Akiyama <[email protected]>
- Loading branch information
1 parent
13de9c4
commit bf71940
Showing
232 changed files
with
4,786 additions
and
6,035 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.