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

Migrate to uv #755

Merged
merged 5 commits into from
Oct 8, 2024
Merged

Migrate to uv #755

merged 5 commits into from
Oct 8, 2024

Conversation

njooma
Copy link
Member

@njooma njooma commented Oct 7, 2024

Mirror pr of #754 but on upstream

@njooma njooma requested a review from a team as a code owner October 7, 2024 22:55
Copy link
Contributor

github-actions bot commented Oct 7, 2024

Warning your change may break code samples. If your change modifies any of the following functions please contact @viamrobotics/fleet-management. Thanks!

component function
base is_moving
board gpio_pin_by_name
camera get_image
encoder get_position
motor is_moving
sensor get_readings
servo get_position
arm get_end_position
gantry get_lengths
gripper is_moving
movement_sensor get_linear_acceleration
input_controller get_controls
audio get_properties
pose_tracker get_poses
power_sensor get_power
motion get_pose
vision get_properties
mlmodel metadata
slam get_point_cloud_map

@njooma njooma mentioned this pull request Oct 7, 2024
@njooma
Copy link
Member Author

njooma commented Oct 7, 2024

Test are failing because they use the old workflow, but here is it passing when I test manually: https://github.com/viamrobotics/viam-python-sdk/actions/runs/11225353798

@njooma
Copy link
Member Author

njooma commented Oct 8, 2024

CC @abe-winter 👀

@njooma njooma merged commit 8a1aef0 into main Oct 8, 2024
13 of 23 checks passed
@njooma njooma deleted the uv branch October 8, 2024 18:32
@@ -76,7 +76,7 @@ async def do_command(
::

command = {"cmd": "test", "data1": 500}
result = await component.do_command(command)
result = component.do(command)
Copy link
Contributor

Choose a reason for hiding this comment

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

are do commands synchronous? @njooma

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.

2 participants