-
Notifications
You must be signed in to change notification settings - Fork 2
Using rosboard
Damien LaRocque edited this page Nov 8, 2023
·
4 revisions
# Create catkin workspace
mkdir -p rosboard_ws/src
cd rosboard_ws
git clone [email protected]:dheera/rosboard.git src/rosboard
# Install dependencies
rosdep install --from-paths src --ignore-src -r -y
# Run the node
rosrun rosboard rosboard_node
# Create colcon workspace
mkdir -p rosboard_ws/src
cd rosboard_ws
git clone [email protected]:dheera/rosboard.git src/rosboard
# Install dependencies
rosdep install --from-paths src -y --ignore-src
# Run the node
ros2 run rosboard rosboard_node
# Clone and change directory
git clone [email protected]:dheera/rosboard.git
cd rosboard/
# Create a virtual environment and install dependencies
python3.10 -m venv venv
. venv/bin/activate
pip install tornado simplejpeg
# Run the board
./run
kiwibot
uses rosboard
to retrieve ros messages from the app's JSONs. rosboard-client
only works with their fork of rosboard
:
- Warthog Teach and Repeat (ROS1)
- Warthog Teach and Repeat (ROS2)
- Time Synchronization (NTP)
- Time Synchronization (PTP)
- Deployment of Robotic Total Stations (RTS)
- Deployment of the backpack GPS
- Warthog Emlid GPS
- Atlans-C INS
- How to use a CB Radio when going in the forest
- IP forwarding
- Emlid Data Postprocessing (PPK)
- Setting up a reliable robot communication with Zenoh
- Zenoh rmw
- Lessons Learned
- Robots' 3D Models
- Order Management
- Fast track Master → PhD
- Intellectual Property
- Repository Guidelines
- TF Cheatsheet
- Montmorency Forest Wintertime Dataset
- RTS-GT Dataset 2023
- Deschenes2021 Dataset
- TIGS Dataset
- DRIVE Datasets
- BorealHDR
- TimberSeg 1.0
- DARPA Subterranean Challenge - Urban Dataset
- How to upload a dataset to VALERIA
- ROS1 Bridge
- Migrating a repository to ROS2 (Humble)
- ROS2 and rosbags
- MCAP rosbags
- DDS Configuration (work in progress)
- Using a USB Microphone with ROS2
- ROS2 in VSCode
- ROS2 Troubleshooting