Skip to content

chrisgrb/sample_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Code

Problem Specification and Solution

Information on the problem specification and solution can be found in the included report: report.pdf

Recommended Installation

  • ROS Noetic

  • Ubuntu 20.04

Getting Started

The project consists of a simulator, gps publisher, accelerometer publisher and estimator. To start system:

roscore
rosrun sample_code gps_publisher
rosrun sample_code accel_publisher
rosrun sample_code estimator
rosrun sample_code simulator

To view measurements and state estimate

rosrun rqt_plot rqt_plot

Accelerometer measurements, gps measurements and the state estimate can be viewed on the topics /gps, /accel, and /estimator respectively.

About

Sample state estimation code using ROS and C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published