Skip to content

Commit 8ee7d5d

Browse files
authored
Bug Fix: No Diag Log for Physical Rovers
The Gazebo environment variables were not set causing the simulated vs physical check in Diagnostics to fail. This resulted in no diagnostic data being sent to the GUI. Previously those variables were set in the bashrc script. I am trying to move those environment variables from bashrc into the local scripts used to start the nodes. This removes an assumption that scripts are running in a login shell.
1 parent 47373e8 commit 8ee7d5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

misc/rover_onboard_node_launch.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ pkill diagnostics
1212
pkill static_transform_publisher
1313

1414
source "../devel/setup.bash"
15+
export GAZEBO_MODEL_PATH="../simulation/models"
16+
export GAZEBO_PLUGIN_PATH="../build/gazebo_plugins"
1517

1618
#Point to ROS master on the network
1719
echo "point to ROS master on the network"

0 commit comments

Comments
 (0)