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

Error on stdr_simulator tutorial

asked 2014-09-07 23:18:51 -0500

Joseph Landau gravatar image

updated 2014-09-08 10:42:14 -0500

bvbdort gravatar image

Using the stdr_simulator tutorial Using turtlebot for teleoperation

the command:

viki@c3po:~/catkin_ws/src/stdr_tele/launch$ roslaunch stdr_tele stdr_keyboard.launch 
receives the message:
[stdr_keyboard.launch] is neither a launch file in package [stdr_tele] nor is [stdr_tele] a launch file name

The launch file:

<launch>
  <!-- turtlebot_teleop_key already has its own built in velocity smoother -->
  <node pkg="turtlebot_teleop" type="turtlebot_teleop_key" name="turtlebot_teleop_keyboard"  output="screen">
    <param name="scale_linear" value="0.5" type="double"/>
    <param name="scale_angular" value="1.5" type="double"/>
    <remap from="turtlebot_teleop_keyboard/cmd_vel" to="robot0/dmd_vel"/>
  </node>
</launch>

What am I doing wrong?

edit retag flag offensive close merge delete

Comments

do roslaunch in folder where you have launch file.

bvbdort gravatar image bvbdort  ( 2014-09-08 10:43:38 -0500 )edit

That doesn't seem to work.

viki@c3po:~/catkin_ws/src/stdr_tele/launch$ roslaunch stdr_tele stdr_keyboard.launch [stdr_keyboard.launch] is neither a launch file in package [stdr_tele] nor is [stdr_tele] a launch file name

Also fails when I attempt the roslaunch from the parent folder.

Joseph Landau gravatar image Joseph Landau  ( 2014-09-08 13:25:54 -0500 )edit

1 Answer

Sort by » oldest newest most voted
0

answered 2014-09-08 13:31:24 -0500

bvbdort gravatar image

updated 2014-09-08 13:31:35 -0500

roslaunch stdr_keyboard.launch is the command

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-09-07 23:18:51 -0500

Seen: 163 times

Last updated: Sep 08 '14