Skip to content

Parshwa27/roshell-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roshell

roshell - An interactive shell for robotics applications

Quickstart:

git clone https://github.com/deepaktalwardt/roshell.git
cd roshell
make

You should see a bunch of environment variables, and then a prompt:

$: ./roshell
user@computer $:

You should be running the following commands:

$: ./roshell
user@computer $:ls /
user@computer $: ssh [email protected]
Last login: Sat Mar  7 10:57:06 2020 from 10.40.42.167

(you will need a working ssh server for this of course)

user@computer $:whoami
tomek

About

roshell - An interactive shell for robotics applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 55.4%
  • C 33.7%
  • CMake 10.4%
  • Other 0.5%