mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
remove unnecessary file
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
[Unit]
|
||||
Description=Lancement automatique du launch file ROS 2
|
||||
After=graphical.target network.target
|
||||
Requires=graphical.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=modelec
|
||||
WorkingDirectory=/home/modelec/modelec-serge-ROS
|
||||
ExecStart=/home/modelec/modelec-serge-ROS/start_ros2.sh
|
||||
|
||||
# Variables d'environnement
|
||||
Environment=HOME=/home/modelec
|
||||
Environment=LOGNAME=modelec
|
||||
Environment=USER=modelec
|
||||
Environment=DISPLAY=:0
|
||||
Environment=XAUTHORITY=/home/modelec/.Xauthority
|
||||
Environment=PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical.target
|
||||
@@ -1,13 +0,0 @@
|
||||
#!/bin/bash
|
||||
sleep 5
|
||||
|
||||
source /opt/ros/jazzy/setup.bash
|
||||
source /home/acki/ros2_ws/install/setup.bash
|
||||
|
||||
export RCL_LOG_LEVEL=info
|
||||
export RMW_IMPLEMENTATION=rmw_fastrtps_cpp
|
||||
export FASTRTPS_DEFAULT_PROFILES_FILE=/home/acki/ros2_ws/fastdds_setup.xml
|
||||
export ROS_DOMAIN_ID=128
|
||||
|
||||
# Lance ton launch file
|
||||
exec ros2 launch modelec_core test.modelec.launch.py
|
||||
Reference in New Issue
Block a user