Skip to content

Commit 91cfd03

Browse files
committed
Improve output formatting
1 parent f39fc58 commit 91cfd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/visualizing_collisions/src/visualizing_collisions_tutorial.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ void computeCollisionContactPoints(InteractiveRobot& robot)
128128
// for how.
129129
if (c_res.collision)
130130
{
131-
ROS_INFO_STREAM("COLLIDING contact_point_count" << c_res.contact_count);
131+
ROS_INFO_STREAM("COLLIDING contact_point_count: " << c_res.contact_count);
132132
if (c_res.contact_count > 0)
133133
{
134134
std_msgs::ColorRGBA color;

0 commit comments

Comments
 (0)