Skip to content
View MedisettiRenukeswar's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report MedisettiRenukeswar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

πŸ‘‹ Hi, I'm Medisetti Renukeswar

πŸ€– Robotics & Autonomous Systems Enthusiast | ROS2 β€’ SLAM β€’ Computer Vision


πŸ‘¨β€πŸ’» About Me

I'm an aspiring Robotics Engineer currently pursuing Computer Science Engineering.
I am passionate about building intelligent robotic systems, autonomous navigation pipelines,
and real-time perception modules using ROS2, SLAM, and Computer Vision techniques.

I enjoy experimenting with robotics mathematics, motion planning, AI perception,
and integrating software with real-world hardware.

I'm continuously learning and pushing myself toward becoming a strong contributor
in the robotics and AI ecosystem.


πŸš€ Skills & Technologies

πŸ”Ή Programming

Python Β· C Β· C++

πŸ”Ή Robotics & Automation

ROS2 Β· SLAM (RTAB-Map, Gmapping) Β· Nav2 Β· Sensor Fusion (EKF) Β· Path Planning (A*, RRT*)
PID Control Β· Lidar / IMU / Vision Integration

πŸ”Ή Computer Vision & AI

OpenCV Β· YOLOv8 / SSD Object Detection Β· Face Recognition Β· Image Processing

πŸ”Ή Simulation & Tools

Gazebo Β· Webots Β· AirSim Β· MATLAB Robotics Toolbox

πŸ”Ή Web & Databases

HTML Β· CSS Β· MERN Stack (MongoDB, Express.js, React.js, Node.js) Β· SQL

πŸ”Ή Other Tools

Git / GitHub Β· Linux (Ubuntu for ROS2) Β· REST APIs Β· JWT Authentication


πŸ§ͺ Featured Projects

Project Description Tech Stack
🎭 Attendance Management System (Face Recognition) Automated attendance system using deep-learning face recognition with MERN stack and JWT authentication. Python · Face API.js · MERN · MongoDB
πŸ€– Autonomous Mobile Robot Navigation Fully autonomous robot simulation using ROS2, SLAM, Nav2, and Lidar-based perception. ROS2 Β· SLAM Β· Nav2 Β· Gazebo Β· Lidar
🦾 Robotic Arm Kinematics & Trajectory Control Multi-DOF manipulator simulation with IK, Jacobians, and optimal trajectory planning. Python · MATLAB · Robotics Toolkit
🎯 Real-time Object Detection & Grasping Robotic grasping pipeline using YOLOv8 and OpenCV sending coordinates to manipulator. YOLOv8 · OpenCV · Python
🚁 Autonomous Drone Path Planning 3D path planning using A* and RRT* with simulation in AirSim/Gazebo. Python · AirSim · Planner Algorithms
🧭 Multi-Sensor Fusion System Sensor fusion using EKF with IMU + Camera + Lidar for enhanced localization. EKF · Robotics Math · Sensor Fusion

πŸ“Š GitHub Stats (Light + Dark Mode Auto)

---

πŸ”₯ Contribution Streak


πŸŽ“ Education

πŸ“Œ B.Tech β€” Computer Science & Engineering
Dadi Institute of Engineering and Technology | 2021–2025


πŸ† Certifications

  • Modern Robotics Specialization β€” Northwestern University (Coursera)
  • Python Certification β€” HackerRank
  • AWS Data Analytics Internship
  • AWS AI-ML Internship

πŸ“¬ Contact

πŸ“± Phone: +91 6304760922

πŸ“§ Email: [email protected]
πŸ”— LinkedIn: https://www.linkedin.com/in/renukeswar-medisetti-rk/
πŸ™ GitHub: https://github.com/MedisettiRenukeswar
🌐 Portfolio: https://medisettirenukeswar.github.io/Portfolio-/


⭐ "Engineering intelligent machines that understand, navigate, and interact with the real world."

Pinned Loading

  1. opencv-face-eye-detection-haar opencv-face-eye-detection-haar Public

    Real-time face and eye detection using OpenCV Haar cascades with webcam input. Live bounding boxes, ROI-based eye detection, and snapshot saving.

    Python

  2. opencv_hand_tracking_finger_count opencv_hand_tracking_finger_count Public

    Real-time hand tracking and finger counting using OpenCV β€” skin segmentation, contours, convex hull, and convexity defects from webcam.

    Python

  3. trajectory-planning-2d-inverse-kinematics trajectory-planning-2d-inverse-kinematics Public

    Trajectory planning for a 2-link robotic arm using inverse kinematics and cubic joint-space interpolation to track random targets with smooth motion.

    Python

  4. visual-servoing-2d-arm-simulation visual-servoing-2d-arm-simulation Public

    Visual servoing simulation for a 2-link robotic arm in 2D. A virtual camera observes a target, and the arm uses image-based feedback + inverse kinematics to keep the target in view and move the end…

    Python