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

use only Twist not TwistStamped #11

Merged
merged 1 commit into from
Jul 24, 2023
Merged

use only Twist not TwistStamped #11

merged 1 commit into from
Jul 24, 2023

Conversation

moriarty
Copy link
Contributor

  • This removes the TwistStamped. The Stamp information was unused.
  • This makes it easier to use with teleop_twist_joy
  • In the future we plan to add a TwistStamped version which can be configured

- This removes the TwistStamped. The Stamp information was unused.
- This makes it easier to use with teleop_twist_joy
- In the future we plan to add a TwistStamped version which can be configured

Signed-off-by: Alex Moriarty <alex.moriarty@picknik.ai>
Copy link
Contributor

@abake48 abake48 left a comment

Choose a reason for hiding this comment

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

Stamping

@codecov
Copy link

codecov bot commented Jul 19, 2023

Codecov Report

Merging #11 (6528e35) into main (39234ed) will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##            main     #11   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          1       1           
  Lines         56      56           
=====================================
  Misses        56      56           
Flag Coverage Δ
unittests 0.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@moriarty
Copy link
Contributor Author

@abake48 this hasn't been tested on hardware yet.

Copy link
Contributor

@abake48 abake48 left a comment

Choose a reason for hiding this comment

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

I was able to jog the arm on hardware using teleop_twsit_joy and forwarding the twist commands from /cmd_vel to /twist_controller/commands/

@abake48 abake48 merged commit 228f89c into main Jul 24, 2023
23 checks passed
@delete-merged-branch delete-merged-branch bot deleted the remove-stamp-from-twist branch July 24, 2023 18:32
@moriarty
Copy link
Contributor Author

Perfect, I also tested this today:

ros2 run teleop_twist_keyboard teleop_twist_keyboard --ros-args --remap /cmd_vel:=/twist_controller/commands

I will update the documentation in ros2_kortex and re-release everything

moriarty added a commit to Kinovarobotics/ros2_kortex that referenced this pull request Jul 25, 2023
- Related to PickNikRobotics/picknik_controllers#11
- Use Twist instead of TwistStamped because it works better with existing tools
- Adds example to use with teleop_twist_keyboard

Signed-off-by: Alex Moriarty <alex.moriarty@picknik.ai>
abake48 pushed a commit to Kinovarobotics/ros2_kortex that referenced this pull request Jul 26, 2023
- Related to PickNikRobotics/picknik_controllers#11
- Use Twist instead of TwistStamped because it works better with existing tools
- Adds example to use with teleop_twist_keyboard

Signed-off-by: Alex Moriarty <alex.moriarty@picknik.ai>
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.

None yet

2 participants