Giter VIP home page Giter VIP logo

interiit21_drdo's Introduction

interiit21_drdo

First follow the instructions in Installation.md file.

Install the following:

sudo apt-get install python-wstool python-rosinstall-generator python-catkin-tools

Then, initialize the catkin workspace and clone this repo in catkin workspace

mkdir -p ~/catkin_ws/src
cd ~/catkin_ws
catkin init
echo "source ~/catkin_ws/devel/setup.bash" >> ~/.bashrc
source ~/.bashrc

# Clone this repo
cd ~/catkin_ws/src
git clone https://github.com/vstark21/interiit21_drdo.git

# Build workspace
cd ~/catkin_ws
catkin build

And make all the files in scripts directory executable (replace filename with different filenames)

cd ~/catkin_ws/src/interiit21_drdo/scripts
sudo chmod +x filename.py 

Now remove gimbal_small_2d/ directory

cd ~/.gazebo/models
rm -r gimbal_small_2d

To run different worlds,

roscd interiit21_drdo
./world1.sh # or ./world2.sh or ./world3.sh

Topics

Octomap output

/rtabmap/octomap_full		## contains octomap with color
/rtabmap/octomap_binary		## contains octomap with only binary value

Odometry

/mavros/local_position/odom	## Accurate but is slow at 5 Hz
/rtabmap/odom			## Faster method to achive odometry

Controlling with setpoint

/setpoint_array         ## pass a array of Poses with time stamp

This topic will be active after launching nav.py and custom message is used

$ rosmsg info interiit21_drdo/Setpoints
std_msgs/Header header
  uint32 seq
  time stamp
  string frame_id
geometry_msgs/Pose[] setpoints
  geometry_msgs/Point position
    float64 x
    float64 y
    float64 z
  geometry_msgs/Quaternion orientation
    float64 x
    float64 y
    float64 z
    float64 w

interiit21_drdo's People

Contributors

vstark21 avatar hex-plex avatar milind-prajapat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.