Ross (with 2 S's),
That's pretty much where I am. Let's keep working toward SLAM and sharing.
Jim
James H Phelan "Nihil est sine ratione cur potius sit quam non sit" Leibniz "Here am I, the servent of the Lord; let it be with me, according to your Word" Luke 1:38
At the Wed Jan 26 monthly meeting several folks asked me who makes the Oak-D-Lite and its specs? Here's a informative link from Luxonis: https://docs.luxonis.com/projects/hardware/en/latest/pages/DM9095.html . As I described, on my MacM1 VM Ub20/Ros Noetic, I got it the basic ubuntu depthai_demo.py to work (don't forget the USB udev rules) and on ROS after compiling dependancies and catkin src code, without issue from the luxonis/depthai-ros github. The BW picture and disparity images & rgb color image data are published on many topics that can be viewed on rqt_image_view. Neat. Though I cannot see any images on rviz. I can select from a long list Fixed Frame Topics, but can't find a combinmation that shows in the Camera. Then of course, I need to next try the depthai-ros2 packages and research the packages that generate 3D Depth images for SLAM. --
You received this message because you are subscribed to the Google Groups "HomeBrew Robotics Club" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hbrobotics+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hbrobotics/84810fe2-14fe-4d71-ba5f-be889112b830n%40googlegroups.com.
I can second success with the OAK-D. Fairly easy to use with python and many examples for a variety of AI vision use-cases. You can see many of my demonstrations with Big Orange utilize only a fraction of what Oak-D can do. I am using Tiny YOLO V4 for object (including persons) classification and detection fused with the camera’s stereo disparity based depth for 3D location of objects. I also use the facial recognition model. I’m planning on using the human pose recognition for gesture commands. I also use a second OAK-D camera for publishing depth map to the system for object avoidance.
Here are the videos showing OAK-D use cases I’ve implemented so far.
https://www.youtube.com/watch?v=T5B8D91FKMs&list=PLmb0WjGtyZZTXYqRmrmorwfBD2mkl4XiM&index=24
https://www.youtube.com/watch?v=xaq6maH_mpU&list=PLmb0WjGtyZZTXYqRmrmorwfBD2mkl4XiM&index=23
https://www.youtube.com/watch?v=43mfdQKmNZQ&list=PLmb0WjGtyZZTXYqRmrmorwfBD2mkl4XiM&index=26
https://www.youtube.com/watch?v=dN-18Rl8BnA&list=PLmb0WjGtyZZTXYqRmrmorwfBD2mkl4XiM&index=36
https://www.youtube.com/watch?v=ChPo2-RmACg&list=PLmb0WjGtyZZTXYqRmrmorwfBD2mkl4XiM&index=37
https://www.youtube.com/watch?v=Xkt9fR5iBig&list=PLmb0WjGtyZZTXYqRmrmorwfBD2mkl4XiM&index=41
Jim
To view this discussion on the web visit https://groups.google.com/d/msgid/hbrobotics/8BEE7138-F4FC-4D97-8183-FFE787C32125%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hbrobotics/795fdecc-4ffc-4021-ae4a-64310afb268cn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hbrobotics/627dfdce-c7d3-46b2-a25d-ede2afe2a8bfn%40googlegroups.com.
Scott “Robo Fun”, have a question about your ROS2 iRobot base in your video. As I have a derelict D550 iRobot base that does have a serial port that I expect could be used to interface with a ROS2 Node subscribing to /cmd_vel driver, ala original Turtlebot Create and Botvac. Could you point me to or share that package?