mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
Tools: install-ros-ubuntu points at ArduPilot repo
This commit is contained in:
parent
80d7bf9b11
commit
1aec242079
@ -232,7 +232,7 @@ if maybe_prompt_user "Add ardupilot-ws to your home folder [N/y]?" ; then
|
|||||||
pushd $ROS_WS_ROOT
|
pushd $ROS_WS_ROOT
|
||||||
catkin init
|
catkin init
|
||||||
pushd src
|
pushd src
|
||||||
git clone https://github.com/snktshrma/ardupilot_ros.git
|
git clone https://github.com/ArduPilot/ardupilot_ros.git
|
||||||
popd
|
popd
|
||||||
sudo apt update
|
sudo apt update
|
||||||
rosdep install --from-paths src --ignore-src --rosdistro=${ROS_DISTRO} -y
|
rosdep install --from-paths src --ignore-src --rosdistro=${ROS_DISTRO} -y
|
||||||
|
Loading…
Reference in New Issue
Block a user