Skip to content

Commit f8aeb87

Browse files
urfeexurmahp
andcommitted
Apply suggestions from code review
Co-authored-by: Mads Holm Peters <[email protected]>
1 parent 8e594ea commit f8aeb87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/external_fts_through_rtde.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ using namespace urcl;
7272

7373
void ftInputTui()
7474
{
75-
const std::string instructions = "Press x,y,z to increase the respective axes, 0 for reset, q for quit.";
75+
const std::string instructions = "Press x,y,z to increase the respective translational axes, a,b,c to increase the rotational axes, 0 for reset and q for quit.";
7676
urcl::vector6d_t local_ft_vec = g_FT_VEC;
7777
while (g_RUNNING)
7878
{

include/ur_client_library/comm/package_serializer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class PackageSerializer
126126
* \brief A serialization method for std::arrays (works for urcl::vector6d_t, etc).
127127
*
128128
* \param buffer The buffer to write the serialization into.
129-
* \param val The string to serialize.
129+
* \param val The array to serialize.
130130
*
131131
* \returns Size in byte of the serialization.
132132
*/

0 commit comments

Comments
 (0)