Skip to content

Commit 3bc77f4

Browse files
micro-ROS foxy Library auto-update 27-11-2021 06:17 (#594)
Co-authored-by: pablogs9 <[email protected]>
1 parent 4451609 commit 3bc77f4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

built_packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
https://github.com/ros-controls/control_msgs 338ef98b4a4d763fe5df39e86a1967844ceb506e
33
https://github.com/eProsima/Micro-CDR.git c3420b63db2713cc9b9c2b122b46ce3e3dabac92
4-
https://github.com/eProsima/Micro-XRCE-DDS-Client.git 128351f30e2e8f73c20df733362dad4d41d54479
4+
https://github.com/eProsima/Micro-XRCE-DDS-Client.git 899a9019a2b3268237ec4108e491f9130f39d306
55
https://github.com/micro-ROS/rcutils 4213addd56ca84bd37f1d418efb2becc1f2096db
66
https://github.com/micro-ROS/rmw-microxrcedds.git 4d17bee2127a88750131b9208c8630a26196612e
77
https://github.com/ros2/rclc 2f129f4f1a08c0ea160a6cdf558689823702611c

src/uxr/client/util/ping.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ struct uxrSession;
4444
* interfere with the rest of the application.
4545
* @ingroup general_utils
4646
* @param session Pointer to the uxrSession struct inited.
47-
* @param timeout Time, in milliseconds, for a ping attempt.
47+
* @param timeout_ms Time, in milliseconds, for a ping attempt.
4848
* @param attempts Maximum number of ping attempts to be performed.
4949
* @return `true` in case of a successful ping to the agent, `false` otherwise.
5050
*/
@@ -61,7 +61,7 @@ bool uxr_ping_agent_session(
6161
* @ingroup general_utils
6262
* @param comm Pointer to the uxrCommunication struct holding the transport
6363
* information and callback methods.
64-
* @param timeout Time, in milliseconds, for a ping attempt.
64+
* @param timeout_ms Time, in milliseconds, for a ping attempt.
6565
* @return `true` in case of a successful ping to the agent, `false` otherwise.
6666
*/
6767
UXRDLLAPI bool uxr_ping_agent(
@@ -78,7 +78,7 @@ UXRDLLAPI bool uxr_ping_agent(
7878
* @ingroup general_utils
7979
* @param comm Pointer to the uxrCommunication struct holding the transport
8080
* information and callback methods.
81-
* @param timeout Time, in milliseconds, for a ping attempt.
81+
* @param timeout_ms Time, in milliseconds, for a ping attempt.
8282
* @param attempts Maximum number of ping attempts to be performed.
8383
* @return `true` in case of a successful ping to the agent, `false` otherwise.
8484
*/

0 commit comments

Comments
 (0)