An open API service indexing awesome lists of open source software.

https://github.com/japrozs/cassini

An emulation tool for rovers
https://github.com/japrozs/cassini

Last synced: 4 months ago
JSON representation

An emulation tool for rovers

Awesome Lists containing this project

README

        

# Cassini

`Cassini` is an emulation tool for space rovers. It emulates the launch, travel, and landing of rovers on different planets. Inspired by the [Jet Propulsion Laboratory](https://jpl.nasa.gov)

## Usage

```bash
# clone the repo
# cd into the repo
$ make
$ ./bin/csn
```

To change the planets or rovers, edir [src/main.c](src/main.c) and change the rover name and planet name appropriately.