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

localStorageService.get('settings') will be null at first time #4

Closed mason105 closed 8 years ago

mason105 commented 8 years ago

As the title shows,when someone first time run this , localStorageService.get('settings') shows null. This cause line8 at root.controller.js through a exception, js just terminal here. May be need add some check.

mason105 commented 8 years ago

Also I want add some function to this project.May I? The first thing I want to add is ROS_LOG view windows.In this way, can quickly take a look of log stream without ssh or other tools.Also add a log level setting will be great.

pantor commented 8 years ago

The issue should be fixed with the latest commit.

Of course, any help is always appreciated! The project is more-or-less a side project and still in it's early stages, but if you have a feature idea or request, you can either open a new issue or make a pull request.