Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .script/foxglove
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
#! /bin/bash

source ~/env_setup.bash

ros2 launch foxglove_bridge foxglove_bridge_launch.xml port:=8765
2 changes: 1 addition & 1 deletion .script/template/env_setup.bash
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
#!/bin/bash

export ROS_LOCALHOST_ONLY=1
export ROS_AUTOMATIC_DISCOVERY_RANGE=LOCALHOST
export RCUTILS_COLORIZED_OUTPUT=1
export RMCS_PATH="/workspaces/RMCS"

Expand Down
4 changes: 2 additions & 2 deletions .script/template/env_setup.zsh
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
#!/bin/bash
#!/bin/zsh

export ROS_AUTOMATIC_DISCOVERY_RANGE=LOCALHOST
export RCUTILS_COLORIZED_OUTPUT=1
export ROS_LOCALHOST_ONLY=1
export RMCS_PATH="/workspaces/RMCS"

source /opt/ros/jazzy/setup.zsh
Expand Down