Skip to content

reem90/kuri_mbzirc_challenge_2

 
 

Repository files navigation

MBZIRC Challenge 2

Build Status

This package is developed based on the jsk simulation environemnt http://github.com/start-jsk/jsk_mbzirc

Installing

Follow the steps below to install the simulation environment with all it's dependencies.

cd <catkin_ws>
wstool init src
wstool set -t src kuri_mbzirc_challenge_2 https://github.com/kuri-kustar/kuri_mbzirc_challenge_2.git --git
wstool merge -t src https://raw.githubusercontent.com/kuri-kustar/kuri_mbzirc_challenge_2/master/mbzirc.rosinstall
wstool update -t src
rosdep install -y -r --from-paths src --ignore-src --rosdistro $ROS_DISTRO
catkin build

Overview

The folder structure is as follows:

  • kuri_mbzirc_challenge_2: Simulation and robot environment
  • kuri_mbzirc_challenge_2_locating_panel: Code for locating the panel in the arena
  • kuri_mbzirc_challenge_2_detecting_panel: Positioning after detecting the panel; nbv + vision panel detection
  • kuri_mbzirc_challenge_2_system_coordinator: State machine
  • kuri_mbzirc_challenge_2_wrench_detection: Wrench detection

About

Challenge 2 related tasks implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 48.8%
  • Python 42.6%
  • CMake 4.0%
  • JavaScript 3.0%
  • HTML 1.4%
  • Shell 0.2%