Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed old library references
  • Loading branch information
Nandan Tumu committed Nov 17, 2017
1 parent d09bd88 commit 1e24f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TeensyFirmware.ino
Expand Up @@ -18,7 +18,7 @@ ros::Publisher chatter("chatter", &str_msg);
int kill_pin = 2;
unsigned long duration = 0;

void messageDrive( const drive_msgs::drive_values& pwm )
void messageDrive( const ac_msgs::drive_values& pwm )
{
// Serial.print("Pwm drive : ");
// Serial.println(pwm.pwm_drive);
Expand Down Expand Up @@ -76,7 +76,7 @@ void messageEmergencyStop( const std_msgs::Bool& flag )
}


ros::Subscriber<drive_msgs::drive_values> sub_drive("drive_pwm", &messageDrive );
ros::Subscriber<ac_msgs::drive_values> sub_drive("drive_pwm", &messageDrive );
ros::Subscriber<std_msgs::Bool> sub_stop("eStop", &messageEmergencyStop );


Expand Down

0 comments on commit 1e24f7b

Please sign in to comment.