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

Unable to transfer Turtlebot3 URDF from in Unity3D #440

Closed amelia413 closed 5 months ago

amelia413 commented 1 year ago

I have a question!

Here is my question: How to import Turtlebot3? What changes should be made to the file public_description.launch.


I found a bug!

Here is my bug description:

Perform the following steps reproduce the bug:

Observed results:

Expected results:

Relevant Code:

<!--<launch>

    <include file="$(find file_server)/launch/ros_sharp_communication.launch">
        <arg name="port" value="9090" />
    </include>

    <arg name="urdf_file" default="$(find xacro)/xacro.py '$(find turtlebot3_description)/urdf/turtlebot3_burger.urdf.xacro'" />

    <param name="robot/name" value="Turtlebot3" />

</launch>-->

I have a feature request!

I want to do this:

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

eddielin0926 commented 1 year ago

It seems that you miss one line under robot/name.

<param name="robot_description" command="$(arg urdf_file)" />
MartinBischoff commented 5 months ago

outdated / closing due to inactivity