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.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
robot_description_loaderを実装 #42
robot_description_loaderを実装 #42
Changes from 17 commits
ec1ef9b
c63f414
6b67e29
046ffee
c7698fc
acb2aaa
858426d
50c665b
cc8bbd7
044ef7e
af9185b
c975b71
5e2c552
34a3f44
dac8443
302008f
08b8c51
e493267
6a92b93
4610b16
300a222
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
display.launch.pyでも使用されている引数、
lidar
とlidar_frame
に対応してください。There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これらの引数は今回の変更で使用されていないので削除お願いします。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
引数、lidarとlidar_frameのテストを追加してください。
引数lidarについては、"none", "urg", "lds", or "rplidar" が正しく反映されることを検証してください
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
今回の変更でこれらの引数は使用されていません。
機能追加時に引数を追加してください。