Skip to content
Snippets Groups Projects
Commit d00d0683 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Added a launch to teleoperate the robot with the keyboard.

parent 98ed50a0
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0"?>
<!-- -->
<launch>
<group ns="ana">
<node name="keyboard_teleop"
pkg ="teleop_twist_keyboard"
type="teleop_twist_keyboard.py"
output="screen">
<!-- <remap from="/ana/cmd_vel"
to="/ana/teleop/cmd_vel_unsafe"/>-->
</node>
</group>
</launch>
......@@ -7,13 +7,13 @@
<!-- One maintainer tag required, multiple allowed, one person per tag -->
<!-- Example: -->
<!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
<maintainer email="shernand@todo.todo">shernand</maintainer>
<maintainer email="labrobotica@iri.upc.edu">labrobotica</maintainer>
<!-- One license tag required, multiple allowed, one license per tag -->
<!-- Commonly used license strings: -->
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
<license>TODO</license>
<license>LGPL</license>
<!-- Url tags are optional, but multiple are allowed, one per tag -->
......@@ -25,7 +25,7 @@
<!-- Author tags are optional, multiple are allowed, one per tag -->
<!-- Authors do not have to be maintainers, but could be -->
<!-- Example: -->
<!-- <author email="jane.doe@example.com">Jane Doe</author> -->
<author email="shernand@iri.upc.edu">Sergi Hernandez Juan</author>
<!-- The *depend tags are used to specify dependencies -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment