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

Update _index.md fix parameters in MoveOnGlobe #1832

Merged
merged 4 commits into from
Sep 21, 2023
Merged

Conversation

sguequierre
Copy link
Contributor

Feedback from @npentrel on 1826: parameters here are off, fix separately/in addition

@viambot viambot added the safe to build This pull request is marked safe to build from a trusted zone label Sep 14, 2023
@sguequierre sguequierre marked this pull request as ready for review September 14, 2023 18:40
@viambot
Copy link
Member

viambot commented Sep 14, 2023

Overall readability score: 54.49 (🟢 +0)

File Readability
_index.md 61.65 (🟢 +0.21)
View detailed metrics

🟢 - Shows an increase in readability
🔴 - Shows a decrease in readability

File Readability FRE GF ARI CLI DCRS
_index.md 61.65 46.57 8.74 13.6 13.22 6.02
  🟢 +0.21 🟢 +0 🔴 -0.07 🟢 +0.2 🟢 +0.12 🔴 -0.04

Averages:

  Readability FRE GF ARI CLI DCRS
Average 54.49 45.91 10.88 13.35 11.87 7.77
  🟢 +0 🟢 +0 🟢 +0 🟢 +0 🟢 +0 🟢 +0
View metric targets
Metric Range Ideal score
Flesch Reading Ease 100 (very easy read) to 0 (extremely difficult read) 60
Gunning Fog 6 (very easy read) to 17 (extremely difficult read) 8 or less
Auto. Read. Index 6 (very easy read) to 14 (extremely difficult read) 8 or less
Coleman Liau Index 6 (very easy read) to 17 (extremely difficult read) 8 or less
Dale-Chall Readability 4.9 (very easy read) to 9.9 (extremely difficult read) 6.9 or less

@@ -437,8 +437,6 @@ Translation in obstacles is not supported by the [navigation service](/services/
- `movement_sensor_name` [(ResourceName)](https://python.viam.dev/autoapi/viam/gen/common/v1/common_pb2/index.html#viam.gen.common.v1.common_pb2.ResourceName): The `ResourceName` of the [movement sensor](/components/movement-sensor/) that you want to use to check the robot's location.
- `obstacles` [(Optional[Sequence[GeoObstacle]])](https://python.viam.dev/autoapi/viam/gen/common/v1/common_pb2/index.html#viam.gen.common.v1.common_pb2.GeoObstacle): Obstacles to consider when planning the motion of the component, with each represented as a `GeoObstacle`. <ul><li> Default: `None` </li></ul>
- `heading` [(Optional[float])](https://docs.python.org/library/typing.html#typing.Optional): The compass heading, in degrees, that the robot's movement sensor should report at the `destination` point. <ul><li> Range: `[0-360)` </li><li>Default: `None`</li></ul>
- `linear_meters_per_sec` [(Optional[float])](https://docs.python.org/library/typing.html#typing.Optional): The linear velocity in meters per second to target when moving the component. <ul><li> Default: `0.3` </li></ul>
- `angular_deg_per_sec` [(Optional[float])](https://docs.python.org/library/typing.html#typing.Optional): The [angular velocity](https://en.wikipedia.org/wiki/Angular_velocity) in degrees per second to target when turning the component. <ul><li> Default: `60` </li></ul>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIK These are in error on the python SDK docs, they are now actually part of motion_configuration: same thing in Go. See other pr linked in description for more info

Copy link
Collaborator

@npentrel npentrel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@viambot
Copy link
Member

viambot commented Sep 18, 2023

You can view a rendered version of the docs from this PR at https://docs-test.viam.dev/6adc6d4a0900f5af0749e3fd4f6f23a218d0565a/public

@sguequierre sguequierre merged commit ef4a636 into main Sep 21, 2023
@sguequierre sguequierre deleted the sguequierre-patch-1 branch September 21, 2023 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to build This pull request is marked safe to build from a trusted zone
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants