Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.
/ rosbot_ekf Public archive

EKF, custom messages and services for Mbed OS version of ROSbot firmware.

License

Notifications You must be signed in to change notification settings

byq77/rosbot_ekf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rosbot_ekf

The default package for the new ROSbot firmware.

Installation

First, you need to install robot localization pkg to use the rosbot_ekf package:

$ sudo apt-get install ros-kinetic-robot-localization

After that, clone the rosbot_ekf repo to your ros_ws/src directory and compile with catkin_make.

Using rosbot_ekf package

To start the rosserial communication and EKF run:

$ roslaunch rosbot_ekf all.launch

For PRO version add parameter:

$ roslaunch rosbot_ekf all.launch rosbot_pro:=true

You can also include this launch in your custom launch files using:

<include file="$(find rosbot_ekf)/launch/all.launch"/>

For PRO version it will look like that:

<include file="$(find rosbot_ekf)/launch/all.launch">
    <arg name="rosbot_pro" value="true"/>
</include>

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

EKF, custom messages and services for Mbed OS version of ROSbot firmware.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published