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:
4
build.sh
4
build.sh
@@ -1 +1,3 @@
|
||||
MAKEFLAGS="-j2" colcon build --executor sequential --parallel-workers 1 --cmake-args -DCMAKE_BUILD_TYPE=Release
|
||||
MAKEFLAGS="-j2" colcon build --executor sequential --parallel-workers 1 --cmake-args -DCMAKE_BUILD_TYPE=Release
|
||||
|
||||
source install/setup.bash
|
||||
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