Jump to content

DrWino

Members
  • Gesamte Inhalte

    13
  • Benutzer seit

  • Letzter Besuch

Posts erstellt von DrWino

  1. I am using python on red board to get data from brick imu v2. It works fine but I want to set the sensor fusion mode to 2 ( no magnetometer) But I get following error:

      File "server_v2.py", line 23, in <module>

        mode = imu.get_sensor_fusion_mode()

    AttributeError: BrickIMUV2 instance has no attribute 'get_sensor_fusion_mode'

    Exception in thread Callback-Processor (most likely raised during interpreter shutdown):

    What am I doing wrong ? program attached. Help appreciated.

    server_v2.py

  2. Look - it kind of silly to argue with a customer over a 1 euro part but you are wrong. I have attached a photo of the kit as it cam. Also you can see that the hex section of the spacers is the same - regardless of M/F or F/F. The length is 10 mm. Next to it I show my spacers which has a hex section length of 12mm. It fits the bricks correctly.

    TK_-spacers.thumb.jpg.3197ac04d387eab623e6513382bc5f9b.jpg

  3. Interesting. I can provide absolute heading by dual RTK-GPS so perhaps it might be better to not use the magnetometer at all but use this absolute heading periodically to adjust the imu. If you have and ideas or example code I would be grateful. I will look at the API and see how it works. On another note - what is the minimum voltage acceptable to power the ethernet POE ? It needs to support this + red brick + imu. Thanks.

  4. IMHO - it is not possible to perform position odometry accurately using just a compass/IMU. You need a positional reference - such as GPS. I have been following your work and really RTK is the way to go with dual-RTK for heading. I have also build such a system and it works well. The real problem is continued operation when RTK is momentarily lost. This is where I am hoping the IMU may come in handy.

  5. -> borg. Thanks.Two issues concern me 1) I could use the ROS package on github by gus484. I have compiled this but it needs brickd to run. I need to figure out how to install brickd in a non-graphics ubuntu distro. 2) I really want the IMU to be standalone - which is why I got the red brick+ethernet. I can write my own ROS node but I have not been able to find a python example which shows how to access the IMUv2 over ethernet. It is also my understanding that this could a standalone system publishing ROS messages without the need for brickd. Any similar example would be a great help.

×
×
  • Neu erstellen...