<!--
q2d_teleop: A ROS 2 package node to teloperate the Quanser 2DSFJE robot.
- Copyright (c) 2018, 2019, 2021 Walter Fetter Lages <w.fetter@ieee.org>
+ Copyright (c) 2018..2023 Walter Fetter Lages <w.fetter@ieee.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
-->
<launch>
- <include file="$(find-pkg-share q2d_description)/launch/q2d.launch.xml" />
- <node pkg="tf2_ros" exec="static_transform_publisher" name="q2d_origin_publisher" args="0 0 0 0 0 0 1 map origin_link" />
- <node name="rviz" pkg="rviz2" exec="rviz2" args="-d $(find-pkg-share q2d_teleop)/config/display.rviz" />
+ <include file="$(find-pkg-share q2d_description)/launch/q2d.launch.xml"/>
+ <node pkg="tf2_ros" exec="static_transform_publisher" name="q2d_origin_publisher" args="--frame-id map --child-frame-id origin_link"/>
+ <node name="rviz" pkg="rviz2" exec="rviz2" args="-d $(find-pkg-share q2d_teleop)/config/display.rviz"/>
</launch>
<!--
q2d_teleop: A ROS 2 package node to teloperate the Quanser 2DSFJE robot.
- Copyright (c) 2018, 2019, 2021 Walter Fetter Lages <w.fetter@ieee.org>
+ Copyright (c) 2018..2023 Walter Fetter Lages <w.fetter@ieee.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
<arg name="ignition" value="$(var ignition)"/>
</include>
- <include file="$(find-pkg-share q2d_teleop)/launch/q2d_teleop_tablet.launch.xml"/>
+ <node name="q2d_teleop_tablet" pkg="q2d_teleop" exec="q2d_teleop_tablet"/>
- <include file="$(find-pkg-share q2d_teleop)/launch/q2d_teleop_rviz.launch.xml"/>
+ <node name="q2d_teleop_rviz" pkg="q2d_teleop" exec="q2d_teleop_rviz"/>
- <include file="$(find-pkg-share q2d_teleop)/launch/display.launch.xml"/>
+ <include file="$(find-pkg-share q2d_teleop)/launch/display.launch.xml"/>
- <include file="$(find-pkg-share gfxtablet_ros)/launch/gfxtablet.launch.xml"/>
+ <include file="$(find-pkg-share gfxtablet_ros)/launch/gfxtablet.launch.xml"/>
</launch>
+++ /dev/null
-<!--
- q2d_teleop: A ROS 2 package node to teloperate the Quanser 2DSFJE robot.
-
- Copyright (c) 2018, 2019, 2021 Walter Fetter Lages <w.fetter@ieee.org>
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
- You can also obtain a copy of the GNU General Public License
- at <http://www.gnu.org/licenses>.
-
--->
-
-<launch>
- <node name="q2d_teleop_rviz" pkg="q2d_teleop" exec="q2d_teleop_rviz" />
-</launch>
+++ /dev/null
-<!--
- q2d_teleop: A ROS 2 package node to teloperate the Quanser 2DSFJE robot.
-
- Copyright (c) 2018, 2019, 2021 Walter Fetter Lages <w.fetter@ieee.org>
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
- You can also obtain a copy of the GNU General Public License
- at <http://www.gnu.org/licenses>.
-
--->
-
-<launch>
- <node name="q2d_teleop_tablet" pkg="q2d_teleop" exec="q2d_teleop_tablet" />
-</launch>