Sitemap
A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.
Pages
Posts
Future Blog Post
Published:
This post will show up by default. To disable scheduling of future posts, edit config.yml
and set future: false
.
Blog Post number 4
Published:
This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.
Blog Post number 3
Published:
This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.
Blog Post number 2
Published:
This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.
Blog Post number 1
Published:
This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.
portfolio
Portfolio item number 1
Short description of portfolio item number 1
Portfolio item number 2
Short description of portfolio item number 2
publications
Mechanical Networks: An Investigation Into Connected Kinematic Systems
Published in University of Florida, 2023
This paper delves into how the kinematic joints and the bodies in a mechanism can be described using directed graphs and the matrices of connectivity and loops that can be generated from it. This is called a mechanical network. Using these mechanical networked joints, a matrix of simple joint freedoms or constraints can be constructed. These matrices can be manipulated using the connectivity, loop, and node descriptions to describe a mechanism's geometric mobility and preloadability. To enhance this information, two case studies are explored, one of a lift mechanism, and another of a 3-RRR Spherical Parallel Platform, or Spherical Wrist.
Recommended citation: Penumarti, Aditya. (2023). "Mechanical Networks: An Investigation Into Connected Kinematic Systems." University of Florida. 1(1).
Download Paper
Fast Marching based Rendezvous Path Planning for a Team of Heterogeneous Vehicles
Published in IEEE Access, 2024
This paper presents a formulation for deterministically calculating optimized paths for a multi-agent system consisting of heterogeneous vehicles. The key idea is the calculation of the shortest time for each agent to reach every grid point from its known initial position. Such arrival time map is efficiently computed using the Fast Marching Method (FMM), a computational algorithm originally designed for solving boundary value problems of the Eikonal equation. By leveraging the FMM, we demonstrate that the minimal time rendezvous point and paths for all member vehicles can be uniquely determined with minimal computational overhead. The scalability and adaptability of the present method during online execution are investigated, followed by a comparison with a baseline method that highlights the effectiveness of the proposed approach. Then, the potential of the present method is showcased through a virtual rendezvous scenario involving the coordination of a ship, an underwater vehicle, an aerial vehicle, and a ground vehicle, all converging at the optimal location within the Tampa Bay area in minimal time. The results show that the developed framework can efficiently construct continuous paths of heterogeneous vehicles by accommodating operational constraints via an FMM algorithm.
Recommended citation: J. Kim, H. -J. Park, A. Penumarti and J. Shin, "Fast Marching based Rendezvous Path Planning for a Team of Heterogeneous Vehicles," in IEEE Access, doi: 10.1109/ACCESS.2024.3444314.
Download Paper
talks
Talk 1 on Relevant Topic in Your Field
Published:
This is a description of your talk, which is a markdown files that can be all markdown-ified like any other post. Yay markdown!
Conference Proceeding talk 3 on Relevant Topic in Your Field
Published:
This is a description of your conference proceedings talk, note the different field in type. You can put anything in this field.
teaching
Teaching experience 1
Undergraduate course, University 1, Department, 2014
This is a description of a teaching experience. You can use markdown like any other post.
Teaching experience 2
Workshop, University 1, Department, 2015
This is a description of a teaching experience. You can use markdown like any other post.
EML4930: Autonomous Vehicles – Teaching Assistant
Undergraduate Course - Special Topics, University of Florida, Mechanical and Aerospace Department, 2023
This class taught students the fundamentals of programming a autonomous ground vehicle. It included working with feedback controllers, and sensors such as LiDAR, IMU and wheel encoders. The class was taught using the Robot Operating System (ROS).