The purpose of this homework is to gain experience writing simple ROS nodes in Python. This is an individual assignment.
This assignment will not require the use of the Turtlebot's, so you should be able to complete it outside of the lab.
cs480_ws
directory: hw1.zip.
roslaunch hw1 hw1.launchyou should see the turtle simulator appear, along with some text output including the following:
process[mover-2]: started with pid [18124] [ERROR] [WallTime: 1358457906.856196] HW1 Node not yet completed! [mover-2] process has finished cleanly
nodes/hw1.py
so that it satisfies
the following requirements:
It should read the the /goal
parameter from the parameter
server. This parameter will contain a two-entry list, where the
first entry represents the target x position and the second entry
represents the target y position.
Check out these documents for more information on working with parameters:
hw1.py
file through blackboard.