New 3 dof setup#108
Merged
Merged
Conversation
Contributor
IshanDutta11
commented
Apr 28, 2026
- Adds parameter to determine whether to use 2DOF or 3DOF controllers
- Adds parameter that lets you deactivate talon from launch file
- Splits up all the controllers into arm/wrist/end effector, which will make future development easier when incorporating different kinds of wrists/end-effectors
- Modified the controller switcher to handle proper changes of 2DOF and 3DOF. Prevents you from switching to 3DOF controllers when use_3dof is false. Also prevents controller switching to controllers that are only part of the arm (if you want to change from joint trajectory controller back to 2DOF joint by joint setup, you must input a 2DOF arm, wrist, and joint controller, if you only do one it fails)
* update to latest * update rear ackermann controller * Removed bad paramters * remove todo nodes * Flipped the turning * swap the right and left speed * working on rover * updated athena_drive.launch.py * updated zed launch * maybe fix the zed issue * updated drive urdf * ackermann guarding * teleop config testing * Added steering limits * Revert ZED-related changes from nav_testing_2324 Restores upstream/main versions of: - sensors.launch.py (publish_odom/map defaults, gps_launch) - zed.launch.py (publish_tf/publish_map_tf back to LaunchConfiguration) - zed_macro_sim.urdf.xacro (color + rgb_sensor link/joint) - athena_drive.urdf.xacro (unconditional zed include + original origin) - nav_bringup.launch.py (remove zed_to_base_footprint static tf) * added arm bringup files * bring over arm can id update as well --------- Co-authored-by: Adrian Cires <ciresadrian@hotmail.com> Co-authored-by: UMDLoop Jetson Orin NX <umdloop@gmail.com>
…lacement for just those joints
… the individuality and interchangeability of each subsection. This commit has a separate joint by joint controller for arm (composed of base_yaw, shoulder_pitch, and elbow_pitch), 3 wrist controllers (joint by joint for 3dof, 2dof, and an orientation controller for 3DOF), and gripper claw. If we ever decide to add more joints to arm, use a different kind of wrist control scheme, or have a different kind of end effector entirely, the components as well as the code can now be swapped in and out for it.
…d, so it now functions with this arm setup (will require considerations of drive and always active controllers in yaml file). Also made a 2dof and 3dof trajectory controller config.
HGardiner1
approved these changes
May 2, 2026
ethanhchoi
pushed a commit
to ethanhchoi/athena-code
that referenced
this pull request
May 19, 2026
* configured for a 3dof controller, we can improve base design later * extra fixes before actual testing * Update with real life testing code (umdloop#78) * update to latest * update rear ackermann controller * Removed bad paramters * remove todo nodes * Flipped the turning * swap the right and left speed * working on rover * updated athena_drive.launch.py * updated zed launch * maybe fix the zed issue * updated drive urdf * ackermann guarding * teleop config testing * Added steering limits * Revert ZED-related changes from nav_testing_2324 Restores upstream/main versions of: - sensors.launch.py (publish_odom/map defaults, gps_launch) - zed.launch.py (publish_tf/publish_map_tf back to LaunchConfiguration) - zed_macro_sim.urdf.xacro (color + rgb_sensor link/joint) - athena_drive.urdf.xacro (unconditional zed include + original origin) - nav_bringup.launch.py (remove zed_to_base_footprint static tf) * added arm bringup files * bring over arm can id update as well --------- Co-authored-by: Adrian Cires <ciresadrian@hotmail.com> Co-authored-by: UMDLoop Jetson Orin NX <umdloop@gmail.com> * working, but code wise it should not be prismatic, suitable for now * allows the user to deactivate the talons and have a mock hardware replacement for just those joints * Separates arm into 3 subsections, arm, wrist, and end effector due to the individuality and interchangeability of each subsection. This commit has a separate joint by joint controller for arm (composed of base_yaw, shoulder_pitch, and elbow_pitch), 3 wrist controllers (joint by joint for 3dof, 2dof, and an orientation controller for 3DOF), and gripper claw. If we ever decide to add more joints to arm, use a different kind of wrist control scheme, or have a different kind of end effector entirely, the components as well as the code can now be swapped in and out for it. * Realized a lot of controller switcher functionality had to be modified, so it now functions with this arm setup (will require considerations of drive and always active controllers in yaml file). Also made a 2dof and 3dof trajectory controller config. --------- Co-authored-by: Mohammad Durrani <46766905+mdurrani808@users.noreply.github.com> Co-authored-by: Adrian Cires <ciresadrian@hotmail.com> Co-authored-by: UMDLoop Jetson Orin NX <umdloop@gmail.com> Co-authored-by: duttaishan01 <duttaishan01@FIGARO.myguest.virtualbox.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.