Regarding Machin Vision and Mobile Manipulation Exercises #3056
Replies: 1 comment 1 reply
-
Hi @ShauryaJain03 , feel free to share here a video of your solution for the Obstacle Avoidance exercise. I'll give you feedback. Exploring the local obstacle map + DWA looks good to me. In the end students could also use Nav2 stack to solve this exercise. Regarding industrial robot exercises we are just focused on the Pick&Place exercise, integrating in Robotics Academy the first prototype with MoveIt2 and ROS2-Humble (and Gazebo 11). Take a look at the first demo video. Exploring support of industrial robots on Gazebo Harmonic would be useful. For all the exercises the maps and scenarios are stored in the JdeRobot RoboticsInfrastructure repo. For sure improvements are welcome! Just create there issues and send PullRequests, they will be reviewed by committers, and in positive feedback, merged. Cheers, |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have solved another exercise on Robotics Academy, namely the obstacle avoidance exercise as a part of performing beta-testing Robotics Academy, I liked that exercise and also learnt about the virtual force field method.
I have a small suggestion, we can implement this same exercise by using a 2D LiDAR to generate a local obstacle map and use DWA or TEB planners for reactive obstacle avoidance, this will aid in learning more real world applications.
Apart from that I have been making myself familiar with the base code of the exercises that are already in ROS2 and the base code of Mobile Manipulation and Machine vision exercises which are to be migrated, along with the UR5 and Neo MMO 500 robot's ROS code.
I have a couple of questions regarding the same,
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions