Skip to content

Commit

Permalink
fix: correct import order in self_service.py
Browse files Browse the repository at this point in the history
Signed-off-by: homalozoa <nx.tardis@gmail.com>
homalozoa committed Oct 24, 2024
1 parent 9159a45 commit f8adfd0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ch4/service/ch4_service_py/ch4_service_py/self_service.py
Original file line number Diff line number Diff line change
@@ -12,12 +12,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from rcl_interfaces.msg import Parameter
from rcl_interfaces.srv import GetParameters

import rclpy
import rclpy.executors

from rclpy.node import Node
from rcl_interfaces.msg import Parameter
from rcl_interfaces.srv import GetParameters


class ServerNode(Node):

0 comments on commit f8adfd0

Please sign in to comment.