CE-Bench
CE-Bench
  • Видео 72
  • Просмотров 50 191
PYNQ Tutorial - Xilinx Virtual Cable (XVC)
In this video we're gonna do away all those expensive smart links! I know you got a couple of them daggling off your work bench / test fixtures. They get in the way, the ribbon cables are short AF, your always running out of them, or even worse, "Having somebody poach yours while your working remote!" We're gonna skip all that hassle and slap that puppy right down in the PL itself. Whoop 🙌 How to use Xilinx Virtual Cale (XVC) with PYNQ:
GitHub Repo:
github.com/Austin-Parks/PYNQ_XilinxVirtualCable
forked from Xilinx Virtual Cable repo:
github.com/Xilinx/XilinxVirtualCable
Instructions are in the README...
- Austin P.
Просмотров: 60

Видео

FPGA Midi Synth - (ArtyZ7 + Petalinux)
Просмотров 2283 года назад
Just an informal video blog update on the progress of a personal DIY project of mine. ArtyZ7 - Midi Synth: The aim of the project is to create a stand alone midi synthesizer using the ArtyZ7-20 project board (From Digilent, inc.). It features an advanced Xilinx Zynq-7020 SoC (System on Chip) that comes with a duel-core 650 MHz ARM Cortex-A9 Artix7 equivalent FPGA in a single chip package. I'll ...
Fixed the Start Up Issues
Просмотров 405 лет назад
Fixed the Start Up Issues
Time Lapse Clip
Просмотров 585 лет назад
Time Lapse Clip
Autonomous Navigation - True Mine Sweeping
Просмотров 785 лет назад
Did some quirky optimizations to reduce and concentrate the search space in the middle of the squares. This would only be for the purposes of competition. Real world mines will be placed more randomly.
Plan B
Просмотров 355 лет назад
So I believe I may have found a viable solution to our autonomous navigation crisis. This ROS package (frontier_exploration) should work out of the box, as long as we properly calibrate and tune up our robot platform. worth a shot I guess...
ROS Tutorial - Using Qt Creator
Просмотров 8 тыс.5 лет назад
Here I'm just showing the steps necessary to use QtCreator with a pre-existing ROS work space using the catkin build system (not using "catkin_make", the python ros catkin tools method "catkin build") This enables auto complete, highlighting, and many other nice modern features for ROS c development. This shows how to open up an entire ROS workspace in QtCreator from start to finish.
ROS Motor Control - First Test
Просмотров 3985 лет назад
ROS Motor Control - First Test
ROS Presentation Demo
Просмотров 565 лет назад
ROS Presentation Demo
Mega Serial Interrupt (*fixed)
Просмотров 835 лет назад
Mega Serial Interrupt (*fixed)
Static Path Sequencing
Просмотров 385 лет назад
So I've figured out how to take control of move_base and force a sequence of static paths. This would be for situations where you know your doing an (20*20) meter search square and just want to map the detection of metal objects.
Parallel Integration
Просмотров 835 лет назад
Parallel Integration
Global Path Planner move base plugin
Просмотров 4655 лет назад
Finally figured out how to interface with move_base at the plugin level. Much improved results for simple mine sweeping.
LED Mode / State Array
Просмотров 145 лет назад
LED Mode / State Array
Unified RC System and Led Debug
Просмотров 125 лет назад
Unified RC System and Led Debug
ROS Serial 2-Way Test
Просмотров 715 лет назад
ROS Serial 2-Way Test
IO Strobing Optimizations
Просмотров 115 лет назад
IO Strobing Optimizations
Serial Rx Interrupts
Просмотров 7 тыс.5 лет назад
Serial Rx Interrupts
ROS / Mega - Communication
Просмотров 446 лет назад
ROS / Mega - Communication
Serial Motor Control
Просмотров 2156 лет назад
Serial Motor Control
Quick PWM Test
Просмотров 186 лет назад
Quick PWM Test
Mine Sweeper Nav Demo
Просмотров 246 лет назад
Mine Sweeper Nav Demo
ROS - Arduino serial basics
Просмотров 8736 лет назад
ROS - Arduino serial basics
Mavros in Real Life 2
Просмотров 1176 лет назад
Mavros in Real Life 2
Mavros in Real Life {^_*}
Просмотров 776 лет назад
Mavros in Real Life {^_*}
Robotics - Lab 4 Video
Просмотров 196 лет назад
Robotics - Lab 4 Video
Servo Tracking Control - Box Sequence Test
Просмотров 146 лет назад
Servo Tracking Control - Box Sequence Test
Servo position tracking control - test 1
Просмотров 326 лет назад
Servo position tracking control - test 1
Mine-Sweeper Simulation
Просмотров 1716 лет назад
Mine-Sweeper Simulation
Latest Mine Sweeper Simulation
Просмотров 126 лет назад
Latest Mine Sweeper Simulation

