-
Notifications
You must be signed in to change notification settings - Fork 4
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
ROS 2 Upgrade #151
Comments
ros2 control conversion:
|
From my testing of the cartesian pose commands, in cartesian impedance mode, the only parameter that affects the speed of the motion is |
Bug fixes for
|
I tried implementing VR teleop for Victor using Cartesian control, but the downside was that the Cartesian controller wasn't very well behaved and would whip through singularities. Someone could go try to rewrite it use use incremental IK and JointImpedance instead. That's how the one Brad wrote worked. Todo:
|
@Yating05 is taking the approach of using ros2 control, instead of the ROS MotionCommand message, but keeping the SetControlMode service. Todo:
|
I'm going to try another approach where we create additional ROS controllers (same type, but with different ROS parameters) to handle the fact that some controller/control mode combinations are invalid. |
robotiq_grippers_joystick_node.py
listener.py
andjoy_to_xbox .py
and other arm_utilities code needed by victor_hardware scripts upgraded to rclpymanual_motion.py
upgrade grasp_status_node.pydeleted insteadThe text was updated successfully, but these errors were encountered: