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

Robot manager and GUI crashes on robot loading from GUI and adding a sensor #190

Open
etsardou opened this issue Apr 12, 2016 · 1 comment

Comments

@etsardou
Copy link
Member

To reproduce:

  • Launch the simulator with GUI
  • Press the 'Create robot' button
  • Load an already stored robot (folder button located at the 'Robot' toolbar)
  • Add a thermal sensor
  • Add the robot to map

The problem seems to be related to a - introduced in the sensor's name.

@etsardou
Copy link
Member Author

Output:

terminate called after throwing an instance of 'ros::InvalidNameException'
  what():  Character [-] at element [22] is not valid in Graph Resource Name [robot1/thermal_sensor_-1].  Valid characters are a-z, A-Z, 0-9, / and _.
terminate called after throwing an instance of 'ros::InvalidNameException'
  what():  Character [-] at element [22] is not valid in Graph Resource Name [robot1/thermal_sensor_-1].  Valid characters are a-z, A-Z, 0-9, / and _.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant