Stop using bounded array type #503
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
概要
メッセージでの範囲指定配列の使用をやめます。
plot juggler(データプロットツールの一つ)で、範囲指定配列を扱えないという不具合があるため、このPRを取り入れたいです。:
Related issue:facontidavide/PlotJuggler#881
関連チケット
変更内容
hoge[<=1]のように範囲指定でメンバを定義しているメッセージファイルを修正します動作確認内容
plotjugglerでdetectionトピックを描画できることを確認しました$ sudo apt install ros-$ROS_DISTRO-plotjuggler-ros $ ros2 run plotjuggler plotjuggler確認したReferee Command
影響範囲
範囲指定を使ったコードは存在しないので、動作には影響ないです。
補足
CIが通ってたら大丈夫です。