Skip to content

Commit

Permalink
rviz_plugin_tutorials: fixed #3, compile failure on OSX.
Browse files Browse the repository at this point in the history
  • Loading branch information
hershwg committed Mar 13, 2013
1 parent 47b73d6 commit 852a6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rviz_plugin_tutorials/src/drive_widget.cpp
Expand Up @@ -109,7 +109,7 @@ void DriveWidget::paintEvent( QPaintEvent* event )
// angular velocites. At each step, it computes where the left
// and right wheels would be and collects the resulting points
// in the left_track and right_track arrays.
int step_count = 100;
const int step_count = 100;
QPointF left_track[ step_count ];
QPointF right_track[ step_count ];

Expand Down

0 comments on commit 852a6c1

Please sign in to comment.