mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -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
|
||||
catkin init
|
||||
pushd src
|
||||
git clone https://github.com/snktshrma/ardupilot_ros.git
|
||||
git clone https://github.com/ArduPilot/ardupilot_ros.git
|
||||
popd
|
||||
sudo apt update
|
||||
rosdep install --from-paths src --ignore-src --rosdistro=${ROS_DISTRO} -y
|
||||
|
Loading…
Reference in New Issue
Block a user