File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -17,5 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717### Removed
1818
1919### Fixed
20+ * [ PR-2] (https://github.com/AGH-CEAI/robotiq_hande_description/pull/2 ) - Removed unnecessary quotation marks from parameter values.
2021
2122### Security
Original file line number Diff line number Diff line change 99
1010 <xacro : unless value =" ${use_fake_hardware}" >
1111 <plugin >robotiq_hande_driver/RobotiqHandeHardwareInterface</plugin >
12- <param name =" grip_pos_min" >" ${grip_pos_min}" </param >
13- <param name =" grip_pos_max" >" ${grip_pos_max}" </param >
14- <param name =" tty" >" ${tty}" </param >
15- <param name =" baudrate" >" ${baudrate}" </param >
16- <param name =" parity" >" ${parity}" </param >
17- <param name =" data_bits" >" ${data_bits}" </param >
18- <param name =" stop_bit" >" ${stop_bit}" </param >
19- <param name =" slave_id" >" ${slave_id}" </param >
12+ <param name =" grip_pos_min" >${grip_pos_min}</param >
13+ <param name =" grip_pos_max" >${grip_pos_max}</param >
14+ <param name =" tty" >${tty}</param >
15+ <param name =" baudrate" >${baudrate}</param >
16+ <param name =" parity" >${parity}</param >
17+ <param name =" data_bits" >${data_bits}</param >
18+ <param name =" stop_bit" >${stop_bit}</param >
19+ <param name =" slave_id" >${slave_id}</param >
2020 </xacro : unless >
2121 </hardware >
2222
You can’t perform that action at this time.
0 commit comments