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
945 stars 364 forks source link

LaserScanPublisher not giving output #441

Closed amelia413 closed 5 months ago

amelia413 commented 1 year ago

I have a question!

Here is my question: I want to use the lidar data from Unity in ROS. I'm working on the turtlebot3. I have added the LaserScanPublisher in the unity side. Is that enough to read the ranges[] in ROS or do I have to do something else ?


I found a bug!

Here is my bug description:

Perform the following steps reproduce the bug:

Observed results:

Expected results:

Relevant Code:

<!-- Insert code here. Optionally attach code or data files to this issue. -->

I have a feature request!

I want to do this:

For being able to do it, I wish ROS# had the following feature:

MartinBischoff commented 1 year ago

Hi @amelia413 as I already wrote here, a publisher is enough. Please refer to the publisher references included in ROS# to learn and understand.

MartinBischoff commented 5 months ago

outdated / closing due to inactivity