You are on page 1of 1

Task 1:

Create a Workspace if you dont have a one.


Task 2:
Create a package called hello_world inside your workspace. This package
should depend on the following ROS packages:
1. rospy
2. std_msgs
3. sensor_msgs
Task 3
Create a node named hello_world.py inside the hello_world package. In the
terminal it should display the output as a concatenation of:
1. Hello World!
2. Current ROS time

You might also like