rospy — Easy Playground
Python client for ROS (Robot Operating System)
Getting started with rospyRun locally
Install
sudo apt install ros-noetic-rospy # or via ROS installPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: rospy)
rospy is a third-party package. Python client for ROS (Robot Operating System). Install with: sudo apt install ros-noetic-rospy # or via ROS install
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?