We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39fc58 commit 91cfd03Copy full SHA for 91cfd03
doc/visualizing_collisions/src/visualizing_collisions_tutorial.cpp
@@ -128,7 +128,7 @@ void computeCollisionContactPoints(InteractiveRobot& robot)
128
// for how.
129
if (c_res.collision)
130
{
131
- ROS_INFO_STREAM("COLLIDING contact_point_count" << c_res.contact_count);
+ ROS_INFO_STREAM("COLLIDING contact_point_count: " << c_res.contact_count);
132
if (c_res.contact_count > 0)
133
134
std_msgs::ColorRGBA color;
0 commit comments