Skip to content

Commit 1cff9c9

Browse files
committed
Fixed typo in the package.xml and header files
Signed-off-by: Pyo <[email protected]>
1 parent ff092c4 commit 1cff9c9

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

c++/include/dynamixel_sdk/packet_handler.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ class WINDECLSPEC PacketHandler
510510
/// @brief The function that transmits INST_REG_WRITE instruction packet with the data for writing on the Dynamixel register
511511
/// @description The function makes an instruction packet with INST_REG_WRITE and the data for writing on the Dynamixel register,
512512
/// @description transmits the packet with PacketHandler::txPacket().
513-
/// @description The data written in the register will act when INST_ACTION instruction packet is transmitted to the Dynamxel.
513+
/// @description The data written in the register will act when INST_ACTION instruction packet is transmitted to the Dynamixel.
514514
/// @param port PortHandler instance
515515
/// @param id Dynamixel ID
516516
/// @param address Address of the data for write
@@ -525,7 +525,7 @@ class WINDECLSPEC PacketHandler
525525
/// @description The function makes an instruction packet with INST_REG_WRITE and the data for writing on the Dynamixel register,
526526
/// @description transmits and receives the packet with PacketHandler::txRxPacket(),
527527
/// @description gets the error from the packet.
528-
/// @description The data written in the register will act when INST_ACTION instruction packet is transmitted to the Dynamxel.
528+
/// @description The data written in the register will act when INST_ACTION instruction packet is transmitted to the Dynamixel.
529529
/// @param port PortHandler instance
530530
/// @param id Dynamixel ID
531531
/// @param address Address of the data for write

c++/include/dynamixel_sdk/protocol1_packet_handler.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ class WINDECLSPEC Protocol1PacketHandler : public PacketHandler
456456
/// @brief The function that transmits INST_REG_WRITE instruction packet with the data for writing on the Dynamixel register
457457
/// @description The function makes an instruction packet with INST_REG_WRITE and the data for writing on the Dynamixel register,
458458
/// @description transmits the packet with Protocol1PacketHandler::txPacket().
459-
/// @description The data written in the register will act when INST_ACTION instruction packet is transmitted to the Dynamxel.
459+
/// @description The data written in the register will act when INST_ACTION instruction packet is transmitted to the Dynamixel.
460460
/// @param port PortHandler instance
461461
/// @param id Dynamixel ID
462462
/// @param address Address of the data for write
@@ -471,7 +471,7 @@ class WINDECLSPEC Protocol1PacketHandler : public PacketHandler
471471
/// @description The function makes an instruction packet with INST_REG_WRITE and the data for writing on the Dynamixel register,
472472
/// @description transmits and receives the packet with Protocol1PacketHandler::txRxPacket(),
473473
/// @description gets the error from the packet.
474-
/// @description The data written in the register will act when INST_ACTION instruction packet is transmitted to the Dynamxel.
474+
/// @description The data written in the register will act when INST_ACTION instruction packet is transmitted to the Dynamixel.
475475
/// @param port PortHandler instance
476476
/// @param id Dynamixel ID
477477
/// @param address Address of the data for write

c++/include/dynamixel_sdk/protocol2_packet_handler.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ class WINDECLSPEC Protocol2PacketHandler : public PacketHandler
468468
/// @brief The function that transmits INST_REG_WRITE instruction packet with the data for writing on the Dynamixel register
469469
/// @description The function makes an instruction packet with INST_REG_WRITE and the data for writing on the Dynamixel register,
470470
/// @description transmits the packet with Protocol2PacketHandler::txPacket().
471-
/// @description The data written in the register will act when INST_ACTION instruction packet is transmitted to the Dynamxel.
471+
/// @description The data written in the register will act when INST_ACTION instruction packet is transmitted to the Dynamixel.
472472
/// @param port PortHandler instance
473473
/// @param id Dynamixel ID
474474
/// @param address Address of the data for write
@@ -483,7 +483,7 @@ class WINDECLSPEC Protocol2PacketHandler : public PacketHandler
483483
/// @description The function makes an instruction packet with INST_REG_WRITE and the data for writing on the Dynamixel register,
484484
/// @description transmits and receives the packet with Protocol2PacketHandler::txRxPacket(),
485485
/// @description gets the error from the packet.
486-
/// @description The data written in the register will act when INST_ACTION instruction packet is transmitted to the Dynamxel.
486+
/// @description The data written in the register will act when INST_ACTION instruction packet is transmitted to the Dynamixel.
487487
/// @param port PortHandler instance
488488
/// @param id Dynamixel ID
489489
/// @param address Address of the data for write

ros/include/dynamixel_sdk/packet_handler.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ class WINDECLSPEC PacketHandler
510510
/// @brief The function that transmits INST_REG_WRITE instruction packet with the data for writing on the Dynamixel register
511511
/// @description The function makes an instruction packet with INST_REG_WRITE and the data for writing on the Dynamixel register,
512512
/// @description transmits the packet with PacketHandler::txPacket().
513-
/// @description The data written in the register will act when INST_ACTION instruction packet is transmitted to the Dynamxel.
513+
/// @description The data written in the register will act when INST_ACTION instruction packet is transmitted to the Dynamixel.
514514
/// @param port PortHandler instance
515515
/// @param id Dynamixel ID
516516
/// @param address Address of the data for write
@@ -525,7 +525,7 @@ class WINDECLSPEC PacketHandler
525525
/// @description The function makes an instruction packet with INST_REG_WRITE and the data for writing on the Dynamixel register,
526526
/// @description transmits and receives the packet with PacketHandler::txRxPacket(),
527527
/// @description gets the error from the packet.
528-
/// @description The data written in the register will act when INST_ACTION instruction packet is transmitted to the Dynamxel.
528+
/// @description The data written in the register will act when INST_ACTION instruction packet is transmitted to the Dynamixel.
529529
/// @param port PortHandler instance
530530
/// @param id Dynamixel ID
531531
/// @param address Address of the data for write

ros/include/dynamixel_sdk/protocol1_packet_handler.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ class WINDECLSPEC Protocol1PacketHandler : public PacketHandler
456456
/// @brief The function that transmits INST_REG_WRITE instruction packet with the data for writing on the Dynamixel register
457457
/// @description The function makes an instruction packet with INST_REG_WRITE and the data for writing on the Dynamixel register,
458458
/// @description transmits the packet with Protocol1PacketHandler::txPacket().
459-
/// @description The data written in the register will act when INST_ACTION instruction packet is transmitted to the Dynamxel.
459+
/// @description The data written in the register will act when INST_ACTION instruction packet is transmitted to the Dynamixel.
460460
/// @param port PortHandler instance
461461
/// @param id Dynamixel ID
462462
/// @param address Address of the data for write
@@ -471,7 +471,7 @@ class WINDECLSPEC Protocol1PacketHandler : public PacketHandler
471471
/// @description The function makes an instruction packet with INST_REG_WRITE and the data for writing on the Dynamixel register,
472472
/// @description transmits and receives the packet with Protocol1PacketHandler::txRxPacket(),
473473
/// @description gets the error from the packet.
474-
/// @description The data written in the register will act when INST_ACTION instruction packet is transmitted to the Dynamxel.
474+
/// @description The data written in the register will act when INST_ACTION instruction packet is transmitted to the Dynamixel.
475475
/// @param port PortHandler instance
476476
/// @param id Dynamixel ID
477477
/// @param address Address of the data for write

ros/include/dynamixel_sdk/protocol2_packet_handler.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ class WINDECLSPEC Protocol2PacketHandler : public PacketHandler
468468
/// @brief The function that transmits INST_REG_WRITE instruction packet with the data for writing on the Dynamixel register
469469
/// @description The function makes an instruction packet with INST_REG_WRITE and the data for writing on the Dynamixel register,
470470
/// @description transmits the packet with Protocol2PacketHandler::txPacket().
471-
/// @description The data written in the register will act when INST_ACTION instruction packet is transmitted to the Dynamxel.
471+
/// @description The data written in the register will act when INST_ACTION instruction packet is transmitted to the Dynamixel.
472472
/// @param port PortHandler instance
473473
/// @param id Dynamixel ID
474474
/// @param address Address of the data for write
@@ -483,7 +483,7 @@ class WINDECLSPEC Protocol2PacketHandler : public PacketHandler
483483
/// @description The function makes an instruction packet with INST_REG_WRITE and the data for writing on the Dynamixel register,
484484
/// @description transmits and receives the packet with Protocol2PacketHandler::txRxPacket(),
485485
/// @description gets the error from the packet.
486-
/// @description The data written in the register will act when INST_ACTION instruction packet is transmitted to the Dynamxel.
486+
/// @description The data written in the register will act when INST_ACTION instruction packet is transmitted to the Dynamixel.
487487
/// @param port PortHandler instance
488488
/// @param id Dynamixel ID
489489
/// @param address Address of the data for write

ros/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>dynamixel_sdk</name>
4-
<version>3.7.11</version>
4+
<version>3.7.21</version>
55
<description>
6-
This package is wrapping version of ROBOTIS Dynamxel SDK for ROS. The ROBOTIS Dynamixel SDK, or SDK, is a software development library that provides Dynamixel control functions for packet communication. The API is designed for Dynamixel actuators and Dynamixel-based platforms.
6+
This package is wrapping version of ROBOTIS Dynamixel SDK for ROS. The ROBOTIS Dynamixel SDK, or SDK, is a software development library that provides Dynamixel control functions for packet communication. The API is designed for Dynamixel actuators and Dynamixel-based platforms.
77
</description>
88
<license>Apache 2.0</license>
99
<author email="[email protected]">Gilbert</author>

0 commit comments

Comments
 (0)