mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
update install / build script
This commit is contained in:
10
install.sh
10
install.sh
@@ -34,4 +34,12 @@ sudo apt install "./wiringpi-*.deb" -y
|
||||
|
||||
sudo apt-get install qt6-base-dev qt6-svg-dev libxml2-dev socat -y
|
||||
|
||||
cd ..
|
||||
cd ..
|
||||
|
||||
echo "source /opt/ros/jazzy/setup.bash" >> ~/.bashrc
|
||||
echo "source ~/modelec-marcel-ROS/install/setup.bash" >> ~/.bashrc
|
||||
echo "export RMW_IMPLEMENTATION=rmw_fastrtps_cpp
|
||||
export FASTRTPS_DEFAULT_PROFILES_FILE=~/modelec-marcel-ROS/fastdds_setup.xml
|
||||
export ROS_DOMAIN_ID=128" >> ~/.bashrc
|
||||
|
||||
source ~/.bashrc
|
||||
Reference in New Issue
Block a user