Skip to content

Moch Mars rover built to compete in University Rover Challege 2019 using ROS

License

Notifications You must be signed in to change notification settings

skrapmi/TitanRover2019

 
 

Repository files navigation

TitanRover icon

California State University, Fullerton

TitanRover website: titanrover.com


This year's implementation of the rover will be built on the ROS Platform!

Using ROS as the backbone all communications/commands from the basestation are published into a custom TitanRover Topic containing all movement instructions. We have built listening services to automatically run in background to automate when commands published.

This rover has been designed to compete in the University Rover Challenge(URC) against other universities around the world. Visit the URC website for more information: urc.marssociety.org .


Primary Programmers:

Anette Ulrichsen - amulrichsen@csu.fullerton.edu Armon Rahimi - armon16@csu.fullerton.edu Christopher Weichlein - cweichlein@gmail.com David Feinzimer - dfeinzimer@gmail.com Georden Grabuskie - ggrabuskie@csu.fullerton.edu Maria Diaz - mardiaz353@csu.fullerton.edu Robert Pace IV - rpaceiv@csu.fullerton.edu Shripal Rawal - rawalshreepal000@gmail.com Timothy Parks - parkstimothyj@csu.fullerton.edu

rosbridge_suite Build Status

Server Implementations of the rosbridge v2 Protocol

rosbridge provides a JSON interface to ROS, allowing any client to send JSON to publish or subscribe to ROS topics, call ROS services, and more. rosbridge supports a variety of transport layers, including WebSockets and TCP. For information on the protocol itself, see the rosbridge protocol specification.

For full documentation, see the ROS wiki.

This project is released as part of the Robot Web Tools effort.

Packages

  • rosbridge_suite is a ROS meta-package including all the rosbridge packages.

  • rosbridge_library contains the Python API that receives JSON-formatted strings as input and controls ROS publishers/subscribers/service calls according to the content of the JSON strings.

  • rosbridge_server contains a WebSocket server implementation that exposes the rosbridge_library.

  • rosapi provides service calls for getting meta-information related to ROS like topic lists as well as interacting with the Parameter Server.

Clients

A rosbridge client is a program that communicates with rosbridge using its JSON API. rosbridge clients include:

  • roslibjs - A JavaScript API, which communicates with rosbridge over WebSockets.
  • jrosbridge - A Java API, which communicates with rosbridge over WebSockets.
  • roslibpy - A Python API, which communicates with rosbridge over WebSockets.

License

rosbridge_suite is released with a BSD license. For full terms and conditions, see the LICENSE file.

Authors

See the AUTHORS file for a full list of contributors.

Troubleshooting

About

Moch Mars rover built to compete in University Rover Challege 2019 using ROS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.4%
  • C 5.4%
  • CMake 2.4%
  • C++ 1.6%
  • Common Lisp 0.8%
  • Shell 0.4%
  • Other 1.0%