All Projects → scanse → Sweep Ros

scanse / Sweep Ros

Licence: mit
Scanse Sweep ROS Driver and Node

Labels

Projects that are alternatives of or similar to Sweep Ros

Mask rcnn ros
The ROS Package of Mask R-CNN for Object Detection and Segmentation
Stars: ✭ 53 (-20.9%)
Mutual labels:  ros
Ros2 java
Java and Android bindings for ROS2
Stars: ✭ 60 (-10.45%)
Mutual labels:  ros
Loam velodyne
Laser Odometry and Mapping (Loam) is a realtime method for state estimation and mapping using a 3D lidar.
Stars: ✭ 1,135 (+1594.03%)
Mutual labels:  ros
Mrsl quadrotor
Stars: ✭ 56 (-16.42%)
Mutual labels:  ros
Darknet ros
YOLO ROS: Real-Time Object Detection for ROS
Stars: ✭ 1,101 (+1543.28%)
Mutual labels:  ros
Hrim
An information model for robot hardware. Facilitates interoperability across modules from different robot manufacturers. Built around ROS 2.0
Stars: ✭ 61 (-8.96%)
Mutual labels:  ros
Ros ship packages
USV simulator for ROS
Stars: ✭ 51 (-23.88%)
Mutual labels:  ros
Grid map
Universal grid map library for mobile robotic mapping
Stars: ✭ 1,135 (+1594.03%)
Mutual labels:  ros
Robots
Collection of quadrupedal robots configured to work in CHAMP development framework
Stars: ✭ 59 (-11.94%)
Mutual labels:  ros
Mrs uav system
The entry point to the MRS UAV system.
Stars: ✭ 64 (-4.48%)
Mutual labels:  ros
Eyantra drone
Metapackage to control the edrone via services and topics -https://www.youtube.com/watch?v=M-RYyMyRl9g
Stars: ✭ 57 (-14.93%)
Mutual labels:  ros
Rostensorflow
TensorFlow ImageNet demo using ROS sensor_msgs/Image
Stars: ✭ 59 (-11.94%)
Mutual labels:  ros
Drivebot
tensorflow deep RL for driving a rover around
Stars: ✭ 62 (-7.46%)
Mutual labels:  ros
Vector ros
ROS package for Anki Vector home robot
Stars: ✭ 55 (-17.91%)
Mutual labels:  ros
Get Started Ros2
書籍「ROS2ではじめよう 次世代ロボットプログラミング」オンラインリソース
Stars: ✭ 65 (-2.99%)
Mutual labels:  ros
Missionplanner
Mission Planner Ground Control Station (c# .net)
Stars: ✭ 1,059 (+1480.6%)
Mutual labels:  ros
Quadruped 9g
A ROS node that describes a quadruped robot using URDF
Stars: ✭ 61 (-8.96%)
Mutual labels:  ros
Autonomous driving
Ros package for basic autonomous lane tracking and object detection
Stars: ✭ 67 (+0%)
Mutual labels:  ros
Lego Loam
LeGO-LOAM: Lightweight and Ground-Optimized Lidar Odometry and Mapping on Variable Terrain
Stars: ✭ 1,138 (+1598.51%)
Mutual labels:  ros
Eskf
ROS Error-State Kalman Filter based on PX4/ecl. Performs GPS/Magnetometer/Vision Pose/Optical Flow/RangeFinder fusion with IMU
Stars: ✭ 63 (-5.97%)
Mutual labels:  ros

sweep-ros

Dependencies

The Sweep ROS Driver and Node requires that the libsweep library from the sweep-sdk be installed on the computer.

See the libsweep README for full installation instructions, or follow the brief guide below:

# clone the sweep-sdk repository
git clone https://github.com/scanse/sweep-sdk

# enter the libsweep directory
cd sweep-sdk/libsweep

# create and enter a build directory
mkdir -p build
cd build

# build and install the libsweep library
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .
sudo cmake --build . --target install
sudo ldconfig

Scanse Sweep ROS Driver and Node

This node is currently publishing a pointcloud2 msg. This is because the Sweep device does not use fixed azimuth intervals. For more details see the Sweep theory of operation. Use sweep2scan.launch for conversion to laserscan msg.

Firmware Compatibility:

Currently, sweep-ros is only compatible with sweep firmware v1.1 or greater.

You can check the firmware version installed on your sweep device by using a serial terminal (see manual) or more easily using the sweep visualizer (see instructions).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].