Skip to content

kwea123/ROS_notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ROS_notes

Use ROS to visualize KITTI data

First install kitti2bag. Follow the construction to create a rosbag.

Follow this to visualize the image and lidar points on rviz.

here is some source code of how to create ros msgs.

Sending video over ROS

It is faster to encode the video stream to bytes (e.g. in mjpeg), then send the bytes, instead of sending an image array.

ROS markers

Here is a tutorial on how to create basic markers using python.

ROS synchronization

Use chrony to synchronize across machines. tutorial

ROS with Gazebo

Installation

Problem1

Turtlebot tutorial

1 2 3 4

How to deal with coordinate transformation

here

About

Personal notes of ROS usage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published