Browse Source

AP_Gripper: use https:// scheme for ardupilot URLs

zr-v5.1
Peter Barker 5 years ago committed by Andrew Tridgell
parent
commit
2c9a2c79d0
  1. 2
      libraries/AP_Gripper/AP_Gripper_EPM.cpp
  2. 2
      libraries/AP_Gripper/AP_Gripper_EPM.h

2
libraries/AP_Gripper/AP_Gripper_EPM.cpp

@ -26,7 +26,7 @@ void AP_Gripper_EPM::init_gripper()
{ {
#ifdef UAVCAN_NODE_FILE #ifdef UAVCAN_NODE_FILE
_uavcan_fd = ::open(UAVCAN_NODE_FILE, O_CLOEXEC); _uavcan_fd = ::open(UAVCAN_NODE_FILE, O_CLOEXEC);
// http://ardupilot.org/dev/docs/learning-ardupilot-uarts-and-the-console.html // https://ardupilot.org/dev/docs/learning-ardupilot-uarts-and-the-console.html
::printf("EPM: UAVCAN fd %d\n", _uavcan_fd); ::printf("EPM: UAVCAN fd %d\n", _uavcan_fd);
#endif #endif

2
libraries/AP_Gripper/AP_Gripper_EPM.h

@ -5,7 +5,7 @@
* Author: Andreas Jochum * Author: Andreas Jochum
* Pavel Kirienko <pavel.kirienko@zubax.com> - UAVCAN support * Pavel Kirienko <pavel.kirienko@zubax.com> - UAVCAN support
* *
* Set-up Wiki: http://copter.ardupilot.org/wiki/common-electro-permanent-magnet-gripper/ * Set-up Wiki: https://copter.ardupilot.org/wiki/common-electro-permanent-magnet-gripper/
* EPM docs: https://docs.zubax.com/opengrab_epm_v3 * EPM docs: https://docs.zubax.com/opengrab_epm_v3
*/ */

Loading…
Cancel
Save