Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
larm-astro
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Inès EL HADRI
larm-astro
Commits
2b707e45
Commit
2b707e45
authored
Dec 20, 2023
by
Inès EL HADRI
💤
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add previous tutorial nodes and launch files to pkg
parent
6969c7a0
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
60 additions
and
8 deletions
+60
-8
CMakeLists.txt
tuto_kickoff/CMakeLists.txt
+4
-1
tuto_reel.yaml
tuto_kickoff/launch/include/tuto_reel.yaml
+11
-0
tuto_sim.yaml
tuto_kickoff/launch/include/tuto_sim.yaml
+11
-0
tuto_reel_move_auto.yaml
tuto_kickoff/launch/tuto_reel_move_auto.yaml
+10
-0
tuto_reel_teleop.yaml
tuto_kickoff/launch/tuto_reel_teleop.yaml
+1
-7
tuto_sim_move_auto.yaml
tuto_kickoff/launch/tuto_sim_move_auto.yaml
+10
-0
tuto_sim_teleop.yaml
tuto_kickoff/launch/tuto_sim_teleop.yaml
+13
-0
tuto_move
tuto_kickoff/scripts/tuto_move
+0
-0
tuto_scan_echo
tuto_kickoff/scripts/tuto_scan_echo
+0
-0
No files found.
tuto_kickoff/CMakeLists.txt
View file @
2b707e45
...
...
@@ -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
tuto_kickoff/launch/include/tuto_reel.yaml
0 → 100644
View file @
2b707e45
launch
:
-
include
:
file
:
"
$(find-pkg-share
tbot_node)/launch/minimal_launch.yaml"
-
node
:
pkg
:
"
rviz2"
exec
:
"
rviz2"
name
:
"
rviz2"
namespace
:
"
rviz2"
tuto_kickoff/launch/include/tuto_sim.yaml
0 → 100644
View file @
2b707e45
launch
:
-
include
:
file
:
"
$(find-pkg-share
tbot_sim)/launch/challenge-1.launch.py"
-
node
:
pkg
:
"
rviz2"
exec
:
"
rviz2"
name
:
"
rviz2"
namespace
:
"
rviz2"
tuto_kickoff/launch/tuto_reel_move_auto.yaml
0 → 100644
View file @
2b707e45
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
tuto_
sim
.yaml
→
tuto_
kickoff/launch/tuto_reel_teleop
.yaml
View file @
2b707e45
launch
:
-
include
:
file
:
"
$(find-pkg-share
t
bot_sim)/launch/challenge-1.launch.py
"
file
:
"
$(find-pkg-share
t
uto_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"
tuto_kickoff/launch/tuto_sim_move_auto.yaml
0 → 100644
View file @
2b707e45
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
tuto_kickoff/launch/tuto_sim_teleop.yaml
0 → 100644
View file @
2b707e45
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'
tuto_
move.py
→
tuto_
kickoff/scripts/tuto_move
View file @
2b707e45
File moved
tuto_
scan_echo.py
→
tuto_
kickoff/scripts/tuto_scan_echo
View file @
2b707e45
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment