This is the unified workspace to be used with all the robots, starting from drones, ground robots and legged.
Go to file
vivek-shankar 528905b7f0 Quadrotor Gazebo model with l515 rosinstall file. 2023-03-28 01:35:46 -04:00
Batman_setup_scripts Update install_batman.sh 2021-09-14 01:38:09 +00:00
.gitignore Unified the workspace to contain all the rover packages. 2022-09-15 14:44:47 -04:00
README.md Updated README 2021-08-12 18:35:01 -04:00
batman-README.md Added batman setup guide into the workspace. 2021-09-08 16:06:42 -04:00
packages_https_bs.rosinstall add spot base station 2022-11-17 15:30:57 -05:00
packages_https_cognifly.rosinstall Cognifly Install file. 2023-03-15 19:00:59 -04:00
packages_https_gazebo_quadrotor_l515.rosinstall Quadrotor Gazebo model with l515 rosinstall file. 2023-03-28 01:35:46 -04:00
packages_https_m300_batman.rosinstall Renamed m300 file 2021-08-12 18:33:53 -04:00
packages_https_rover_optimus_slam_base.rosinstall Added a new package list for noetic. 2022-11-16 16:50:40 -05:00
packages_https_rover_slam_base.rosinstall added nimbro into the package. 2022-09-28 07:31:52 +08:00
packages_https_spiri_batman.rosinstall Add rosinstall for spiri 2021-08-12 18:34:35 -04:00

README.md

Clone the package

git clone http://git.mistlab.ca/vvaradharajan/mist_ws.git

Dependencies to install

sudo apt-get install python-catkin-tools python-wstool ros-kinetic-cmake-modules protobuf-compiler autoconf ros-kinetic-mavros* ros-kinetic-tf* \
ros-kinetic-rviz ros-kinetic-cv-bridge ros-kinetic-image-geometry ros-kinetic-pcl-* ros-kinetic-octomap* ros-kinetic-image-proc \
ros-kinetic-nmea-comms ffmpeg libusb-1.0-0-dev libsdl2-dev

Setting up the bat0 phy interface

PLEASE SET THIS UP BEFORE ATTEMPTING TO USE BATMAN NODE. Please refer to batman-README.md

DJI M300

This workspace includes relevant packages to run rosbuzz with the DJI OSDK on the M300 drones.

The workspace has been tested in Ubuntu 16.04 and ROS Kinetic.

Setup the workspace

cd mist_ws
wstool init
wstool merge packages_https_m300_batman.rosinstall
wstool update

Troubleshooting

  • In case of permission error, make sure to follow the permission section to have read/write access for the uart communication.

Spiri

Setup the workspace

cd mist_ws
wstool init
wstool merge packages_https_spiri_batman.rosinstall
wstool update

DJI M100

Khepera IV

Spot

Build the whole workspace

catkin config -DCMAKE_BUILD_TYPE=Release -DSIM=0 -DKIN=1
catkin build