mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
service for modelec rasp pi
This commit is contained in:
13
start_ros2.sh
Executable file
13
start_ros2.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
set -e # quitte en cas d'erreur
|
||||
|
||||
source /opt/ros/jazzy/setup.bash
|
||||
source /home/modelec/modelec-serge-ROS/install/setup.bash
|
||||
|
||||
export RCL_LOG_LEVEL=info
|
||||
export RMW_IMPLEMENTATION=rmw_fastrtps_cpp
|
||||
export FASTRTPS_DEFAULT_PROFILES_FILE=/home/modelec/modelec-serge-ROS/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