Skip to content
View EbruBaglan's full-sized avatar
Block or Report

Block or report EbruBaglan

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
EbruBaglan/README.md

πŸ—οΈ Under Construction

  • πŸ”­ Currently working on pushing old codes from my local drive to here.

πŸ™‹β€β™€οΈ About Me

  • ⚑ JEMARO (Japan-Europe Master's on Advanced Robotics, Erasmus+ Mundus Program)
    • πŸŽ“ M.Sc. in Advanced Robotics in Keio University, Japan, 2nd year of JEMARO
    • πŸŽ“ M.Sc. in Advanced Robotics in University of Genova(UniGe), Italy, 1st year of JEMARO
  • 🏒 3 years of work experience in Defense Industry as R&D Engineer.
  • πŸŽ“ BSc. in Mechanical Engineering in METU, Turkey
  • πŸ”­ Currently working on
    • Robot Motion Planning and Control assignment: Bug0, Bug1, Bug2 and Tangent Bug Implementation.
  • πŸ“« How to reach me and connect with me
    • πŸ“« Send me an email gmail badge
    • 🀝 Connect me on linkedin badge

πŸ“ About Repositories

  • final_assignment The Research Track course's last assignment to use ROS nodes, Python, CMake etc. The explanations to be added later.

  • ML4Rob-Labs: The repository which contains Machine Learning for Robotics course labs of UniGe. Implemented algorithms are:

    • Naive Bayes classifier,
    • Linear regression,
    • kNN classifier,
    • Neural Networks.
  • ARP-HW2_IPC_benchmark and ARP-HW2_IPC_benchmark_ALL: The second assignment of Advanced Robot Programming course(Inter-process Communication based) of UniGe. The IPC methods are compared for their transfer speeds. Compared IPC methods are:

    • unnamed pipes (in _ALL version),
    • named pipes,
    • sockets (in _ALL version),
    • shared memory.
  • ARP-HW1_Tower_Crane: The first assignment of Advanced Robot Programming course(Inter-process Communication based) of UniGe. In a tower crane scenario, two motors are supposed to order motion on the crane. The project is done using pipes. For details, please visit the repo.

Popular repositories

  1. iCubAnkara01_resurrection iCubAnkara01_resurrection Public

    The diary to register all my steps to revive the icub residing in ROMER @ METU.

    2

  2. RT1-assignment1-solution RT1-assignment1-solution Public

    A solution to the robot simulation with a laser range sensor in a circuit to avoid walls and obtain points on the way

    Python

  3. ARP-HW1_TowerCrane ARP-HW1_TowerCrane Public

    The group project for Advanced Robot Programming course of UniGe. Involves two motors and interprocess communication tools.

    C

  4. secondassignment01 secondassignment01 Public

    CMake

  5. ML4Rob-Labs ML4Rob-Labs Public

    This repository consists of the Machine Learning for Robotics laboratory activities: a Naive Bayes classifier, linear regression, kNN classifier and Neural Networks, namely.

    MATLAB

  6. ARP-HW2_IPC_benchmark ARP-HW2_IPC_benchmark Public

    A benchmark to test the two methods of interprocess communications, shared memory and named pipes.

    Shell