Skip to content

Instantly share code, notes, and snippets.

View AnthonyZJiang's full-sized avatar
🎓
Busy building robots 🤖

Anthony Jiang AnthonyZJiang

🎓
Busy building robots 🤖
View GitHub Profile
@AnthonyZJiang
AnthonyZJiang / readme.md
Last active February 9, 2025 21:30
ros2_bag_play_exclude

ros2_bag_play_exclude

Download the script, then

chmod +x ros2_bag_play_exclude.sh
./ros2_bag_play_exclude.sh <ros2_bag_file> /topic_to_exclude /more_topics_to_exclude /wild_card_match*
@AnthonyZJiang
AnthonyZJiang / setup_ubuntu2004.sh
Last active November 14, 2023 15:33
Ubuntu fresh installation setup
#!/bin/bash
# Ubuntu 18.04
# This script prepares a fresh Ubuntu installation for general ROS development
# Define software switches
utilities_enable=true
ros_enable=true
husarnet_enable=true