Комментарии

  • @Ucoriorya
    @Ucoriorya Месяц назад

    The video is great, you need to keep promoting your channel. Is not hard.

  • @ElectricRCAircraftGuy
    @ElectricRCAircraftGuy Месяц назад

    If driving servos, use the servo lib instead, to get good servo PWM signals.

  • @ahmedashraf-bn8rt
    @ahmedashraf-bn8rt 8 месяцев назад

    could you share with us the source git hub packages

  • @maerklin29800
    @maerklin29800 Год назад

    Instead of defining your own FOSC you could just use F_CPU I think

  • @maerklin29800
    @maerklin29800 Год назад

    Thanks for sharing man!❤️ And easily explained👍🏽

  • @tulasiakshykumarkodeboyina9027
    @tulasiakshykumarkodeboyina9027 3 года назад

    Can u share the image shown initially, ROS, Gazebo, Mavlink & QGround control flow chart drawn by you. At 1:51 Thankyou.

  • @muralin2637
    @muralin2637 3 года назад

    Best tutorial . Thanks from India

  • @youfu90
    @youfu90 3 года назад

    Hi, are you able to share a video about setting up with Qt QML together with ROS

  • @444haluk
    @444haluk 3 года назад

    Next time, use drawio program to graph things, it's like no learning curve.

  • @sarahemati3333
    @sarahemati3333 3 года назад

    Hi.would you please send me your codes?

  • @EliteLp117
    @EliteLp117 3 года назад

    hello, i would need some help after opening the renamed file, because i do not have the key CMAKE, my keys are empty, what can I do to fix this?

  • @doxytweak585
    @doxytweak585 3 года назад

    Hello, I accidentally found you video and I think this is the approach I need to follow. I'm doing an experiment which consists using a Raspberry Pi to send command messages to an Arduino Mega via a Serial link. The problem I'm facing (just like the example you initially showed) is that these command messages are not entirely read and I cannot be consistently polling the serial buffer to check for new messages since my Arduino needs to be doing other stuff. What I need is an interrupt that gets activated as soon as the Arduino receives data from the Pi - just like I think you're doing here. However, I think your code is a bit complex for me to understand so I would like to ask if there's any chance I could achieve the same output using Arduino libraries? By the way, do you have any documentation that you can suggest that explain your approach in "baby steps" so I can try to learn how to fix this problem? I've searching for days now and still haven't found a proper solution xD (I don't wan't to simply copy code because I wouldn't understand what it does) Thank you for this video - it has enlighten me a lot

  • @ramanabotta6285
    @ramanabotta6285 3 года назад

    Amezing

  • @nicksonjoramantonjesuthas3921
    @nicksonjoramantonjesuthas3921 4 года назад

    Source code available?

  • @aykutsirma4260
    @aykutsirma4260 4 года назад

    Nice video, if it is possible would you make a tutorial about RQT (C++ and Python version of RQT) to control our drone with ROS / GAZEBO / PX4 too? thank you very much.

  • @hasanmansour6849
    @hasanmansour6849 4 года назад

    After seeing this I just changed my mind :’D

  • @teanchen8370
    @teanchen8370 4 года назад

    hello dear I am used Sabertooth 2x60 motor driver, so I want to interface ROS. can u share the CODE and Hardware interface? Thank u so much.

  • @sammflynn6751
    @sammflynn6751 4 года назад

    wow

  • @teanchen8370
    @teanchen8370 4 года назад

    hello could u help me to interface sabertooth 2x60 with arudino ros?

  • @mehdimohammadi359
    @mehdimohammadi359 4 года назад

    hi can we have the Firmware folder i 've downloaded it from github but my build folder dosent consist of pix4_rover app !!

  • @nidhirrr
    @nidhirrr 4 года назад

    I have made a video on px4 gazebo simulation ruclips.net/video/pLNs_c5SLEI/видео.html

  • @branddebiel8383
    @branddebiel8383 4 года назад

    Works like a charm

  • @nidhirrr
    @nidhirrr 4 года назад

    Guys refer for px4 gazebo simulation ruclips.net/video/pLNs_c5SLEI/видео.html

  • @yoshio1yetl
    @yoshio1yetl 5 лет назад

    De casualidad me podrias pasar el codigo?

  • @commerce1010
    @commerce1010 5 лет назад

    Good intro. Can you post that hand-drawn diagram? Thank you.

  • @aricachristensen2650
    @aricachristensen2650 5 лет назад

    can I access the code to this, I would love to play around with it

  • @basithAA
    @basithAA 5 лет назад

    can i have the source code? iarc 2016 dev

  • @Jeremy-hw6yt
    @Jeremy-hw6yt 5 лет назад

    I am also an engineering student at uah (MAE). Do you mind me asking what course is teaching this? In the MAE department we have studied more theoretically about robotic control, but this seems to get into practical application.

  • @roygabriel1498
    @roygabriel1498 6 лет назад

    Are you still developing this unit?

  • @superdtp1630
    @superdtp1630 6 лет назад

    deaf!

  • @pratikprajapati9133
    @pratikprajapati9133 6 лет назад

    thanks a lot

  • @delunchen4331
    @delunchen4331 6 лет назад

    This is so helpful! I am wondering what is the version of Gazebo that you're using and did you build from source or binary?

  • @seearress
    @seearress 6 лет назад

    Fascinating work! Do you know how to set up a ground rover in PX4 using a pixhawk mini? Whenever I try to find the "rover" Airframe in the PX4 setup from Q ground control I can never find it. Is PX4 only for air vehicles?

    • @ce-bench4468
      @ce-bench4468 6 лет назад

      No it works for rovers too, It's not easy to find good info on how to set it up though. I know I went through a nightmare a while back and gave up after I got the results in this video with a hacked together steering controller (depreciated at this point). Eventually, a newer firmware version was released that finally shipped with the missing rover attitude / position controllers as standard. I'm not sure why you wouldn't see it as an option though...? \_(-_-)_/ What version of QGroundControl are you using? What version of the PX4 firmware are you running? I don't know if it makes a difference, but I use the current development branch.

    • @seearress
      @seearress 6 лет назад

      I understand it must have been an intense nightmare. Do you know which is the latest or best version of PX4 which supports rover?

    • @seearress
      @seearress 6 лет назад

      My apologies, I didn't see the remainder of your reply. I installed the latest version of both QGC and PX4 and now I see the rover "air frame" option! Thanks for the hint. Cant wait to get to building/tuning! one last question, I see the 3 options for rover vehicle types are "generic ground vehicle, axial rc car, and the stampede rc car" ; is there a skid steer or tank steer vehicle option or only ackerman style vehicles. ?

    • @ce-bench4468
      @ce-bench4468 6 лет назад

      What you need is a motor controller that has the ability to take the ackerman-style ( 2 Channel RC PWM | Steering / Throttle ) signals from the pixhawk and control a differential / skid drive motor pair. I'll list a good one below that's good for most motors: www.robotshop.com/en/sabertooth-dual-2x32a-6v-24v-regenerative-motor-driver.html The control mode I'm talking about is detailed on page 20 in the data sheet: www.robotshop.com/media/files/pdf/rb-dim-47-datasheet.pdf A video demo of this using a wheel chair and raw rc receivers and this motor controller (no pixhawk involved): ruclips.net/video/hS_yKXXlUsc/видео.html ( works with wheel chair motors )

    • @seearress
      @seearress 6 лет назад

      That's exactly what I was looking into you read my mind. Thanks again for all the help I'll keep you posted as the project unfolds.

  • @bociboci
    @bociboci 6 лет назад

    Hi, where can I download the IGVC-Dev folder?

  • @nicolobastianell6757
    @nicolobastianell6757 6 лет назад

    Hi, I was asking how you added the physical camera on the Iris model because I tried to modify the iris.sdf but does not work! thank you very much.

    • @ce-bench4468
      @ce-bench4468 6 лет назад

      So first off, the "iris.sdf" file gets re-generated every time you run make posix_sitl_gazebo. (be careful modifying it in place, might get overwritten). I think it's made from a ".urdf" file. I don't know anything about urdf, so I just first copy the iris model folder from wherever it gets built to my ROS workspace ( I use "ROS_workspace/models" for my model directory, but anywhere works as long as it's set in your ".bashrc" file | GAZEBO_MODEL_PATH ). Then I modify the file to add the camera. I added this INSIDE of the <base_link> tag towards the bottom ): <collision name='base_link_lump::camera_link_collision_1'> <pose frame=''>0.12 0 -0.01 0 0.7 0</pose> <geometry> <box> <size>0.05 0.05 0.05</size> </box> </geometry> <surface> <contact> <ode/> </contact> <friction> <ode> <mu>0.2</mu> <mu2>0.2</mu2> </ode> </friction> <bounce/> </surface> <max_contacts>10</max_contacts> </collision> <visual name='base_link_lump::camera_link_visual_1'> <pose frame=''>0.12 0 -0.01 0 0.7 0</pose> <geometry> <box> <size>0.05 0.05 0.05</size> </box> </geometry> <material> <script> <name>Gazebo/Red</name> <uri>file://media/materials/scripts/gazebo.material</uri> </script> </material> </visual> <sensor name='camera1' type='camera'> <update_rate>20</update_rate> <camera name='head'> <horizontal_fov>1.39626</horizontal_fov> <image> <width>320</width> <height>240</height> <format>R8G8B8</format> </image> <clip> <near>0.02</near> <far>300</far> </clip> <noise> <type>gaussian</type> <mean>0</mean> <stddev>0.007</stddev> </noise> </camera> <plugin name='camera_controller' filename='libgazebo_ros_camera.so'> <alwaysOn>true</alwaysOn> <updateRate>20</updateRate> <robotnamespace>iris</robotnamespace> <cameraName>mavlink/</cameraName> <!-- Video feed will be pushished as: ... --> <imageTopicName>image_raw</imageTopicName> <cameraInfoTopicName>cam_info</cameraInfoTopicName> <frameName>camera_link</frameName> <hackBaseline>0.07</hackBaseline> <distortionK1>0.0</distortionK1> <distortionK2>0.0</distortionK2> <distortionK3>0.0</distortionK3> <distortionT1>0.0</distortionT1> <distortionT2>0.0</distortionT2> </plugin> <pose frame=''>0.12 0 -0.01 0 0.7 0</pose> </sensor> This is from an old workspace so I hope it still works for you. Let me know how it goes.

    • @nicolobastianell6757
      @nicolobastianell6757 6 лет назад

      Thank you very much for your help!!

  • @sravathisravanthi5017
    @sravathisravanthi5017 7 лет назад

    Hi I am using gazebo rviz and Qground controller but unable to work with all three simultaneously can please suggest which commands we need to use to work with all three applications

    • @ce-bench4468
      @ce-bench4468 7 лет назад

      what you need is the 'mavros' ROS package (I'm on indigo): sudo apt-get install ros-indigo-mavros ros-indigo-mavros-extras It provides a way for the virtual px4 to connect to it, and from there, allows a 'gcs_bridge' udp address to be forwarded to QGroundControl. Sorry it took me so long. Here's my mavros launch script: <!-- ___________________________ MAVROS ________________________ --> <!-- this is the px4 SITL address, QGroundControl default I think --> <arg name="fcu_url" default="udp://:14550@127.0.0.1:14557" /> <!-- mavros forwards a multiplexed MavLink stream to this udp port --> <arg name="gcs_url" default="udp://@127.0.0.1:12600" /> <!-- gotta start px4 and mavros first; otherwise, QGroundControl will bind to the default port. I disabled the default connection. note: you'll have to create a new connection in QGroundControl's general settings and provide the correct udp port to mavros --> <arg name="tgt_system" default="1" /> <arg name="tgt_component" default="50" /> <arg name="log_output" default="screen" /> <include file="$(find mavros)/launch/node.launch"> <arg name="pluginlists_yaml" value="$(find mavros)/launch/px4_pluginlists.yaml" /> <arg name="config_yaml" value="launch/px4_config.yaml" /> <arg name="fcu_url" value="$(arg fcu_url)" /> <arg name="gcs_url" value="$(arg gcs_url)" /> <arg name="tgt_system" value="$(arg tgt_system)" /> <arg name="tgt_component" value="$(arg tgt_component)" /> </include> In short, gazebo rotors / imu plugins connect to the PX4 SITL as default. The PX4 SITL connects to the mavros node as if it were QGroundControl. Then, mavros exposes a multiplexed MavLink port to QGroundControl. Now mavros can send commands to the PX4 or QGroundControl can send commands (through mavros) to the PX4 and they all can communicate properly. Yeah it's kind of a frustrating set-up at times.

  • @emailmaily7831
    @emailmaily7831 7 лет назад

    Hi, What a great performance. Could you please explain how you have added a camera to simulation since I am using PX4 which was prepared by developer Guide part of PX4 site ( dev.px4.io/en/simulation/gazebo.html) and the code is here (github.com/PX4/Firmware.git ) and the problem is that gazebo is running separately from ROS and i am not able to add a camera and receive its image in ROS ? Your previous explanation was useful if you had run gazebo via ROS not separately and the link you mentioned above isn't working so your previous explanation didn't help me

  • @wardalshalabi6795
    @wardalshalabi6795 7 лет назад

    how did you add a ground texture into gazebo?

  • @gerdjager7310
    @gerdjager7310 7 лет назад

    Hi, great Work !!! Which Software or SDK do you take ? Looks like very professionell !!! I have Motors from LDPower (www.ldmpower.com). Maybe you want to test this ? If you are interested, of course, more accurate data. Usually do machine construction. If you are interested, we could develop this project further ...

  • @PedroSousa596
    @PedroSousa596 8 лет назад

    Hello, nice work! Can you explain and/or send a link to understand how to add a camera to the simulation? Thanks!

    • @ce-bench4468
      @ce-bench4468 8 лет назад

      Yeah it took me many many hours to understand how to get a ROS-Topic enabled camera in the simulation, theres very little documentation on it. I host the simulation on a live gzWeb Server: uah-iarc-dev.org:8080 The bulk of the work is in the gazebo 'model.sdf' files. Gotta have gazebo 6, ros-indigo-gazebo-pkgs, and either launch gazebo via a roslaunch script or manually run it with the ros server plugin: gazebo --server-plugin /opt/ros/indigo/lib/libgazebo_ros_api_plugin.so [Your_File.world] be sure to set all the environment variables for gazebo, namely the plugin path variable: export GAZEBO_PLUGIN_PATH=${GAZEBO_PLUGIN_PATH}:/opt/ros/indigo/lib Total pain in the ass, trial and error got it to work for me. ################ Here's some important bits of the .sdf I file used ############### ###### Camera Deffinition / this is the .sdf file telling gazebo to add a camera to some ###### pre-defined position on the robot, a.k.a. , "the camera link" ###### this also defines the ros topic name / image format and various other camera ###### parameters. <sensor name='camera1' type='camera'> <update_rate>20</update_rate> <camera name='head'> <horizontal_fov>1.39626</horizontal_fov> <image> <width>752</width> <height>480</height> <format>R8G8B8</format> </image> <clip> <near>0.02</near> <far>300</far> </clip> <noise> <type>gaussian</type> <mean>0</mean> <stddev>0.007</stddev> </noise> </camera> ### here is where most of the ros stuff gets defined. Be sure that GAZEBO_PLUGIN_DIRECTORY ### (bash environment variable) includes the ros-gazebo-pkgs directory. <plugin name='camera_controller' filename='libgazebo_ros_camera.so'> <alwaysOn>true</alwaysOn> <updateRate>20</updateRate> <robotnamespace>iarc-robot</robotnamespace> <cameraName>sensor/cam_1</cameraName> <imageTopicName>image_raw</imageTopicName> <cameraInfoTopicName>cam_1_info</cameraInfoTopicName> ### this next part is important, make sure to have defined this link ### may need to read up on .sdf spec and how scripted links work <frameName>camera_link</frameName> <hackBaseline>0.07</hackBaseline> <distortionK1>0.0</distortionK1> <distortionK2>0.0</distortionK2> <distortionK3>0.0</distortionK3> <distortionT1>0.0</distortionT1> <distortionT2>0.0</distortionT2> </plugin> <pose frame=''>0.12 0 -0.01 0 0.7 0</pose> </sensor> just send me a PM if you need any more help or if you got a specific error message that keeps ruining your day.

    • @PedroSousa596
      @PedroSousa596 8 лет назад

      Thank you! I let you know about the final result! :)

    • @ce-bench4468
      @ce-bench4468 8 лет назад

      Glad to help, I'll be looking forward to it then.

  • @jmp29
    @jmp29 8 лет назад

    congrats Man ! huge work and for sure people will be interest in DIY kit like this with software (me first !)

    • @ce-bench4468
      @ce-bench4468 8 лет назад

      +macfly1202 I did it for a university project. I wound up spending more money and time on it than I had planned. :-/ I just don't have the spare time or money to do much with it at this point.

  • @martywestguard
    @martywestguard 8 лет назад

    Love it! well done..

  • @ce-bench4468
    @ce-bench4468 9 лет назад

    It flies much better after dialing up the gains. I've added 2 cctv board cameras. One is kind of a wide angle front view. and the other is a target drop camera that faces straight down. I can switch between them with a switch, and the OSD changes for target drop, and normal front facing view.

  • @ce-bench4468
    @ce-bench4468 9 лет назад

    The software is really buggy at the moment. I've never tried to make an actual gui application before this project. The dyno controller firmware isn't that reliable either. I just need some time to work out some of the bugs and remove unused / broken features, as well as fix the features that I want to work.