Skip to content
Snippets Groups Projects
Commit e80fd6d0 authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Fix signed/unsigned comparison warning.

parent eac14b52
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ static const char* dof_names[] =
// dofs corresponding to the robot hand dofs. Therefore we put them
// manually to zero to please ROS. If this is not the case, some
// packages such as rviz will behave badly.
static const int handsDofsCount = 10;
static const std::size_t handsDofsCount = 10;
namespace dynamicgraph
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment