In this one hour long project-based course, you will tackle a real-world problem in robotics. We will be simulating a robot that can move around in an unknown environment, and have it discover its own location using only a terrain map and an elevation sensor. We will encounter some of the classic challenges that make robotics difficult: noisy sensor data, and imprecise … [Read more...] about Robot Localization with Python and Particle Filters
Computer Science
Operate Alibaba Cloud Systems and Services
Course description: ACA System Operator Certification Preparation Course is intended for individuals who have technical expertise in deployment, management and operations on Alibaba Cloud. It’s recommended for System administrators with at least one year of experience in deployment, management, and operations on Alibaba Cloud. ACA System Operator Certification is intended for … [Read more...] about Operate Alibaba Cloud Systems and Services
Java Classes and Objects
In Object-Oriented Programming in a language such as Java, Classes and Objects are often used interchangeably but there is a distinction between the two. A class is a blueprint for objects. In this project you will create an application that defines a Car class and create one to many Car objects. A Car class contains the common attributes all cars have; color, make and … [Read more...] about Java Classes and Objects
Geospatial Big Data Visualization with Kepler GL
In this 1-hour long project-based course, you will learn how to easily create beautiful data visualization with Kepler and effectively design different geospatial data visualizations. … [Read more...] about Geospatial Big Data Visualization with Kepler GL
Build an App in Android Studio using Activities
In this project you will create an Android app that that uses four activities . You will begin with an Android Studio project that has an ActivityMain.java file (with nothing added to it) and an activity_main.xml file (with nothing added to it). You will create three new activities in this project, onTouch (onTouch.java & activity_on_touch.xml), ReadReview (ReadReview.java … [Read more...] about Build an App in Android Studio using Activities