Custom RSI XML parsing#5
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| <xacro:arg name="pitch" default="0"/> | ||
| <xacro:arg name="yaw" default="0"/> | ||
| <xacro:kuka_agilus_ros2_control name="$(arg prefix)kr10_r1100_2_with_kl100_2" driver_version="$(arg driver_version)" client_ip="$(arg client_ip)" client_port="$(arg client_port)" mxa_client_port="$(arg mxa_client_port)" controller_ip="$(arg controller_ip)" prefix="$(arg prefix)" mode="$(arg mode)" use_gpio="$(arg use_gpio)" roundtrip_time="$(arg roundtrip_time)" verify_robot_model="$(arg verify_robot_model)"> | ||
| <xacro:arg name="rsi_xml_config_file" default=""/> |
There was a problem hiding this comment.
please also extend the launch file and pass the appropriate config file to also contain 1 external axis
This PR adds all the necessary changes for the RSI messages to be configurable.