pantor / ros-control-center

A web-based control center for ROS robots.
https://pantor.github.io/ros-control-center
BSD 3-Clause "New" or "Revised" License
265 stars 71 forks source link

Make template names of topics and servcies upper camel case. #11

Closed ledmonster closed 8 years ago

ledmonster commented 8 years ago

Types are defined with upper camel case, so it's better to make template names upper camel case. Otherwise, Angular cannot find templates in case sensitive environment.

Note: I have only checked the behavior of topics/sensor_msgs/Image.html. I confirmed the behavior with python -m SimpleHTTPServer.