ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I finally found the answer for this issue:

I had to add the tag "user" into the launch file:

<group>
<machine name="suitee" address="192.168.0.100" default="true" user="suitee" />
<include file="$(find s_bringup)/launch/rs_aligned_depth.launch" machine="suitee"/>
</group>

I also had to follow the answer here: https://answers.ros.org/question/41446/a-is-not-in-your-ssh-known_hosts-file/