Skip to content

Conversation

randhid
Copy link
Contributor

@randhid randhid commented Jun 28, 2023

MoveToPosition now takes an optional speeds List
'Home1` added, returns a bool.

@randhid randhid requested a review from a team as a code owner June 28, 2023 16:28
@randhid randhid requested review from clintpurser and cheukt June 28, 2023 16:28
@github-actions
Copy link
Contributor

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 {'func': 'is_moving'}
board {'func': 'gpio_pin_by_name', 'comment': 'Note that the pin supplied is a placeholder. Please change this to a valid pin you are using.', 'args': ['"16"']}
camera {'func': 'get_image'}
encoder {'func': 'get_position'}
motor {'func': 'is_moving'}
sensor {'func': 'get_readings'}
servo {'func': 'get_position'}
arm {'func': 'get_end_position'}
gantry {'func': 'get_lengths'}
gripper {'func': 'is_moving'}
movement_sensor {'func': 'get_linear_acceleration'}
input_controller {'func': 'get_controls'}
audio {'func': 'get_properties'}
pose_tracker {'func': 'get_poses'}
motion {'func': 'get_pose'}
vision {'func': 'get_classifications_from_camera', 'args': ['YOURCAMERANAME', '1'], 'comment': 'Note that the Camera supplied is a placeholder. Please change this to a valid Camera.'}

@randhid randhid changed the title Add my changes Add and Modify Gantry API to Python SDK Jun 28, 2023
@randhid randhid merged commit 97defd5 into viamrobotics:main Jun 28, 2023
@randhid randhid changed the title Add and Modify Gantry API to Python SDK [RSDK-3761] Add and Modify Gantry API to Python SDK Jun 28, 2023
Move the gantry to a new position at the requested speeds.
Args:
positions (List[float]): List of positions for the axes to move to,
Copy link
Contributor

Choose a reason for hiding this comment

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

@randhid shouldn't speeds have been added here?

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.

3 participants