Don't `set -o verbose` in ros_entrypoint.sh (#558)
All it does is source some large scripts, which results in lots of logspam when the container starts up. It then runs exec, after which the `verbose` setting has no effect.master
parent
7540dfa674
commit
ae6aefaf97
|
@ -15,7 +15,6 @@
|
|||
# limitations under the License.
|
||||
|
||||
set -o errexit
|
||||
set -o verbose
|
||||
|
||||
source "/opt/ros/${ROS_DISTRO}/setup.bash"
|
||||
source "/opt/cartographer_ros/setup.bash"
|
||||
|
|
Loading…
Reference in New Issue