Skip to content

Commit

Permalink
Fix filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
joeuser846 authored and fjp committed Nov 4, 2021
1 parent e84fbbf commit 895e3c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <sensor_msgs/JointState.h>

#include "diffbot_base_config.h"
#include "encoder.h"
#include "encoder_diffbot.h"
#include "adafruit_feather_wing/adafruit_feather_wing.h"
#include "pid.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "encoder.h"
#include "encoder_diffbot.h"


diffbot::Encoder::Encoder(ros::NodeHandle& nh, uint8_t pin1, uint8_t pin2, int encoder_resolution)
Expand Down

0 comments on commit 895e3c4

Please sign in to comment.