Skip to content

Robotics project - Politecnico di Milano 2020/2021

Notifications You must be signed in to change notification settings

filippolazzati/robotics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

robotics

This repository contains the lab projects for the robotics course 2020/2021 at Politecnico di Milano. Both the projects are implemented in ROS, an open-source robotics middleware suite.

project 1

Given a bag with:

  • 4 motor speed (RPM)
  • simple odometry provided by the manufacturer
  • ground truth pose of the robot (acquired with OptiTrack)

the project1 aims to:

  • compute odometry using skid steering (approx) kinematics
    • using Euler and Runge-Kutta integration
    • ROS parameter specifies initial pose
  • use dynamic reconfigure to select between integration method
  • write 2 services to reset the odometry to (0,0) or to a pose(x,y,θ)
  • publish a custom message with odometry value and type of integration

project 2

Given some bags with various data coming from sensors deployed on a Scout 2.0 AgileX robot, the project2 aims to:

About

Robotics project - Politecnico di Milano 2020/2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published