Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add vesc_ackermann to metapackage
  • Loading branch information
Michael Boulet committed Jan 28, 2016
1 parent 8b427fb commit 35e3ec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions vesc/package.xml
Expand Up @@ -18,6 +18,7 @@

<run_depend>vesc_driver</run_depend>
<run_depend>vesc_msgs</run_depend>
<run_depend>vesc_ackermann</run_depend>

<export>
<metapackage/>
Expand Down
2 changes: 1 addition & 1 deletion vesc_ackermann/src/vesc_to_odom.cpp
Expand Up @@ -4,7 +4,7 @@

#include <cmath>

#include "nav_msgs/Odometry.h"
#include <nav_msgs/Odometry.h>

namespace vesc_ackermann
{
Expand Down

0 comments on commit 35e3ec8

Please sign in to comment.