osrf / rosbook

Example code to accompany the book Programming Robots with ROS
Apache License 2.0
477 stars 238 forks source link

Fixed service_sensor.py #36

Open takujikawata opened 7 years ago

takujikawata commented 7 years ago

The class name FakeSensor was duplicated (One from fake_sensor.py and the other is from service message). Named FakeSensor class from fake_sensor.py as FakeSensorUI