Skip to content

Commit

Permalink
Merge pull request #10 from husarion/fix-topic-paths
Browse files Browse the repository at this point in the history
New topics paths
  • Loading branch information
rafal-gorecki authored Jul 18, 2024
2 parents c1d3a54 + 583e2e5 commit 4e0ddb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demo/foxglove-layout.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
"paths": [
{
"timestampMethod": "receiveTime",
"value": "<robot_namespace>/imu_broadcaster/imu.linear_acceleration.x",
"value": "<robot_namespace>/imu/data.linear_acceleration.x",
"enabled": true,
"label": "x",
"showLine": true
},
{
"timestampMethod": "receiveTime",
"value": "<robot_namespace>/imu_broadcaster/imu.linear_acceleration.y",
"value": "<robot_namespace>/imu/data.linear_acceleration.y",
"enabled": true,
"label": "y"
},
{
"timestampMethod": "receiveTime",
"value": "<robot_namespace>/imu_broadcaster/imu.linear_acceleration.z",
"value": "<robot_namespace>/imu/data.linear_acceleration.z",
"enabled": true,
"label": "z"
}
Expand Down Expand Up @@ -73,7 +73,7 @@
"foxglovePanelTitle": "RR"
},
"Battery!wppv5y": {
"path": "<robot_namespace>/battery.percentage",
"path": "<robot_namespace>/battery/battery_status.percentage",
"minValue": 0,
"maxValue": 1,
"colorMap": "red-yellow-green",
Expand Down

0 comments on commit 4e0ddb8

Please sign in to comment.