Code Monkey home page Code Monkey logo

mirte-master-simulator's Introduction

mirte-master-simulator

A package to simulate the Mirte Master Robot.

This packaged is structered as the mirte-gazebo Repository.

NOTES: Use mirte_master_gazebo for the simulation by launching gazebo.launch

roslaunch mirte_master_gazebo spawn_mirte_master.launch can be used to spawn a Mirte Master in any Gazebo world. (The current way of doing things only allows for 1 mirte due to naming collisions)

WARNING: DO NOT export a ROS_MASTER_URI to a mirte IP adress, while using Gazebo. this will cause it to hang. This is because gazebo will create its own 'world' and roscore instead of using a local mirte roscore.

What doesn't work yet:

  • The arm
  • The front camera (not supplied for MDP 2024)
  • Battery

What does work

  • Flag (Optional to enable)
  • LiDAR
  • Depthcamera
  • Sonar
  • IMU

Install

Installing catkintools (provides catkin build as alternative to catkin_make) is helpful and recommended: (You may need to clean your workspace if you are migrating).

sudo apt update && sudo apt upgrade # Make sure your system is up to date.
sudo apt install python3-catkin-tools

If you use this from now on build with catkin build

Clone this in the root folder of your catkin workspace.

# Create the catkin_ws if it has not been created yet or use a preexisitng one
# mkdir catkin_ws/src; cd catkin_ws
cd src
git clone [email protected]:diebolo/mirte-master-simulator.git
cd mirte-master-simulator
git submodule update --init --recursive
cd ../.. # Go back to the workspace root

Also install ArendJan/mirte_ros_packages (branch mirte_master), you may have already done that (You where asked to remove some packages we need) To do this:

# be in catkin workspace root folder
cd src
git clone https://github.com/ArendJan/mirte-ros-packages.git -b mirte-master
cd ..

To finish the install do from the catkin workspace root:

rosdep install --from-paths src --ignore-src -r -y
# It will says astra_camera not found, which is fine
catkin config --skiplist ridgeback_navigation ridgeback_description mirte_bringup
catkin build # remove everything except the src folder

Install the mirte_master_description on the Mirte Master.

TODO: But the packages you need to copy are:

  • mirte_master_description
  • gazebo_sensor_collection_description

Contributers

  • Jasper van Brakel (Integration) | Group 10
  • Tyler Olson (Exporting the SOLID WORKS to URDF (with manual frame allignment)
  • Jelle Woudstra (LiDAR example)
  • Xavier ... (Some intial driving)

mirte-master-simulator's People

Contributors

superjappie08 avatar diebolo avatar ucchan avatar wooepeke avatar

Stargazers

Ming Da avatar  avatar

Watchers

 avatar Iván López Broceño avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.