We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf29ec5 commit 6892306Copy full SHA for 6892306
python3-catkin-tools/install.bash
@@ -0,0 +1,12 @@
1
+#! /usr/bin/env bash
2
+
3
+# Added on 2021-08-02; Should be removed not later than 2021-11-02
4
+ppa_file=/etc/apt/sources.list.d/catkin-tools-ubuntu-ppa-focal.list
5
+if [ -f $ppa_file ]
6
+then
7
+ tue-install-info "Deleting temp catkin PPA. ROS PPA will be used instead"
8
+ sudo rm $ppa_file
9
+ tue-install-apt-get-update
10
+else
11
+ tue-install-debug "Temp catkin PPA is already deleted/has never been installed"
12
+fi
python3-catkin-tools/install.yaml
@@ -1,5 +1,5 @@
- type: target
- name: catkin-tools-setup
+ name: ros-setup
- type: system
name: python3-catkin-tools
0 commit comments