--
You received this message because you are subscribed to the Google Groups "LSTS Toolchain" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lsts-toolchain+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/lsts-toolchain.
To view this discussion on the web visit https://groups.google.com/d/msgid/lsts-toolchain/0ad30643-da73-4dd0-92a3-a4a03b827562%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Onur,I would check the following things:
- Is the Pixhawk running the APM stack? The task in DUNE only supports MAVLink communication with the APM firmware. (Pixhawk supports both PX4 and APM stacks).
- Is the port on the Pixhawk correctly configured? Check this example: http://ardupilot.org/dev/docs/raspberry-pi-via-mavlink.html (this is for Ras-pi, but it should be very similar for you case)
- Most important settings:
- SERIAL2_PROTOCOL = 1 (the default) to enable MAVLink on the serial port.
- SERIAL2_BAUD = 921 so the Pixhawk can communicate with the RPi at 921600 baud (or whatever baud you choose, just make sure it is the same in DUNE and Pixhawk).
- Do you know which pins correspond to which port? Try connecting the RX-TX pins of the same port and then use minicom/microcom and try to write/read from it.
I don't know what this capemgr_enable you mentioned. Did you make a BBB cape like the one we have?Regards,João
On 4 February 2017 at 13:29, Onur GUZEL <on...@onurguzel.net> wrote:
Hello,Regarding "Integration of RTK GPS and IMU for Accurate UAV Positioning" documentation by "Bjørn Amstrup Spockeli", we are tyring to use Beagle Bone Black, Dune and Pixhawk mini. We also use the ntnu/x8-06.ini for our vehicle configuration. Successfully we communicate with dune through neptus and can send plans to dune on beaglebone. Those parts seem ok, but I have a problem about Pixhawk mini communication, I dont get any gps or imu information. We added capemgr_enable settings inside /boot/uboot/uEnv.txt which is described on the documentation.1. Which configuration should we use for pixhawk mini ( is ntnu/x8-06.ini ok for this )?2. How can we test pixhawk mini and beaglebone communication? (/dev/ttyO1 or /dev/ttyO2, or anyother)3. Do we need to add some custom configurations for dune, glued and pixhawk communication?Regards
--
You received this message because you are subscribed to the Google Groups "LSTS Toolchain" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lsts-toolchai...@googlegroups.com.