Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle unsupported OS #271

Open
jihoonl opened this issue Jan 15, 2015 · 0 comments
Open

Handle unsupported OS #271

jihoonl opened this issue Jan 15, 2015 · 0 comments
Milestone

Comments

@jihoonl
Copy link
Collaborator

jihoonl commented Jan 15, 2015

While following up turtlebot/turtlebot#186 (comment),

We have found that there may be unsupported OS type in ROS(or undetectable by rospkg.OsDetect).

In this case, rapp manager crashes in rappmanager._set_platform_info where is a critical place to use rapp manager.

Thus, we have to handle unsupported os in some ways. Here is potential approach to fix the issue.

  • os codename override by ros param
  • use rospkg.OsDetect if ros param is not presented.
  • Either is available, gives an error and terminates rapp manager.
@stonier stonier added this to the Gopher milestone Aug 14, 2015
@stonier stonier changed the title [rapp_manager] handling unsupported OS Handle unsupported OS Aug 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants