Skip to content

Conversation

@Jerry-FH
Copy link
Contributor

sudo apt install python3-serial
ros2 run bring_up_alert_nav hw_bridge_node.py

Controlling servo motor by command:
ros2 topic pub /servo/angle std_msgs/Float32 "{data: 45.0}"
Controlling servo motor by teleop:
ros2 run teleop_twist_keyboard teleop_twist_keyboard
Controlling LED strip:
ros2 service call /led_strip/set std_srvs/srv/SetBool '{data: true}'
ros2 service call /led_strip/set std_srvs/srv/SetBool '{data: false}'
Get magnet info:
ros2 topic echo /victim/magnet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant