Skip to content

NcuMathRoboticsLab/hypharos_minibot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text
alt text

Abstract

This code is for final projects of MA5039 Perception and Estimation in Robotics. It is a sample code based on HyphaROS Minibot. This code activate a node "main" and the other sensor nodes. Main node subscribes three topics -- imu_data, odom, and scan. You can access data from three Callback functions in src/main.cpp. There is a maker for landmarks or targets. You can see it in rviz.

About us

Developer:

Compile the code

$ cd catkin_ws/src
$ git clone https://github.com/kuoshih/hypharos_minibot
$ cd ..
$ catkin_make

Or Download this this code to pi\catkin_ws\src.
Unzip hypharos_minibot.zip to replace the original code.

$cd catkin_ws
$catkin_make

Run the code

$roslaunch hypharos_minibot project_sample.launch

rviz

$rviz
Press "Add" button in rviz, then select "Marker"
Set fixed frame as "target"
alt text

Edit code

You can edit src/main.cpp for your project.

About Minibot

More information about Minibot can be found https://github.com/Hypha-ROS/hypharos_minibot.

About

This is the code of drivers for hypharos_minibot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 58.5%
  • Python 29.1%
  • CMake 10.5%
  • Shell 1.3%
  • SourcePawn 0.6%