Skip to content

maxsvetlik/hololens_robofleet_sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hololens_robofleet_sim

A hopfully simplified simulation experience for running the robofleet pipeline offline.

Installation

$ git clone https://github.com/maxsvetlik/hololens_robofleet_sim.git --recursive

Each component should be run, build according to their own READMEs...

$ cd hololens_robofleet_sim/robofleet_server && yarn install && yarn build

$ cd ../robofleet_client && make

$ cd ../cpp_client/robofleet_client && make

Running

For now, need to run each component in its own terminal. If in the root of this repo the following commands will bring everything up:

  1. $ roscore
  2. $ cd robofleet_server && yarn start
  3. $ ./robofleet_client/scripts/basic_status.py
  4. $ cd robofleet_client/ && ROS_NAMESPACE="maxbot1" make run
  5. $ cd cpp_client/robofleet_client/ && make run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published