Skip to content

Commit

Permalink
updated the CHANGELOG and version to release binary packages
Browse files Browse the repository at this point in the history
  • Loading branch information
robotpilot committed May 29, 2018
1 parent fbe154f commit 9f6db49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion turtlebot3_example/nodes/turtlebot3_client
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from __future__ import print_function
import rospy
import actionlib
from turtlebot3_example.msg import Turtlebot3
import turtlebot3_example.msg
import sys

msg = """
Expand Down
2 changes: 1 addition & 1 deletion turtlebot3_example/nodes/turtlebot3_server
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ from geometry_msgs.msg import Twist, Point, Quaternion
from nav_msgs.msg import Odometry
from sensor_msgs.msg import JointState
from turtlebot3_msgs.msg import SensorState
from turtlebot3_example.msg import Turtlebot3
import turtlebot3_example.msg
import numpy as np

class Turtlebot3Action(object):
Expand Down

0 comments on commit 9f6db49

Please sign in to comment.