subscriber

ROS Publisher is not publishing continuously

ROS Publisher is not publishing continuously Question: My Publisher is not publishing continuously, can you please tell me how can I subscribe/publish and advertise services in the same time? thanks in advance. #! /usr/bin/env python3 # -*- coding: utf-8 -*- import json import rospy from std_msgs.msg import String, Bool from state_controller.srv import ActorChange, ActorChangeResponse class …

Total answers: 1