siemens / ros-sharp

ROS# is a set of open source software libraries and tools in C# for communicating with ROS from .NET applications, in particular Unity3D
Apache License 2.0
961 stars 365 forks source link

The problem of not being able to recognize tabs at MessageGeneration.MessageTokenizer #438

Closed ixs-ren-nakayama closed 8 months ago

ixs-ren-nakayama commented 2 years ago

I don't know if this is the right place to write this, but when reading msg/srv/action files that contain a lot of comments, if there are tabs (\t) in the file, an exception is output and the process stops.
We were able to avoid this problem by adding a condition for tab discovery in the attached position (MessageTokenizer Line361), just notice.

スクリーンショット 2022-09-06 7 31 14
MartinBischoff commented 8 months ago

outdated / closing due to inactivity