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

Parameterize ada_moveit with end_effector_tool #54

Draft
wants to merge 90 commits into
base: main
Choose a base branch
from

Conversation

jjaime2
Copy link

@jjaime2 jjaime2 commented Dec 15, 2024

Description

This pull request modifies launch files to adapt to the specified end_effector_tool. This will allow users to specify tools from none, fork, and articulable_fork. For developers using ADA before the articulable fork hardware is transitioned in, set the tool to fork.

Testing procedure

  • To test in simulation, run ros2 launch ada_moveit demo.launch.py sim:=mock end_effector_tool:=<tool> for each <tool> in none, fork, articulable_fork
  • Using the ada planning group, set the goal state to random valid, then plan and execute the trajectory and verify that ADA moves to the desired configuration
  • To test on the real hardware, first connect the appropriate hardware to your development machine via USB, e.g. for end_effector_tool = fork only connect the Jaco to your machine, and for end_effector_tool = articulable_fork connect both the Jaco and Articulable Fork to your machine
  • Then, open a new terminal and run ros2 run forque_sensor_hardware forque_sensor_hardware --ros-args -p host:=ft-sensor-2
  • Then, open a new terminal and run ros2 launch ada_moveit demo.launch.py sim:=mock end_effector_tool:=<tool> for each <tool> in none, fork, articulable_fork
  • Using the ada planning group, adjust the position of the end-effector frame such that all joints of interest will be actuated without colliding with the test environment, then plan and execute the trajectory and verify that ADA moves to the desired configuration

Before opening a pull request

  • pre-commit run --all-files
  • Run your code through pylint. pylint --recursive=y --rcfile=.pylintrc .. All warnings but fixme must be addressed.

Before Merging

  • Squash & Merge

…s set to articulable_fork"

This reverts commit 669aa7d.
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