forked from cesar.alejandro/oscillation_ctrl
Merge branch 'master' of https://git.spirirobotics.com/cesar.alejandro/oscillation_ctrl
This commit is contained in:
commit
a6d9d8bd21
11
README.md
11
README.md
|
@ -106,10 +106,17 @@ Initilize rosdep:
|
||||||
copy (or add) files from px4_launch directory to '~/PX4-Autopilot/launch'
|
copy (or add) files from px4_launch directory to '~/PX4-Autopilot/launch'
|
||||||
### MAVROS
|
### MAVROS
|
||||||
- in px4.launch, replace:
|
- in px4.launch, replace:
|
||||||
|
<<<<<<< HEAD
|
||||||
'''
|
'''
|
||||||
arg name="fcu_url" default="/dev/ttyACM0:57600"
|
arg name="fcu_url" default="/dev/ttyACM0:57600"
|
||||||
arg name="gcs_url" default="udp-b://127.0.0.1:14555@14550"
|
arg name="gcs_url" default="udp-b://127.0.0.1:14555@14550"
|
||||||
'''
|
'''
|
||||||
|
=======
|
||||||
|
|
||||||
|
arg name="fcu_url" default="/dev/ttyACM0:57600"
|
||||||
|
arg name="gcs_url" default="udp-b://127.0.0.1:14555@14550"
|
||||||
|
|
||||||
|
>>>>>>> 82c7bd26a006f5ffb4d0f2a2a6dc623552984cef
|
||||||
- with:
|
- with:
|
||||||
|
|
||||||
arg name="fcu_url" default="udp://:14551@192.168.1.91:14556"
|
arg name="fcu_url" default="udp://:14551@192.168.1.91:14556"
|
||||||
|
@ -138,4 +145,8 @@ In catkin_ws (or any working directory) add to devel/setup.bash:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
|
|
||||||
|
=======
|
||||||
|
|
||||||
|
>>>>>>> 82c7bd26a006f5ffb4d0f2a2a6dc623552984cef
|
||||||
|
|
Loading…
Reference in New Issue