Skip to content
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

[Doc] replace s002 with seq002 in README.md #128

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yuji38kwmt
Copy link

@yuji38kwmt yuji38kwmt commented Apr 13, 2022

In README.md, variable s002 is used but s002 does not defined.

>>> pc0 = s002.lidar[0]
>>> print(pc0.shape)
(166768, 6)
>>> s002.lidar.set_sensor(0)  # set to include only mechanical 360° LiDAR
>>> pc0_sensor0 = s002.lidar[0]
>>> print(pc0_sensor0.shape)
(106169, 6)
>>> s002.lidar.set_sensor(1)  # set to include only front-facing LiDAR
>>> pc0_sensor1 = s002.lidar[0]
>>> print(pc0_sensor1.shape)
(60599, 6)

So I replaced s002 with seq002 in README.md

replace 's002' with 'seq002'.
@yuji38kwmt yuji38kwmt changed the title Update README.md [Doc] replace s002 with seq002 in README.md Apr 13, 2022
@yuji38kwmt yuji38kwmt marked this pull request as ready for review April 13, 2022 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant