This repository has been archived on 2024-05-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ar_basalt/thirdparty/ros/ros_comm/tools/roslaunch/env-hooks/10.roslaunch.sh
2022-04-05 11:42:28 +03:00

6 lines
122 B
Bash

# roslaunch/env-hooks/10.roslaunch.sh
if [ ! "$ROS_MASTER_URI" ]; then
export ROS_MASTER_URI=http://localhost:11311
fi