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
- Host: GitHub
- URL: https://github.com/japrozs/cassini
- Owner: japrozs
- License: mit
- Created: 2022-01-03T08:41:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-31T07:07:23.000Z (over 3 years ago)
- Last Synced: 2025-01-09T01:04:47.408Z (6 months ago)
- Language: C
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.