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

Enhancement/joystick interface cleanup #110

Merged
merged 6 commits into from
Nov 12, 2023

Conversation

Aldokan
Copy link
Member

@Aldokan Aldokan commented Nov 12, 2023

No description provided.

@Aldokan Aldokan requested a review from alekskl01 November 12, 2023 12:21
Copy link
Contributor

@alekskl01 alekskl01 left a comment

Choose a reason for hiding this comment

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

Types do not need to be specified in the docstring, as it is already given by the typehints.

@@ -10,16 +10,17 @@ find_package(rclpy REQUIRED)
find_package(sensor_msgs REQUIRED)
find_package(geometry_msgs REQUIRED)

ament_python_install_package(${PROJECT_NAME})
#ament_python_install_package(${PROJECT_NAME})
Copy link
Contributor

Choose a reason for hiding this comment

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

remove commented out line

Creates a 2D wrench message with the given x, y, and yaw values.
Args:
x (float): The x component of the force vector.
Copy link
Contributor

Choose a reason for hiding this comment

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

no need to specify type in parentheses, it is already given by the typehints.

@alekskl01 alekskl01 merged commit 29d46be into development Nov 12, 2023
1 check failed
@alekskl01 alekskl01 deleted the enhancement/joystick_interface_cleanup branch November 12, 2023 12:37
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