The Morse Robot Simulator Reaches Version 1
Written by Harry Fairhead   
Monday, 04 March 2013

Morse 1.0 is an open source robot simulator with full ROS support. Not only useful and fun, it also has uses in both research and teaching.

 

Morse is a full 3D simulator for mobile robots including multiple robots. It uses OpenGL as its 3D engine and has realistic rendering to make working with your simulated robot easy and more understandable.

 

morseUI

 

It is command line oriented but you can also write Python scripts to control it. It also makes use of other open source projects such as Blender for its 3D scene editing and Bullet for physics simulation. You can create cameras as vi doe streams including depth cameras or semantic maps. You basically build your simulation using Blender to assemble your robot and place it in a 3D environment.  When you run the simulation the Bender Game Engine is used to create a realistic representation of the robot.

 

You can see it in action in a variety of situations in the following video (not version 1.0):

 

 

A surprising component of Morse is its ability to model human-robot interaction. The user can view the scene from the point of view of a 3D human model and move within the environment to interact with the robot.

Currently it supports 20 classes of sensor including laser scanners and cameras and 15 classes of actuator including our favorite flying device, the quadrotor. If you need more, you can program them in C or Python.

Morse itself is mostly written in Python and can be extended and customized. Currently it has been tested using Linux but it does run under OSX and Windows. The only dependencies are an up-to-date Python and Blender installation.

Although the simulation is realistic, it doesn't claim to be physically accurate, i.e. you can't rely on using it to make measurements.

morseicon

While this is an open source project, the documentation is very good! There are some nice tutorials that can get you started in no time at all.

 

 

More Information

Morse On Github

Latest Documentation

Related Articles

BigDog Throws A Cinder Block

Robots As Dancers - The Nao Dance Troupe

Walking With Robots - The Robot App Store

Using a Flight Sim To Test Ocean Debris Tracking

IBM's TrueNorth Simulates 530 Billion Neurons

Free Robonaut 2 Simulator

Robotics Developer Studio 4

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

Banner


Five Tips for Managing Hybrid Development Teams
08/03/2024

Managing hybrid development teams can be challenging, but  can also be a rewarding endeavor. Here are some tips to follow to ensure success. 



TypeScript 5.4 Adds NoInfer Type
12/03/2024

TypeScript 5.4 has been released, with the addition of a NoInfer utility type alongside preserved narrowing in closures following last assignments. 


More News

Last Updated ( Monday, 04 March 2013 )