Commit 2b707e45 authored by Inès EL HADRI's avatar Inès EL HADRI 💤

Add previous tutorial nodes and launch files to pkg

parent 6969c7a0
......@@ -32,4 +32,7 @@ install(DIRECTORY
)
# Python scripts
install( PROGRAMS scripts/myNode.py DESTINATION lib/${PROJECT_NAME})
\ No newline at end of file
install( DIRECTORY
scripts
DESTINATION lib/${PROJECT_NAME}
)
\ No newline at end of file
launch:
- include:
file: "$(find-pkg-share tbot_node)/launch/minimal_launch.yaml"
- node:
pkg: "rviz2"
exec: "rviz2"
name: "rviz2"
namespace: "rviz2"
launch:
- include:
file: "$(find-pkg-share tbot_sim)/launch/challenge-1.launch.py"
- node:
pkg: "rviz2"
exec: "rviz2"
name: "rviz2"
namespace: "rviz2"
launch:
- include:
file: "$(find-pkg-share tuto_kickoff)/launch/include/tuto_reel.yaml"
- node:
pkg: "tuto_kickoff"
exec: "tuto_move"
name: "tuto_move"
namespace: "tuto_kickoff"
\ No newline at end of file
launch:
- include:
file: "$(find-pkg-share tbot_sim)/launch/challenge-1.launch.py"
file: "$(find-pkg-share tuto_kickoff)/launch/include/tuto_reel.yaml"
# - node:
# pkg: "teleop_twist_keyboard"
......@@ -11,9 +11,3 @@ launch:
- executable:
cmd: gnome-terminal --tab -e 'ros2 run teleop_twist_keyboard teleop_twist_keyboard --ros-args --remap turtle1/cmd_vel:=/cmd_vel'
- node:
pkg: "rviz2"
exec: "rviz2"
name: "rviz2"
namespace: "rviz2"
launch:
- include:
file: "$(find-pkg-share tuto_kickoff)/launch/include/tuto_sim.yaml"
- node:
pkg: "tuto_kickoff"
exec: "tuto_move"
name: "tuto_move"
namespace: "tuto_kickoff"
\ No newline at end of file
launch:
- include:
file: "$(find-pkg-share tuto_kickoff)/launch/include/tuto_sim.yaml"
# - node:
# pkg: "teleop_twist_keyboard"
# exec: "teleop_twist_keyboard"
# name: "teleop"
# namespace: "teleop"
- executable:
cmd: gnome-terminal --tab -e 'ros2 run teleop_twist_keyboard teleop_twist_keyboard --ros-args --remap turtle1/cmd_vel:=/cmd_vel'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment