-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Most of the time, the publishers and services will not start on connection to the host ROS2 system
They will be listed in the ros2 topic list
and ros2 service list
command outputs, but calling the services or echoing the topics will not yield any output.
To Reproduce
Steps to reproduce the behavior:
- Boot board
- Connect to ROS2 host over agent serial connection (baudrate=115200)
- Execute
ros2 topic list
orros2 service list
- Attempt to call either topic (ex:
ros2 topic echo /angular_position
) or service (ex:ros2 service call /set_motor_direction motor_interfaces/SetMotorDirection "{direction: false}"
- See error
Expected behavior
Topics and services should show up and be live as soon as ROS2 agent is connected
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Projects
Status
Done