-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from ethz-asl/feature/lib_sbp_2_3_10
LibSBP 2.3.10
- Loading branch information
Showing
25 changed files
with
1,117 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<name>ethz_piksi_ros</name> | ||
<version>1.0.6</version> | ||
<version>1.1.0</version> | ||
<description>Meta-package for the ethz_piksi_ros repository.</description> | ||
|
||
<maintainer email="[email protected]">Marco Tranzatto</maintainer> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#! /bin/bash | ||
# record topics necessary to debug Piksi Multi. | ||
# WARNING: remember to set rosparam "debug_mode" to true before launching the ROS driver! | ||
INITIAL_PATH=$(pwd) | ||
NOW="$(date +"%F-%H-%M-%S")" | ||
FOLDER_NAME="$(date +"%Y-%m-%d")" | ||
|
||
mkdir -p ~/bags/$FOLDER_NAME | ||
cd ~/bags/$FOLDER_NAME | ||
|
||
echo " ========================= " | ||
echo "Record topics necessary to debug Piksi Multi. Rosbag saved in '~/bags/<DATE_OF_TODAY>/'" | ||
echo "WARNING: remember to set rosparam 'debug_mode' to true before launching the ROS driver!" | ||
echo " ========================= " | ||
|
||
rosparam dump piksi-multi-debug-"$NOW".yaml | ||
|
||
rosbag record --output-name=piksi-multi-debug-"$NOW".bag \ | ||
-e "/piksi/(.*)" \ | ||
|
||
cd $INITIAL_PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.